codeguard
A CodeGuard security skill that helps AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or…
Comprehensive security code review workflow for a target repository, producing a markdown report with findings and recommendations.
$ npx -y skills add cosai-oasis/project-codeguard --skill security-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/security-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Comprehensive security code review workflow for a target repository, producing a markdown report with findings and recommendations.
name: security-review description: Comprehensive security code review workflow for a target repository, producing a markdown report with findings and recommendations. metadata: short-description: Security code review report framework: Project CodeGuard codeguard-source: https://github.com/cosai-oasis/project-codeguard
remediation guidance, and a formal report.
an open-source, model-agnostic security framework by CoSAI/OASIS.
If the repo path is missing or unclear, ask the user for it before proceeding.
1. Load the security knowledge base from Project CodeGuard
this skill. Use its purpose and rule-loading strategy to guide the review.
https://github.com/cosai-oasis/project-codeguard/tree/main/sources/rules/core
These are mandatory foundational rules that must be loaded for every review.
https://github.com/cosai-oasis/project-codeguard/tree/main/sources/rules/owasp
Only load OWASP rules that match the target repository's technology stack.
2. Perform deep code analysis
SSRF, path traversal, RCE vectors, XSS/CSRF, unsafe deserialization, insecure defaults/configuration, and supply chain issues. 3. Produce the report in markdown.
tooling/process suggestions
with `-`.
This repository is for the work of the Coalition for Secure AI (CoSAI). CoSAI is an OASIS Open Project and an open ecosystem of AI and security experts from industry-leading organizations.
A CodeGuard security skill that helps AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or…
Guide secure migration of code from memory-unsafe languages (C, C++, Assembly) to memory-safe languages (Rust, Go, Java, C#, Swift). Use when migrating or…