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 skills add ctresb/hermes-security-auditor --skill rust-security-auditorgit clone --depth 1 https://github.com/ctresb/hermes-security-auditorWrote 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/skills/ctresb/hermes-security-auditor/rust-security-auditor)<a href="https://agentmods.dev/skills/ctresb/hermes-security-auditor/rust-security-auditor"><img src="https://agentmods.dev/badge/skills/ctresb/hermes-security-auditor/rust-security-auditor.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.00131 | $0.19832 |
| Opus 5 | $0.00066 | $0.09916 |
| Sonnet 5 | $0.00026 | $0.03966 |
| Haiku 4.5 | $0.00013 | $0.01983 |
Grade B, and why
rust-security-auditor scanned grade B with 1 finding 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 6d 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.
Cloud metadata endpointmediumServer-side request forgery
One request to 169.254.169.254 can return temporary IAM credentials.
- Container/K8s/IaC: `privileged`, `hostNetwork`, `hostPID`, `hostPath`, `runAsRoot`, `allowPrivilegeEscalation`, `automountServiceAccountToken`, `securityContext`, `NetworkPolicy`, `0.0.0.0/0`, `Action: "*"`, `Resource: Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 1,158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rust Security Auditor
Overview
This skill audits Rust backend systems as an adversarial reviewer. It is optimized for Rust web APIs, PostgreSQL-backed services, async runtimes, dependency supply chain risk, unsafe boundaries, and AI/LLM integrations. The goal is not to run a generic checklist. The goal is to predict how a capable attacker would chain small mistakes into real compromise: data theft, auth bypass, privilege escalation, denial of service, persistence, cost abuse, prompt/tool hijacking, or destructive database actions.
Think in systems, not isolated bugs. A low-severity parser panic becomes critical if it is reachable pre-auth and restarts the only worker. A harmless dynamic ORDER BY becomes SQL injection when combined with unvalidated column names. A safe Rust endpoint becomes unsafe when a blocking Diesel connection is held across .await and starves Tokio. An LLM summary feature becomes data exfiltration when retrieved documents can inject tool calls.
The final output should be a detailed markdown report with ranked findings, exploitability reasoning, affected code paths, abuse chains, remediation, and verification steps. Prefer a new timestamped audit directory named audit_DD-MM-AAAA-HH-MM/ at the backend root, with the main report at audit_DD-MM-AAAA-HH-MM/RUST_BACKEND_SECURITY_AUDIT.md, unless the user or repository asks for a different path.
When to Use
Use this skill when asked to:
- Audit Rust backend code for vulnerabilities, reliability risks, or hacker-mindset abuse paths.
- Review PostgreSQL usage in Rust: SQLx, Diesel, tokio-postgres, deadpool-postgres, bb8, SeaORM, raw SQL, migrations, row-level security, pool sizing, transactions.
- Audit Axum, Actix Web, Rocket, Warp, Tower middleware, extractors, auth, sessions, CORS, cookies, uploads, websockets, background jobs, queues, or webhooks.
- Review Rust dependency supply chain and crate security using
cargo audit,cargo deny,cargo tree, lockfile checks, and malicious/typosquat crate heuristics. - Review AI/LLM features inside Rust services: prompt injection, RAG poisoning, excessive agency, unsafe output handling, memory poisoning, tool-call abuse.
- Produce a severity-ranked markdown report, not just quick comments.
What ships with it
15 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.
- README.md 2.4 KB
- references/ai-agent-audit-failure-patterns.md 3.7 KB
- references/ai-agent-mcp-rag-security.md 14 KB
- references/appsec-framework-coverage.md 11 KB
- references/cache-queues-graphql-grpc-security.md 12 KB
- references/cloud-container-iac-security.md 12 KB
- references/detection-privacy-incident-response.md 12 KB
- references/domain-email-security.md 12 KB
- references/oauth-oidc-session-identity-audit.md 11 KB
- references/postgres-deep-and-pooling-audit.md 9.0 KB
- references/rust-backend-audit-patterns.md 6.9 KB
- references/rust-unsafe-fuzzing-tooling.md 15 KB
- references/supply-chain-ci-cd-security.md 14 KB
- references/web-crypto-hardening-rust.md 9.4 KB
- templates/DEPLOYMENT_GUIDELINES.md 2.4 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.
- 6d ago First seen · 1,158 lines · 131 tokens per session scan B 4c1074070f76
rust-security-auditor is a skill published in the GitHub repository ctresb/hermes-security-auditor (2 stars, last pushed 2mo ago), licensed MIT. It adds 131 tokens to every session and 19,832 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (cloud metadata endpoint). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sdk-adoption-tracker
Given your SDK or library name, searches GitHub code search for public repos that import or require it, classifies each repo as company org, affiliated developer, solo developer, or tutorial noise, scores by adoption signal strength, detects new adopters by date, and outputs a ranked list of who is building on you…
gh-issue-to-demand-signal
Takes a competitor's public GitHub repo URL, fetches their open issues via the GitHub REST API, filters noise locally, clusters issues into 6 demand categories, computes a demand score per issue and per cluster, and outputs a ranked demand gap report with a GTM messaging brief. Use when asked to scan a competitor's…
npm-downloads-to-leads
Takes a list of npm package names (yours or competitors'), fetches 12 weeks of daily download data from the npm API, computes a breakout velocity score per package to identify hockey-stick growth, fetches maintainer profiles from the npm registry and GitHub API, and outputs a ranked lead brief for each breakout…
domain-expired-opportunity-finder
Evaluates expired domain candidates against a target niche, scores them by topical relevance, historical activity level, and history cleanliness, then outputs a ranked shortlist with explainable reasoning and risk flags.
graphic-ebook
Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…
map-your-market
Given a product description, category keywords, or competitor names (any combination), searches Reddit, Hacker News, GitHub Issues, G2, and Google Trends for the real pains your market experiences, then synthesizes everything into a positioning framework showing who your ICP is, what they say out loud, and exactly how…