Skip to content
Report library
Purpose / Other

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.

Independent security check

No obvious risks found in this check

Files checked
2
Risks found
0
Could it run dangerous commands?Looks for programs run straight after downloading, remote control of your computer, and hidden commands.No risks found
Could it expose your files or keys?Looks for uploads of files containing passwords or keys, and keys written directly in the code.No risks found
Could it delete files or keep running?Looks for broad file deletion, disk overwrites, and programs set to start automatically.No risks found
Could it bypass safety checks?Looks for skipped website security checks, excessive file access, or actions that skip your approval.No risks found
Could it mislead the AI or hide text?Checks the skill instructions for requests to ignore you, influence the report, or hide text in invisible characters.No risks found
Could it change links or payment recipients without asking?Looks for forced referral or payment changes combined with instructions to hide the change.No risks found

Inside this skill

1 instruction sections

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
SKILL.md:3In the instructionsOpen original file
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.---
SKILL.md:8In the instructionsOpen original file
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
SKILL.md:10In the instructionsOpen original file
- 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
SKILL.md:13In the instructionsOpen original file
- 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
agents/openai.yaml:4In the instructionsOpen original file
  short_description: "Fix narrow responsible layer with proof"  default_prompt: "Use $surgical-patch to fix this bug with a narrow verified change."
Start here · InstructionsSKILL.md
surgical-patch
Lines connect the instruction file to its sections, not an observed execution order. Select a section to read the source.
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 included
  • agents/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.mdInstructions
  • agents/openai.yamlSupporting file
Lines read
22
File checksum (to compare versions)
c7841fdc68cba287c871fd7e7748209bc2224d2a925a10be26302bdff6611309