ITADN

feat: Use Canary Credentials to detect supply chain compromise

#2790Closedandrewmichaelsmith 创建于 2026-05-11
# Use Canary Credentials to detect supply chain compromise ## Description Off the back of https://github.com/cartography-cncf/cartography/pull/2660, is a suggestion to add security canaries to this repo for monitoring and detecting supply chain attacks. There's a free Tracebit Community Edition GitHub integration you can install [here](https://community.tracebit.com/) that sets this up in under 5 minutes - once you do, it injects canary tokens (decoy credentials that look real but nothing legitimate ever uses) into every running build. If anyone tries to use one, you get an alert straight away. Since no real process ever touches them, a trigger means there’s likely an issue. I'm also more than happy to raise a PR and implement it myself. No stress if it doesn't fit, thought it would be useful to share with the wider community. ## Motivation Security canaries give you a detection layer, so that if there is a supply chain compromise that affects you, you will know straight away. Full disclosure - I work for Tracebit and built this myself. Our Community Edition is fully designed with community in mind and will remain free forever. Thanks, Andy
关闭于 2026-06-07 0 条评论