Migration Skill Security Audit
What the author says it does (original text)
Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.
No obvious risks found in this check
- Files checked
- 2
- Risks found
- 0
Inside this skill
This Skill plans and implements reversible, compatibility-safe migrations; before editing, it requires mapping existing readers, writers, data shape, compatibility window, and ownership.
View source
name: migrationdescription: Implement reversible compatibility-safe transitions. Use for schema, data, API, protocol, configuration, or dependency migrations requiring rollback and preservation proof.---Map current readers, writers, data shape, compatibility window, and ownership before editing.The migration workflow requires forward and rollback paths, preservation of existing data, and separate authorization for explicitly identified destructive steps.
View source
- Define forward path and rollback path.- Preserve existing data; make destructive steps explicit and separately authorized.- Keep mixed-version operation safe where rollout can overlap.The Skill sequences work as expand, migrate, verify, then contract, and stops after the requested stage passes rather than implicitly performing later destructive contraction.
View source
- Keep mixed-version operation safe where rollout can overlap.- Sequence expand, migrate, verify, then contract when applicable.- Make retries idempotent and partial failure observable.- Verify old and new paths at required transition stages.Stop after requested stage passes; do not perform later destructive contraction implicitly.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
- 23
- File checksum (to compare versions)
- f9ea6cee60b1aa3f556a135920993a883f4e23d0732e8001d7db168450b052e9