Damus
armstrys profile picture
armstrys
@Keith Mukai I built a security audit skill for Claude a while back that tries to establish a strong security system for software based on the documented claims. I pointed it at seedsigner this morning to see what it would do. It’s relatively opinionated and there are pieces like a CI/CD check for audit on each release that might be overkill, BUT I think it flagged some interesting things. It also drafted a SECURITY.md. Posted it as a draft PR in my fork so I could share.

Key suggestions:
- one instance of a potential string injection
- suggests to pin dependencies to hashes instead of versions to decrease supply chain risk
- establishes a SECURITY.md with clear claims

https://github.com/armstrys/seedsigner/pull/1
2❤️1❤️1
Keith Mukai · 3w
We are aware of a few edge case bugs that will be patched, but none considered HOUSE ON FIRE level of concern. I'm just starting to work through our highest priority ones, but will loop back to cross verify against your findings. But overall the more eyes (AI or otherwise) the better. Thank you for...