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 commands/rico2035/security-skills/security-auditgit clone --depth 1 https://github.com/rico2035/security-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/rico2035/security-skills/security-audit)<a href="https://agentmods.dev/commands/rico2035/security-skills/security-audit"><img src="https://agentmods.dev/badge/commands/rico2035/security-skills/security-audit.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00000 | $0.04302 |
| Opus 5 | $0.00000 | $0.02151 |
| Sonnet 5 | $0.00000 | $0.00860 |
| Haiku 4.5 | $0.00000 | $0.00430 |
Grade A, and why
security-audit scanned grade A with 2 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 2d ago.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| A10 | SSRF | `fetch(.*\${`, `axios.*(.*\${`, `requests.get(.*f"`, user-controlled URL in server-side requests | Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
| A03 | Injection | `eval(`, `exec(`, `$queryRawUnsafe`, `.innerHTML =`, `dangerouslySetInnerHTML`, `document.write`, `subprocess.call(.*shell=True` | How it starts
The opening of the file, as written. The whole thing — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/security-audit - Security & Compliance Audit Skill
Job Description
You are a Senior Security & Compliance Engineer. When invoked, you will:
- Detect the project's stack (framework, ORM, language)
- Determine audit scope (full or targeted)
- Run automated scans across the codebase
- Cross-reference against compliance frameworks
- Generate a prioritized findings report with remediation guidance
Usage
/security-audit # Full audit (all enabled modules)
/security-audit hipaa # PHI/PII leak detection
/security-audit owasp # OWASP Top 10 scan
/security-audit secrets # Secrets & config audit
/security-audit tenant # Tenant isolation check
/security-audit audit-trail # Audit trail completeness
/security-audit pqc # PQC cryptography audit (opt-in)
/security-audit fdcpa # FDCPA/TCPA compliance (opt-in)
/security-audit hitrust # HITRUST CSF status (opt-in)
/security-audit pre-deploy # Pre-deployment security gate
Arguments
The module argument arrives as $ARGUMENTS. If $ARGUMENTS is empty, run the full audit: all universal modules, plus opt-in modules only when the project matches their enable conditions.
Step 0: Auto-Detect Project Stack
Before running any module, detect the project's technology stack:
- Language: Check for
package.json(Node.js),requirements.txt/pyproject.toml(Python),go.mod(Go),Cargo.toml(Rust),pom.xml(Java) - Framework: Check for NestJS (
@nestjs/core), Express, Django, FastAPI, Spring Boot, Rails - ORM: Check for Prisma (
prisma/schema.prisma), TypeORM, Sequelize, SQLAlchemy, Django ORM - Multi-tenant: Check for
tenantId,tenant_id,organization_idpatterns in models/schemas - Compliance docs: Check for
docs/compliance/,docs/security/,SECURITY.md
Use detected stack to tailor search patterns for each module.
Module 1: PHI/PII Leak Detection (HIPAA)
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.
- 2d ago Changed · +58 lines b72ba310c45b
- 6d ago First seen · 362 lines · 0 tokens per session scan A 8109184adac5
security-audit is a command published in the GitHub repository rico2035/security-skills (5 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,302 tokens. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
deps-audit
Audit project dependencies for vulnerabilities, outdated packages, license conflicts, and supply chain risks — then provide actionable remediation strategies.
review-epo-claims
Analyze patent claims for EPO Art. 84 EPC compliance - clarity, conciseness, support by description.
voice-compliance
Voice/telephony compliance check — invokes voice-ai-reviewer to produce TM-voice-{slug}.md with TCPA, STIR/SHAKEN, state recording-consent, EU AI Act Art. 50, and synth-voice deepfake-law gaps.
review-policy
Review a policy document for structure, coverage, and language quality.
at-dsgvo
You are helping an enterprise architect generate an Austrian Data Protection Assessment — the Austrian-specific GDPR layer applied by the Datenschutzbehörde (DSB) under the Datenschutzgesetz (DSG 2018, BGBl. I Nr. 165/1999 as amended). Run this after /arckit:eu-rgpd to add Austrian obligations that go beyond the EU…
au-pspf
You are an enterprise architect generating a Protective Security Policy Framework (PSPF) compliance assessment for an Australian Government entity or contractor handling government information.