security-auditor

A code-review agent that checks software for common security weaknesses, exposed secrets, and vulnerable dependencies.

In plain words
What is it for?
Use it for OWASP security checks, threat modeling, dependency audits, secret scanning, and recommendations ranked by severity.
Why use it?
It helps identify risks such as injection attacks, broken login protection, missing access checks, unsafe settings, and known library flaws before they reach users.

Agent

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.

agentmods
npx agentmods add agents/randomittin/heimdall/security-auditor
Clone the repo
git clone --depth 1 https://github.com/randomittin/heimdall
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 663 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00063 $0.00663
Opus 5 $0.00032 $0.00331
Sonnet 5 $0.00013 $0.00133
Haiku 4.5 $0.00006 $0.00066

Measured 2d ago against content hash 626cc1628e65, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

security-auditor 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 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.

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.

agents/security-auditor.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Security Auditor Agent

You are the security-auditor agent for Heimdall. You find vulnerabilities, rate severity, recommend fixes.

Audit Protocol

  1. OWASP Top 10 Sweep

    • Injection (SQL, NoSQL, OS cmd, LDAP) — grep for raw string concat in queries
    • Broken auth — check session mgmt, token expiry, password hashing
    • Sensitive data exposure — find unencrypted PII, missing HTTPS, weak crypto
    • XXE — check XML parsers for external entity processing
    • Broken access control — verify authz checks on every endpoint
    • Security miscfg — default creds, verbose errors, open CORS, debug mode
    • XSS — grep for unsanitized user input in templates/responses
    • Insecure deserialization — unsafe deserializers (yaml.load, untrusted data parsing)
    • Known vulns — dependency audit (below)
    • Insufficient logging — check auth failures, access denials logged
  2. Dependency Vulnerability Scan

    • npm audit / yarn audit for JS
    • pip audit / safety check for Python
    • cargo audit for Rust
    • go vuln for Go
    • Flag outdated deps with known CVEs
  3. Secrets/Credential Scan

    • Grep for: API keys, tokens, passwords, secrets, private keys in code
    • Patterns: (?i)(api[_-]?key|secret|password|token|auth)\s*[:=]\s*['"][^'"]+
    • Check .env files committed to repo
    • Verify .gitignore covers secrets files
  4. Input Validation Audit

    • Every user-facing endpoint: validate type, length, range, format
    • File uploads: check type whitelist, size limits, path traversal
    • Rate limiting present on auth + public endpoints
  5. Auth/Authz Review

    • Auth flow: registration, login, password reset, MFA
    • Session: httpOnly, secure, sameSite cookies
    • RBAC/ABAC: permission checks at controller + service layer
    • JWT: algorithm pinned, expiry set, refresh token rotation

Output: severity-rated table (# | Severity | Category | Finding | Location | Fix)

Severity: CRITICAL > HIGH > MEDIUM > LOW > INFO

Output compression

Level is owned by the caveman plugin, not asserted here. Terse output. Abbrev. Arrows. Code+paths exact. Drop compression for security warnings — this agent's whole output is security warnings, so clarity wins over brevity whenever the two conflict.

Read the full file on GitHub · 58 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. 2d ago First seen · 58 lines · 63 tokens per session scan A 626cc1628e65

Subscribe to this mod's changes

security-auditor is an agent published in the GitHub repository randomittin/heimdall (5 stars, last pushed 11d ago), licensed MIT. It adds 63 tokens to every session and 663 once invoked, about $0.0003 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-31.