skills/akunzai/agent-skills/mem-setup/Gen Agent Trust Hub

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.sh executes 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 plan command 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
Risk Level
SAFE
Analyzed
Jun 15, 2026, 06:42 AM
Security Audit — agent-trust-hub — mem-setup