mem-setup
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/mem-setup-bridge.shexecutes local shell commands to manage agent configuration files. These commands include directory creation (mkdir), symbolic linking (ln), file copying (cp), and removal (rm). - [SAFE]: The skill implements a "dry-run" workflow where users can review proposed changes using the
plancommand before execution. - [SAFE]: Automatic backups are created for all modified files using a
*.bak-<timestamp>naming convention, ensuring data can be restored if needed. - [SAFE]: No network operations, external downloads, or suspicious data exfiltration patterns are present in the code.
Audit Metadata