This is a Project CodeGuard integration that enforces secure coding practices as you write. It maintains always-apply rules for hardcoded credentials and crypto algorithms, then layers on context-specific checks based on your language. The lookup table maps 25+ languages to relevant security rule files covering input validation, authentication, session management, and more. Worth using if you're tired of security being an afterthought or need structured guardrails for handling auth flows, user input, or sensitive data. The proactive approach (use parameterized queries, validate input) beats purely reactive vulnerability scanning. Built on an open source framework, so you're not locked into proprietary security logic.
npx skills add https://github.com/cosai-oasis/project-codeguard --skill software-security