aris-experiment-bridge
Fail
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill clones external repositories using
git clone <BASE_REPO>and subsequently implements and executes code within that environment. This pattern allows the execution of untrusted code from external sources. - [COMMAND_EXECUTION]: The skill heavily relies on
Bash(*)to perform operations such asnvidia-smi,ssh <server>, and interacting with cloud providers likevast.aiandmodal. These commands use variables derived from the experiment plan or user input, which are vulnerable to injection attacks. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download of external codebases via Git when the
BASE_REPOconstant is set. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it parses multiple markdown files (e.g.,
EXPERIMENT_PLAN.md,FINAL_PROPOSAL.md) to determine its execution logic, including script implementation and deployment commands. - Ingestion points: Reads files like
EXPERIMENT_PLAN.mdandFINAL_PROPOSAL.md(SKILL.md). - Boundary markers: No clear delimiters or instructions are provided to the agent to disregard malicious directives embedded within these files.
- Capability inventory: Uses
Bash(*),Write, andEdittools to generate and run code. - Sanitization: There is no evidence of validation or escaping for the data extracted from the experiment plans before it is used in code generation or shell commands.
Recommendations
- AI detected serious security threats
Audit Metadata