skill-rollback

Pass

Audited by Gen Agent Trust Hub on May 9, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill implements a mandatory confirmation step, requiring the user to explicitly type 'ROLLBACK' to proceed, which prevents accidental or unintended data loss.
  • [SAFE]: Robust recovery is ensured by automatically generating a safety checkpoint tag (octo-checkpoint-pre-rollback-*) before any files are modified, providing a clear path to undo the rollback.
  • [SAFE]: The skill ensures transparency by listing and describing all files that will be modified, deleted, or added before the user confirms the operation.
  • [SAFE]: File restoration is performed using 'git checkout -- .', which is a safe method that avoids detaching the HEAD or modifying the repository's commit history.
  • [COMMAND_EXECUTION]: The skill utilizes standard shell commands (git, cp, echo) to manage repository state. These commands are scoped to the local environment and are used as intended for the skill's primary function of version control management.
Audit Metadata
Risk Level
SAFE
Analyzed
May 9, 2026, 06:35 AM