bridgic-amphibious
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/install-deps.shscript downloads the official installer for theuvpackage manager fromhttps://astral.sh/uv/install.sh(orinstall.ps1on Windows).astral.shis the well-known domain for Astral's official Python tooling. - [REMOTE_CODE_EXECUTION]: The
scripts/install-deps.shscript executes the downloadeduvinstaller directly via a shell pipe. This follows the standard and documented installation procedure for the tool. - [COMMAND_EXECUTION]: The framework includes a setup script (
install-deps.sh) that manages the local development environment by initializing the project, configuringpyproject.toml, and using theuvtool to install and synchronize dependencies. - [PROMPT_INJECTION]: The framework processes user-supplied instructions (goals) and tool outputs. It implements an "Exposure" system to control data visibility to the LLM and "Cognitive Policies" to structure reasoning, which provides architectural mitigation against risks associated with untrusted data ingestion.
Audit Metadata