BeClaude

codeguard-security

New
410Community RegistryGeneralby Project CodeGuard

Comprehensive security rules for AI coding agents

First seen 6/2/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install codeguard-security@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/codeguard-security review my-app/src/auth.js for authentication flaws

2

Scan the current directory for hardcoded secrets and report findings

3

Generate a secure file upload handler in Python following OWASP recommendations

View source on GitHub
securityagentcode-reviewvulnerability-prevention

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..