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/cosai-oasis/project-codeguard/codeguardnpx skills add cosai-oasis/project-codeguard --skill codeguardgit clone --depth 1 https://github.com/cosai-oasis/project-codeguardWhat 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.00041 | $0.02366 |
| Opus 5 | $0.00020 | $0.01183 |
| Sonnet 5 | $0.00008 | $0.00473 |
| Haiku 4.5 | $0.00004 | $0.00237 |
Grade A, and why
codeguard 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.8 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 · 103 lines · 41 tokens per session scan A 53ca1201f3fe
codeguard is a skill published in the GitHub repository cosai-oasis/project-codeguard (326 stars, last pushed 3d ago), with no licence file. It adds 41 tokens to every session and 2,366 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
remind-capture
Write durable memories to Remind while working. Use when a decision is made, an approach succeeds or fails (outcome), the user states a preference or corrects you, a concrete fact surfaces (config value, name, date, owner), or an open question is raised.
remind-curate
Maintain Remind memory quality. Use when recall output shows an OPEN CONFLICTS warning, the user corrects previously stored information, stored memories are outdated or misfiled, labels need reorganizing, a work session is wrapping up, or after ingesting multiple documents from different sources or time periods. This…
remind-context
Retrieve context from Remind memory before acting. Use at session start, before answering questions about prior decisions, preferences, or project history, when starting work on a familiar file/area, or when asked "what do we know about X" or "what did we believe at time T".
agent-release-manager
Agent skill for release-manager - invoke with $agent-release-manager.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
agent-repo-architect
Agent skill for repo-architect - invoke with $agent-repo-architect.