ooo
Warn
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The installation script (
scripts/install.sh) fetches and installs multiple external software packages and tools. - Downloads the
ouroboros-aiPython package from PyPI. - Fetches the
specify-clitool from GitHub's official repository (github.com/github/spec-kit.git). - Installs the
cli-anything-hubpackage from PyPI. - [COMMAND_EXECUTION]: The skill relies on local shell script execution for setup and runtime context generation.
- Executes
scripts/install.shto configure the environment and install dependencies. - Executes
scripts/git-interview-context.shwhich usesgitcommands to extract repository metadata, commit history, and churn data to ground the AI's interview process. - [REMOTE_CODE_EXECUTION]: The skill automates the installation of executable CLI tools and Python libraries at runtime.
- Uses
pip,uv, andpipxto install third-party packages, which involves executing setup code from remote registries during the installation phase.
Audit Metadata