j5ik2o-migrate-skill-to-agent
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local shell script to perform directory and symlink management.
- Evidence: The script
scripts/migrate.shis invoked with arguments provided by the agent to move directories and create relative symlinks. - The script uses
set -euo pipefailfor robust error handling and performs manual validation to ensure the source directory exists and is not already a symlink, and that the destination does not already exist. - Operations are limited to filesystem tasks (
mkdir,mv,ln,rm) within the provided project root, and no network or credential-accessing commands are present.
Audit Metadata