creator-plan-work
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: CRITICALCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill documentation in
cli-contract.mddescribes accessing and using sensitive local credential stores located at~/.paperclip/auth.jsonand~/.paperclip/context.json, as well as managing thePAPERCLIP_API_KEYenvironment variable. - [EXTERNAL_DOWNLOADS]: The
cli-contract.mdfile contains instructions to install thepaperclipaipackage globally vianpm install -g. - [REMOTE_CODE_EXECUTION]: The skill utilizes
npx -y @bbengamin/paperclip-mcp-serverto dynamically execute code from a remote registry at runtime. - [COMMAND_EXECUTION]: The skill relies on shell commands including
curl,npm, andnpxfor system interaction. Automated scanners identified suspicious HTTP request patterns (MD:HttpRequest-inf) incli-contract.mdrelated to the construction of authenticated API calls. - [DATA_EXFILTRATION]: A URL referenced in the documentation (
https://paperclip.right.link/RL/wiki/page/wiki/sources/rl-30-day-validation-plan.md) has been blacklisted by security scanners. The skill is designed to fetch content from such external sources via thepaperclip-wiki-fetchtool. This, combined with access to local authentication secrets and the capability to perform network requests viacurlto user-defined API endpoints, presents a significant risk of credential exfiltration. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface through its processing of untrusted external wiki data.
- Ingestion points:
SKILL.md(via content retrieved by thepaperclip-wiki-fetchtool). - Boundary markers: Absent.
- Capability inventory: Command execution via the
paperclipaiCLI and network/file mutations via Paperclip MCP tools. - Sanitization: Absent.
Recommendations
- CRITICAL: 1 infected file(s) detected - DO NOT USE
- AI detected serious security threats
- Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata