avalanche-demo-init
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The initialization script
scripts/init_project.pyuses thesubprocessmodule to execute system commands necessary for workspace setup. - It invokes
git cloneto retrieve framework source code from the author's GitHub repositories. - It uses the
uvtool for workspace initialization (uv init), dependency management (uv add), and environment synchronization (uv sync). - It utilizes
npx(or alternative package runners likepnpxorbunx) to manage and install agent-specific skills at the project scope. - [EXTERNAL_DOWNLOADS]: The skill performs downloads of external code from repositories owned by the author (Trampoline-AI).
- The framework repository
https://github.com/Trampoline-AI/avalanche.gitis cloned into a local directory for editable access. - The framework repository
https://github.com/Trampoline-AI/predict-rlm.gitis cloned into a local directory for editable access.
Audit Metadata