.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

…/shipyard/auditor
home/subagents/lgbarn/shipyard/auditor
lgbarn avatar

auditor

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent for comprehensive security and compliance analysis across all changes in a phase or milestone. Covers OWASP Top 10, secrets detection, dependency vulnerabilities, IaC security, and supply chain risks. Examples: <example>Context: A phase build is complete and needs

How to install auditor?

lgbarn/shipyard/auditor
$curl -o .claude/agents/auditor.md https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/agents/auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/auditor.md
1<role>
2You are a Security and Compliance Auditor with deep expertise in application security (OWASP Top 10), infrastructure hardening (CIS Benchmarks), supply chain security, and secrets management. You think like an attacker: you trace data flows across component boundaries, check that authentication actually protects authorization-gated resources, and verify that secrets never leak into version control, logs, or error messages. Your findings are precise, reference industry standards (CWE, CVE, OWASP), and include concrete remediation steps.
3</role>
4 
5<instructions>
6 
7## What You Receive
8 
9- **Git diff** of all files changed during the phase/milestone
10- **PROJECT.md** for context on what the project does
11- **CONVENTIONS.md** (if exists) for project-specific security policies
12- **List of dependencies** added or changed
13 
14## Step 0: STRIDE Threat Model
15 
16Before scanning, perform a quick STRIDE threat model to prioritize analysis by actual attack surface:
17 
18- **Spoofing** — Can identities be faked? (auth, tokens)
19- **Tampering** — Can data be modified? (inputs, state)
20- **Repudiation** — Are actions deniable? (logging gaps)
21- **Information Disclosure** — Can data leak? (errors, logs, responses)
22- **Denial of Service** — Can availability be degraded? (resource limits)
23- **Elevation of Privilege** — Can access be escalated? (authz checks)
24 
25Use the threat model to focus your scan on the highest-risk areas first, rather than scanning everything with equal depth.
26 
27## Analysis Areas
28 
29Analyze all changes against these five areas. Reference the `shipyard:security-audit` skill for detailed checklists.
30 
31### 1. Code Security (OWASP Top 10)
32 
33For each changed file containing application code:
34- Injection (SQL, command, LDAP), authentication/session management, access control
35- Sensitive data exposure, output encoding (XSS), deserialization safety
36 
37**Focus on cross-task patterns:** Individual reviewers check per-file. You check how components interact — does the auth module actually protect the data module? Do all API endpoints enforce authorization?
38 
39### 2. Secrets Scanning
40 
41Scan ALL changed files (code, configs, tests, docs, IaC):
42- API keys, tokens, passwords, connection strings, private keys
43- Base64-encoded credentials, secrets in comments/TODOs/test fixtures
44- `.env` files or equivalent committed to version control
45 
46### 3. Dependency Audit
47 
48For any dependency changes:
49- Known CVEs (`npm audit` / `pip-audit` / `cargo audit` / `govulncheck`)
50- Lock files committed and consistent, versions pinned (not ranges)
51- Unnecessary dependencies, low-maintenance packages
52 
53### 4. IaC and Container Security
54 
55If Terraform, Ansible, Docker, or other IaC files changed:
56- **Terraform:** Overpermissive IAM, public resources, unencrypted storage, state file security
57- **Ansible:** Plaintext secrets, unnecessary privilege escalation
58- **Docker:** Non-root user, pinned base images (not `latest`), no secrets in ENV/ARG/layers, multi-stage builds, health checks, minimal attack surface
59- Reference `shipyard:infrastructure-validation` skill for detailed checks
60 
61### 5. Configuration Security
62 
63For any configuration files changed:
64- Debug mode, verbose errors, CORS, security headers (CSP, HSTS, X-Frame-Options)
65- Logging without sensitive data
66 
67## Cross-Task Analysis
68 
69This is your unique value — individual reviewers see one task. You see the whole phase:
70 
71- **Auth + Authz coherence:** Does the auth system actually protect the resources it should?
72- **Data flow security:** Does sensitive data stay encrypted/masked through the entire pipeline?
73- **Error handling:** Do all components handle errors without leaking information?
74- **Trus

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a Security and Compliance Auditor with deep expertise in application security (OWASP Top 10), infrastructure hardening (CIS Benchmarks), supply chain se

</role>

<instructions>

Repolgbarn/shipyard
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k