paperclip-daily-focus
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
paperclipaiCLI tool to fetch data and standard Node.js package managers (npm,npx) to configure and manage the Paperclip environment. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions for installing the
paperclipaiCLI and the@bbengamin/paperclip-mcp-serverpackage from the NPM registry. These resources are provided by the skill author for legitimate organizational orchestration. - [DATA_EXFILTRATION]: The skill accesses organizational data, including goals, projects, and issues. It also references local authentication credentials stored in
~/.paperclip/auth.json. The instructions include explicit best practices to avoid printing authentication tokens or sensitive credentials to logs or chat interfaces. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests and processes data from external sources, such as issue descriptions and goal titles.
- Ingestion points: Data enters the context through
paperclipai issue list --jsonandpaperclipai goal list --jsonin SKILL.md. - Boundary markers: The skill output is formatted as plain text in chat and does not utilize specific delimiters to isolate potentially malicious text within issues.
- Capability inventory: The agent possesses shell execution capabilities for the Paperclip CLI and network access to the platform's API.
- Sanitization: No specific filtering or sanitization logic is described for the retrieved task data before it is formatted into the final Focus Card.
Audit Metadata