test-release
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPRIVILEGE_ESCALATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill downloads and executes a shell script from the author's GitHub repository (https://raw.githubusercontent.com/coleam00/Archon/main/scripts/install.sh) using a pipe to bash. This is the primary method for testing the Archon installation script.
- [COMMAND_EXECUTION]: The skill executes local and remote commands using tools like ssh, brew, git, and gh. Remote execution on a VPS is performed to verify the Linux binary installation.
- [EXTERNAL_DOWNLOADS]: The skill fetches assets and scripts from GitHub and Homebrew. These downloads are directed to the vendor's own repositories and are essential for the release testing workflow.
- [PRIVILEGE_ESCALATION]: The uninstallation process for remote VPS targets includes the use of sudo to remove the binary from system paths such as /usr/local/bin.
Audit Metadata