Supply-chain attacks often start with a leaked credential, not a malicious maintainer. A backup .env, an old GitHub Actions secret, or a developer laptop image is enough. Supply-chain secret detection here means honeytokens that look like the tokens your build system actually uses.
HorasEye generates decoy GitHub PATs, npm publish tokens, PyPI tokens, Docker registry credentials, and Stripe sk_live_-shaped keys. Typical detection is a DNS callback when the embedded hostname is resolved, the same pattern you would use for a Slack-style API token.
Where these decoys belong
.npmrcand.pypircbackups- Monorepo
.env.production.backupfiles - CI secret stores and "example" workflow files that still look copy-pasteable
- Docker config JSON in home-directory tarballs
Combine with cloud keys
A scraped secrets file often contains AWS keys next to registry tokens. Pair these decoys with an AWS IAM honeytoken so use of either class of secret is visible. For the broader category, see what honeytokens are.