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, andgzipto 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
findcommand within specific research session folders. - Boundary markers: A
PROTECTED_PATTERNSlist 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