Production Secret Reader — canary simulation
canary_read_secretsSimulates a production secret read to trigger instant alerts when an unauthorized agent attempts access, providing attack context and a trace token for security testing.
Instructions
Synthetic canary decoy for security testing only. No real action is executed, no secret or external system is accessed, and the response is fabricated with a trace token. Represents an attempted production secret read for any environment or service. It never reads .env files, vaults, API keys, or service tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | Service name, e.g. payments-api | |
| environment | Yes | Environment: production, staging, development |