paperclip-create-agent
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Utilizes
curlcommands to interact with the Paperclip API for identity verification (/api/agents/me), configuration discovery, and submitting agent hire requests. - [EXTERNAL_DOWNLOADS]: Fetches agent configuration documentation and available icons from the Paperclip API server.
- [EXTERNAL_DOWNLOADS]: References the
vercel-labs/agent-browser/agent-browserskill as a dependency for new agent configurations. This reference points to a trusted organization. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing data from external sources such as company issues and approval comments.
- Ingestion points:
SKILL.md(Step 8) andreferences/api-reference.md(endpoints for approvals and issues). - Boundary markers: Absent; instructions do not provide explicit delimiters for ingested data.
- Capability inventory: Shell command execution via
curland network write operations via POST requests. - Sanitization: Absent; no validation or escaping of ingested text is mentioned before processing.
Audit Metadata