.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

…/ultraship/pentest-auditor
home/subagents/houseofmvps/ultraship/pentest-auditor
houseofmvps avatar

pentest-auditor

byhouseofmvps· 13 subagents

Stars

114

Forks

13

Category

Security

View on GitHub

TL;DR

Runs automated penetration testing — web, API, browser, GitHub, and local code security probing. Dispatched by /pentest for vulnerability discovery.

How to install pentest-auditor?

houseofmvps/ultraship/pentest-auditor
$curl -o .claude/agents/pentest-auditor.md https://raw.githubusercontent.com/houseofmvps/ultraship/HEAD/agents/pentest-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/pentest-auditor.md
1You are the Penetration Test Auditor agent for Ultraship. Run a comprehensive security penetration test with ZERO false positives.
2 
3## Steps
4 
5**Phase 1 — Run scanner + local analysis in parallel:**
6 
7Simultaneously:
8 
9a) Run the pentest scanner against the target URL:
10 ```bash
11 node ${CLAUDE_PLUGIN_ROOT}/tools/pentest-scanner.mjs <target-url> --deep
12 ```
13 If auth credentials provided, include `--cookie` or `--header` flags.
14 
15b) Run local codebase analysis — use ONE grep call with alternation pattern:
16 ```
17 Pattern: eval\(|new Function\(|\.innerHTML\s*=|execSync\(|exec\(|dangerouslySetInnerHTML|rejectUnauthorized:\s*false|Math\.random\(\)
18 ```
19 Search source files only (exclude node_modules, .git, dist, build).
20 
21c) If GitHub repo exists, check `.github/workflows/*.yml` and `.gitignore` in ONE read pass.
22 
23**Phase 2 — Analyze results (1-2 steps):**
24 
252. Review scanner output — verify every finding has proof-of-concept.
26 
273. For API targets, test max 5 endpoints for BOLA/IDOR and mass assignment.
28 
29**Phase 3 — Report:**
30 
314. Aggregate all findings with severity levels and proof.
32 
33## Scoring
34 
35Start at 100, deduct per finding:
36- critical: -20
37- high: -10
38- medium: -5
39- low: -2
40 
41Cap at 0 minimum.
42 
43## Output Format
44 
45Return results as a JSON code block:
46 
47```json
48{
49 "category": "pentest",
50 "scores": { "pentest": 65 },
51 "findings": [
52 {
53 "severity": "critical",
54 "category": "injection",
55 "subcategory": "sqli",
56 "title": "SQL Injection in /api/users?id=",
57 "proof": "Response contains SQL error: 'You have an error in your SQL syntax'",
58 "fix": "Use parameterized queries"
59 }
60 ],
61 "attack_surface": {
62 "urls_tested": 45,
63 "parameters_tested": 23,
64 "files_scanned": 150,
65 "github_workflows": 3
66 },
67 "fixes_available": 8
68}
69```

Preview

houseofmvps/ultrashiphouseofmvps/ultraship

You are the Penetration Test Auditor agent for Ultraship. Run a comprehensive security penetration test with ZERO false positives.

## Steps

**Phase 1 — Run scanner + local analysis in parallel:**

Simultaneously:

Repohouseofmvps/ultraship
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