https://github.com/readytensor/rt-tool-calling-demo
Demo repo containing fake API keys for testing AI secret detection tools
https://github.com/readytensor/rt-tool-calling-demo
Last synced: 11 months ago
JSON representation
Demo repo containing fake API keys for testing AI secret detection tools
- Host: GitHub
- URL: https://github.com/readytensor/rt-tool-calling-demo
- Owner: readytensor
- Created: 2025-06-15T15:51:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-15T16:04:06.000Z (12 months ago)
- Last Synced: 2025-06-15T16:44:37.207Z (12 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tool Calling Demo
This is a demo repository that contains a fake `.env` file with a fake API key. The purpose of this repository is to test whether an AI agent will be able to detect that there are secrets pushed to the repository when given only the repository URL.
## Purpose
This repository serves as a test case for evaluating AI agents' ability to:
- Identify potentially sensitive files (like `.env` files)
- Detect API keys and other secrets within those files
- Flag security concerns when analyzing repositories
## Contents
- A fake `.env` file containing dummy API keys and secrets
- Placeholder files to mimic the structure of a real repository
**Note**: All secrets and API keys in this repository are fake and created solely for testing purposes. They are not real credentials and pose no security risk.