rust-security-auditor

rust-security-auditor is a skill for Claude Code, Codex from ctresb/hermes-security-auditor. It costs 131 tokens per session (19,832 once invoked), scanned B, original, MIT.

A security-review guide for Rust backend applications, especially web APIs connected to databases and external services.

In plain words
What is it for?
Use it to audit Rust services built with frameworks such as Axum, Actix, or Rocket, and systems using PostgreSQL, OAuth, sessions, migrations, unsafe code, or AI integrations.
Why use it?
It helps find attack paths that span authentication, databases, asynchronous code, dependencies, containers, and AI features rather than reviewing isolated lines only.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to audit Rust services built with frameworks such as Axum, Actix, or Rocket, and systems using PostgreSQL, OAuth, sessions, migrations, unsafe code, or AI integrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ctresb/hermes-security-auditor/rust-security-auditor
Install

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.

Any agent
npx skills add ctresb/hermes-security-auditor --skill rust-security-auditor
Clone the repo
git clone --depth 1 https://github.com/ctresb/hermes-security-auditor

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for rust-security-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/ctresb/hermes-security-auditor/rust-security-auditor.svg)](https://agentmods.dev/skills/ctresb/hermes-security-auditor/rust-security-auditor)
Your own site
<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>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 19,832 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 4c1074070f76, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

rust-security-auditor/SKILL.md · 1,158 lines

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.

Read the full file on GitHub · 1,158 lines

Changes

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.

  1. 6d ago First seen · 1,158 lines · 131 tokens per session scan B 4c1074070f76

Subscribe to this mod's changes

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.

Related

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…

Varnan-Tech/opendirectory · 170 tokens

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…

Varnan-Tech/opendirectory · 154 tokens

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…

Varnan-Tech/opendirectory · 172 tokens

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.

Varnan-Tech/opendirectory · 45 tokens

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…

Varnan-Tech/opendirectory · 97 tokens

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…

Varnan-Tech/opendirectory · 163 tokens