From codeguard-security
Performs security code review on target repositories using Project CodeGuard core rules and OWASP rules for detected tech stack, generating markdown report with findings, severity, remediations.
npx claudepluginhub cosai-oasis/project-codeguard --plugin codeguard-securityThis skill uses the workspace's default tool permissions.
- Use for a full codebase security review with prioritized findings,
Performs OWASP-based code security audits on any codebase using ASVS 5.0.0, API Security Top 10 2023, CheatSheets, and WSTG. Outputs detailed Markdown reports for audits and vulnerability assessments.
Performs security reviews on Git diffs identifying high-confidence exploitable vulnerabilities with severity/confidence scoring, OWASP 2025 alignment, and optional GitHub PR comments.
Orchestrates parallel agents for security code audits (OWASP/CWE), secrets scanning, and dependency CVE checks on codebases, staged changes, or PRs.
Share bugs, ideas, or general feedback.
$security-review /path/to/repoIf the repo path is missing or unclear, ask the user for it before proceeding.
Load the security knowledge base from Project CodeGuard
First read the Security_Code_Reviewer_Guidelines.md file bundled with
this skill. Use its purpose and rule-loading strategy to guide the review.
Load all core security rules from Project CodeGuard:
https://github.com/cosai-oasis/project-codeguard/tree/main/sources/rules/core
These are mandatory foundational rules that must be loaded for every review.
Load relevant OWASP rules for the detected tech stack from:
https://github.com/cosai-oasis/project-codeguard/tree/main/sources/rules/owasp
Only load OWASP rules that match the target repository's technology stack.
Perform deep code analysis
Produce the report in markdown.
./security_report/sec_review_<repo-name>_<YYYY-MM-DD_HH-mm-ss>.md<repo-name> and replace spaces
with -.security_report folder in the current working directory.