Skip to content
Report library
Purpose / Development

Safe Refactor Skill Security Audit

What the author says it does (original text)

Restructure code while preserving behavior. Use for extraction, consolidation, ownership moves, or cleanup where verification must bracket structural edits.

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 states that it restructures code while preserving existing behavior, and requires defining the behavior-preservation boundary and establishing verification before structural edits.

View source
SKILL.md:3In the instructionsOpen original file
name: safe-refactordescription: Restructure code while preserving behavior. Use for extraction, consolidation, ownership moves, or cleanup where verification must bracket structural edits.---
SKILL.md:8In the instructionsOpen original file
Define behavior-preservation boundary and establish verification before structural edits.

Its constraints keep feature changes outside the refactor and preserve public interfaces, failure behavior, ordering, and compatibility by default.

View source
SKILL.md:10In the instructionsOpen original file
- Keep feature changes outside refactor.- Move one ownership boundary at a time.- Preserve public interfaces, failure behavior, ordering, and compatibility unless explicitly scoped.- Keep intermediate states buildable and testable.

The Skill requires repeating the same verification after the change and stopping once behavior matches and the requested structure is achieved.

View source
SKILL.md:16In the instructionsOpen original file
Run same proof after change. Stop when behavior matches and requested structure is achieved.
Start here · InstructionsSKILL.md
safe-refactor
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)
5083e96391f64ceb161681def87fce48be6e0cb2e2145f7bdf52b59f51396af4