Surgical Patch Skill Security Audit
What the author says it does (original text)
Fix bugs and small behavior changes at the narrowest responsible layer. Use when regression proof, preserved surrounding behavior, and task-relevant tests matter.
No obvious risks found in this check
- Files checked
- 2
- Risks found
- 0
Inside this skill
The Skill is intended for bug fixes and small behavior changes. It asks the agent to reproduce the failure when economical, or otherwise capture the strongest available evidence.
View source
name: surgical-patchdescription: Fix bugs and small behavior changes at the narrowest responsible layer. Use when regression proof, preserved surrounding behavior, and task-relevant tests matter.---Reproduce failure first when economical; otherwise capture strongest available evidence.Its workflow traces the symptom to the responsible mechanism, changes only the narrowest owning layer, and explicitly preserves unrelated behavior and existing user changes.
View source
- Trace symptom to responsible mechanism.- Change narrowest layer that owns incorrect behavior.- Preserve unrelated behavior and user changes.- Avoid cleanup, renaming, and abstraction outside fix.It limits unrelated refactoring and test scope, then requires focused verification and the nearest affected gate, stopping once the defect is fixed and regression proof passes.
View source
- Preserve unrelated behavior and user changes.- Avoid cleanup, renaming, and abstraction outside fix.- Add only regression proof relevant to task.Run focused proof plus nearest affected gate. Stop when failure is fixed and regression proof passes.The interface prompt only asks the agent to use the Skill for a narrow, verified fix; the provided implementation contains no installation steps, scripts, network operations, or credential-handling instructions.
View source
short_description: "Fix narrow responsible layer with proof" default_prompt: "Use $surgical-patch to fix this bug with a narrow verified change."Files and check records2 files
Coverage and gaps
Content covered in each file
These are the source ranges included in this check, not a guarantee that every issue has been resolved.
SKILL.mdFull text includedagents/openai.yamlFull text included
This report is for the version above. We read the available code and instructions without running the skill or checking extra packages it installs. This is not a promise of safety: a different version or setup may behave differently.
SKILL.mdInstructionsagents/openai.yamlSupporting file
- Lines read
- 22
- File checksum (to compare versions)
- c7841fdc68cba287c871fd7e7748209bc2224d2a925a10be26302bdff6611309