replicas-agent
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for starting system-level services. In
references/DOCKER.md, it directs the agent to start the Docker daemon usingsudo dockerd, which is documented as necessary due to the absence of a system manager like systemd in the environment. Additionally,references/PREVIEWS.mdusessetsidandnohupto execute application services as background processes. - [DATA_EXFILTRATION]: The skill instructs the agent to communicate with several external platforms.
references/GITHUB.mdsuggests uploading images to external hosts like Imgur to include them in pull requests.references/SLACK.mdandreferences/LINEAR.mdusecurlto transmit data (messages, comments, issue updates) to the respective Slack and Linear APIs. - [EXTERNAL_DOWNLOADS]: The skill involves fetching content from external APIs. It uses the
ghCLI andcurlto retrieve pull request details, issues, and conversation history from GitHub, Linear, and Slack. - [PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection (Category 8). It is designed to ingest and process untrusted data from external sources including Slack threads, Linear issues, and GitHub pull requests. Maliciously crafted content within these external platforms could potentially influence the agent's actions as it lacks explicit sanitization or boundary markers for this untrusted input.
Audit Metadata