Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/project-codeguard/rules/software-securitynpx skills add project-codeguard/rules --skill software-securitygit clone --depth 1 https://github.com/project-codeguard/rulesWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00046 | $0.02100 |
| Opus 5 | $0.00023 | $0.01050 |
| Sonnet 5 | $0.00009 | $0.00420 |
| Haiku 4.5 | $0.00005 | $0.00210 |
Grade A, and why
software-security scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- rules/codeguard-0-additional-cryptography.md 3.2 KB
- rules/codeguard-0-api-web-services.md 4.3 KB
- rules/codeguard-0-authentication-mfa.md 6.3 KB
- rules/codeguard-0-authorization-access-control.md 3.5 KB
- rules/codeguard-0-client-side-web-security.md 5.6 KB
- rules/codeguard-0-cloud-orchestration-kubernetes.md 1.7 KB
- rules/codeguard-0-data-storage.md 3.7 KB
- rules/codeguard-0-devops-ci-cd-containers.md 3.5 KB
- rules/codeguard-0-file-handling-and-uploads.md 3.5 KB
- rules/codeguard-0-framework-and-languages.md 6.0 KB
- rules/codeguard-0-iac-security.md 5.9 KB
- rules/codeguard-0-input-validation-injection.md 5.9 KB
- rules/codeguard-0-logging.md 2.3 KB
- rules/codeguard-0-mcp-security.md 4.2 KB
- rules/codeguard-0-mobile-apps.md 4.7 KB
- rules/codeguard-0-privacy-data-protection.md 1.1 KB
- rules/codeguard-0-safe-c-functions.md 12 KB
- rules/codeguard-0-session-management-and-cookies.md 3.8 KB
- rules/codeguard-0-supply-chain-security.md 2.5 KB
- rules/codeguard-0-xml-and-serialization.md 3.9 KB
- rules/codeguard-1-crypto-algorithms.md 4.7 KB
- rules/codeguard-1-digital-certificates.md 5.9 KB
- rules/codeguard-1-hardcoded-credentials.md 1.7 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 89 lines · 46 tokens per session scan A fe1e7018cee4
software-security is a skill published in the GitHub repository project-codeguard/rules (421 stars, last pushed 7mo ago), with no licence file. It adds 46 tokens to every session and 2,100 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
performing-ai-assisted-vulnerability-discovery
Using LLMs to accelerate vulnerability research and pentest workflows — generating syntax-valid fuzzing seeds and evolving grammars, fine-tuned mutation dictionaries, parallel agent-based proof-of-vulnerability generation, and evidence-driven passive analysis of real HTTP traffic via the Burp MCP server. Covers…
testing-llm-prompt-injection-and-jailbreaks
Testing LLM-backed applications, chatbots, and AI agents for direct and indirect prompt injection, jailbreaks, system-prompt leakage, and tool/agent abuse during authorized penetration tests, using structured payload families and reliable confirmation signals.
aod-orchestrate
Multi-feature orchestration skill that bridges /aod.blueprint output to parallel wave execution. Groups synced GitHub Issues by ICE priority tier (P0/P1/P2) into sequential waves, creates Task records, spawns batch sessions via the orchestrator API, monitors completion, and reports results. Supports --issues…
security
Claude-powered SAST and SCA security scan skill. Invoked automatically as the Security Scan step (Step 7) of /aod.build (after Design Quality Gate, before Code Simplification) or standalone via /security. Analyzes all code files and dependency manifests changed on the feature branch relative to main for OWASP Top 10…
aod-foundation
Guided post-init workshop that helps new AOD Kit adopters establish product vision and design identity. Two-part flow: Part 1 (Vision) asks 5 guided questions to populate product-vision.md; Part 2 (Design) browses archetypes to generate brand files (brand.md, tokens.css, anti-patterns.md). Supports --vision and…
code-execution-helper
Guide for using code execution capabilities to perform parallel batch processing, conditional filtering, and data aggregation. This skill should be used when agents need to analyze multiple files efficiently, validate large result sets, aggregate data from multiple sources, or reduce token consumption through…