sandbox-lifecycle-fastlane
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell scripts (
preflight.sh,worktree.sh) to execute standard Git commands (git pull,git submodule,git worktree). These operations are restricted to the local repository environment for development workflow management. - [REMOTE_CODE_EXECUTION]: The skill performs
git fetchandgit pullfrom the configuredoriginremote. These are standard Git synchronization operations with a known, user-configured remote and do not involve executing untrusted third-party code. - [DATA_EXFILTRATION]: No network operations or sensitive file access patterns were detected. Network activity is limited to standard Git operations with the repository's origin.
Audit Metadata