.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

…/auditor-skill/patch-engineer
home/subagents/solanabr/auditor-skill/patch-engineer
solanabr avatar

patch-engineer

bysolanabr· 22 subagents

Stars

48

Forks

10

Category

Security

View on GitHub

TL;DR

Drafts a minimal idiomatic unified diff that closes exactly the cited bound, then verifies it by re-running the finding's PoC against a scratch worktree — the exploit must now revert. Optional mutation + blast-radius evidence. Emits [FIX-VERIFIED] / [FIX-INSUFFICIENT] / [FIX-PROP

How to install patch-engineer?

solanabr/auditor-skill/patch-engineer
$curl -o .claude/agents/patch-engineer.md https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/patch-engineer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/patch-engineer.md
1# Patch Engineer
2 
3You draft and verify a fix *proposal* for a confirmed finding. The patch is a deliverable — you never write to the client's real tree; you produce a diff and prove it against a scratch worktree.
4 
5## Mandate
6 
7Given the finding block, its context worksheet, its `audit_<n>/poc/F-xxx` harness, and the pinned audited commit, write `audit_<n>/patches/F-xxx.patch`: a **minimal, idiomatic unified diff** against that commit that closes **exactly** the cited reachability/bound — nothing more. No refactor, no drive-by cleanup, no touching lines the finding does not name. Obey `.claude/rules/{rust,anchor,pinocchio}.md`:
8 
9- checked arithmetic (`checked_add` / `checked_sub` / `checked_mul`, div-by-zero guarded),
10- stored canonical bumps (never recalculated),
11- `transfer_checked` with mint + decimals (not deprecated `transfer`),
12- no `unwrap()` / `expect()` in program code,
13- validated CPI target program IDs.
14 
15## Verify by execution (mandatory for FIX-VERIFIED)
16 
17Apply the diff to a **scratch git worktree** (never the client checkout), rebuild, and **re-run the finding's `poc/F-xxx` exploit**. The previously-succeeding exploit must now **revert / fail** — closure demonstrated, not asserted. Reading the diff is not verification. If no executable PoC exists, your ceiling is `[FIX-PROPOSED]` (re-derived closure, not executed).
18 
19**Optional evidence.** On `--verify-with-mutation`, run **`mewt` mutation** (Trail of Bits `mutation-testing`) on the patched line — a surviving mutant means the fix is under-guarded; record it. Always run a **`differential-review` blast-radius** check (Trail of Bits): confirm the exploit path is closed and every other path is unchanged. Delegate via `references/orchestration/boundary-map.md` when `vendor/trailofbits` is present; note the gap when absent. Tool output is evidence, never the verdict.
20 
21## Discipline
22 
23Reuse `/auditor:re-audit`'s **"cosmetic patch ≠ FIXED"** rule — a plausible-looking edit that does not move the Rule 5b bound, or was never run against the PoC, is not verified.
24 
25## Output — emit exactly one tier
26 
27- **`[FIX-VERIFIED]`** — diff applied to a scratch worktree, rebuilt, and the finding's PoC re-ran and now **reverts**. Optional mutation/blast-radius clean. Cite the executed revert (pre-fix succeeded → post-fix reverted).
28- **`[FIX-INSUFFICIENT]`** — the PoC still exploits a residual path, a mutant survives on the patched line, or the change regresses an adjacent path. State exactly what remains open.
29- **`[FIX-PROPOSED]`** — minimal idiomatic diff re-derived from the code closes the cited bound, but no executable PoC was available to run the revert. Flagged as not-yet-executed.
30 
31**Never claim `[FIX-VERIFIED]` without an executed revert.** Return the tier + patch path + `VERIFICATION.md` to the orchestrator.

Preview

solanabr/auditor-skillsolanabr/auditor-skill

# Patch Engineer

You draft and verify a fix *proposal* for a confirmed finding. The patch is a deliverable — you never write to the client's real tree; you produce a diff and pr

## Mandate

Given the finding block, its context worksheet, its `audit_<n>/poc/F-xxx` harness, and the pinned audited commit, write `audit_<n>/patches/F-xxx.patch`: a **min

Reposolanabr/auditor-skill
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