create-paperclip-bundled-skill
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and process data from untrusted external sources, such as X (Twitter) and various GitHub repositories, which presents a surface for indirect prompt injection.
- Ingestion points: Processes tweets via the
xcclient and external repository content found throughgh searchto derive skill instructions inSKILL.md. - Boundary markers: No specific delimiters or "ignore embedded instructions" warnings are implemented when processing external content.
- Capability inventory: The skill allows writing to the file system, performing GitHub operations, and executing repository scripts via
pnpm. - Sanitization: External content is not sanitized or escaped before being used to author instructions.
- [COMMAND_EXECUTION]: Uses local shell commands for catalog management, including
pnpmfor manifest building and testing, andgrepfor searching local files. The skill also utilizes a pre-authenticated X client (xc) to retrieve social media data. - [EXTERNAL_DOWNLOADS]: Fetches content from GitHub and X (Twitter) for research and catalog entry creation. These operations target established services and do not involve untrusted third-party servers.
Audit Metadata