codeguard-security
NewComprehensive security rules for AI coding agents
Summary
This skill enforces comprehensive security rules for AI coding agents, helping developers identify and prevent vulnerabilities during code generation and review.
- It integrates best practices for secure coding, dependency scanning, and threat modeling directly into Claude Code workflows.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install codeguard-security@<marketplace>
/pluginUse Cases
Usage Examples
/codeguard-security review my-app/src/auth.js for authentication flaws
Scan the current directory for hardcoded secrets and report findings
Generate a secure file upload handler in Python following OWASP recommendations
Security Audits
Frequently Asked Questions
What is codeguard-security?
This skill enforces comprehensive security rules for AI coding agents, helping developers identify and prevent vulnerabilities during code generation and review. It integrates best practices for secure coding, dependency scanning, and threat modeling directly into Claude Code workflows.
How to install codeguard-security?
To install codeguard-security: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install codeguard-security@<marketplace>. Finally, /plugin in Claude Code.
What is codeguard-security best for?
codeguard-security is a plugin categorized under General. It is designed for: security, agent, code-review, vulnerability-prevention. Created by Project CodeGuard.
What can I use codeguard-security for?
codeguard-security is useful for: Review a pull request for common security vulnerabilities like SQL injection or XSS.; Scan a codebase for hardcoded secrets or API keys before committing.; Generate secure code snippets that follow OWASP Top 10 guidelines.; Audit third-party dependencies for known CVEs during development.; Enforce input validation and output encoding in new features.; Check configuration files for insecure defaults or misconfigurations..