prime-agent-docs
Fail
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Instructions in
SKILL.md,references/index.md, andreferences/quickstart.mdrecommend installing the application usingcurl -fsSL https://app.primeintellect.ai/prime-agent/install.sh | sh. Executing remote scripts by piping directly to a shell is a high-risk security practice. - [EXTERNAL_DOWNLOADS]: The documentation identifies several external resources used for software updates and configuration, including installation scripts from
app.primeintellect.aiand release manifests fromr2.dev(documented inreferences/settings.md). - [INDIRECT_PROMPT_INJECTION]: The skill documentation describes a system that automatically loads and follows instructions from
AGENTS.mdandCLAUDE.mdfiles found in the current and parent directories (references/quickstart.md). This creates a vulnerability surface if the agent is used in a repository containing malicious instruction files. - Ingestion points:
AGENTS.mdandCLAUDE.mdcontext files (specified in references/quickstart.md). - Boundary markers: Absent; the agent is instructed to load these files directly to guide its behavior.
- Capability inventory: The system includes a persistent IPython kernel, arbitrary shell command execution via the
!prefix, and file modification tools (references/usage.md). - Sanitization: Not mentioned; there is no described mechanism for sanitizing or verifying the contents of workspace-level instruction files.
Recommendations
- HIGH: Downloads and executes remote code from: https://app.primeintellect.ai/prime-agent/install.sh - DO NOT USE without thorough review
Audit Metadata