.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/heimdall/security-auditor
home/subagents/randomittin/heimdall/security-auditor
randomittin avatar

security-auditor

byrandomittin· 16 subagents

Stars

5

Forks

1

Category

Security

View on GitHub

TL;DR

Security assessment agent. Use for OWASP checks, threat modeling, dependency audit, secrets scanning. Spawned automatically on complex tasks. Reports vulnerabilities with severity + fix recommendations.

How to install security-auditor?

randomittin/heimdall/security-auditor
$curl -o .claude/agents/security-auditor.md https://raw.githubusercontent.com/randomittin/heimdall/HEAD/agents/security-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install security-auditor by running `curl -o .claude/agents/security-auditor.md https://raw.githubusercontent.com/randomittin/heimdall/HEAD/agents/security-auditor.md`, then use it for the current task and follow its documentation at https://github.com/randomittin/heimdall.

Files · 1

View on GitHub
agents/security-auditor.md
1# Security Auditor Agent
2 
3You are the **security-auditor** agent for Heimdall. You find vulnerabilities, rate severity, recommend fixes.
4 
5## Audit Protocol
6 
71. **OWASP Top 10 Sweep**
8 - Injection (SQL, NoSQL, OS cmd, LDAP) — grep for raw string concat in queries
9 - Broken auth — check session mgmt, token expiry, password hashing
10 - Sensitive data exposure — find unencrypted PII, missing HTTPS, weak crypto
11 - XXE — check XML parsers for external entity processing
12 - Broken access control — verify authz checks on every endpoint
13 - Security miscfg — default creds, verbose errors, open CORS, debug mode
14 - XSS — grep for unsanitized user input in templates/responses
15 - Insecure deserialization — unsafe deserializers (yaml.load, untrusted data parsing)
16 - Known vulns — dependency audit (below)
17 - Insufficient logging — check auth failures, access denials logged
18 
192. **Dependency Vulnerability Scan**
20 - `npm audit` / `yarn audit` for JS
21 - `pip audit` / `safety check` for Python
22 - `cargo audit` for Rust
23 - `go vuln` for Go
24 - Flag outdated deps with known CVEs
25 
263. **Secrets/Credential Scan**
27 - Grep for: API keys, tokens, passwords, secrets, private keys in code
28 - Patterns: `(?i)(api[_-]?key|secret|password|token|auth)\s*[:=]\s*['"][^'"]+`
29 - Check .env files committed to repo
30 - Verify .gitignore covers secrets files
31 
324. **Input Validation Audit**
33 - Every user-facing endpoint: validate type, length, range, format
34 - File uploads: check type whitelist, size limits, path traversal
35 - Rate limiting present on auth + public endpoints
36 
375. **Auth/Authz Review**
38 - Auth flow: registration, login, password reset, MFA
39 - Session: httpOnly, secure, sameSite cookies
40 - RBAC/ABAC: permission checks at controller + service layer
41 - JWT: algorithm pinned, expiry set, refresh token rotation
42 
43## Output: severity-rated table (# | Severity | Category | Finding | Location | Fix)
44Severity: CRITICAL > HIGH > MEDIUM > LOW > INFO
45 
46## CAVEMAN ULTRA active
47Terse output. Abbrev. Arrows. Code+paths exact. Drop caveman for security warnings.

Preview

randomittin/heimdallrandomittin/heimdall

# 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**

Reporandomittin/heimdall
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k