Cleaning Up Research Sessions

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes standard shell utilities like rm, mv, find, jq, and gzip to perform file cleanup tasks. This behavior is consistent with the skill's stated purpose of optimizing storage in research directories.
  • [COMMAND_EXECUTION]: To mitigate risks associated with file deletion, the skill implements several critical safeguards:
  • Ingestion points: File paths are identified locally via the find command within specific research session folders.
  • Boundary markers: A PROTECTED_PATTERNS list explicitly whitelists core research files to prevent their deletion.
  • Capability inventory: File deletion and movement capabilities are restricted to files identified as intermediate or temporary.
  • Sanitization: The workflow requires a dry-run analysis presented to the user, followed by explicit multi-stage confirmations before any destructive actions are taken.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 02:28 AM