pi-sdk
Warn
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires Node.js packages from the non-standard and unverified
@earendil-worksscope, such as@earendil-works/pi-coding-agentand@earendil-works/pi-ai, which are not recognized as trusted or well-known services.\n- [COMMAND_EXECUTION]: Instructions inreferences/reading.mddirect the agent to execute shell commands such aspi --versionandrg(ripgrep) to inspect the local environment and search through documentation.\n- [REMOTE_CODE_EXECUTION]: The skill usesnode -einreferences/reading.mdto execute dynamic JavaScript logic at runtime for resolving package paths. This dynamic execution pattern poses a risk if input variables are manipulated.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. Ingestion points: The agent is instructed to readdocs/sdk.mdanddist/index.d.tsfrom the local project (identified inreferences/reading.md). Boundary markers: Absent; no delimiters or ignore instructions are provided for the content of these files. Capability inventory: The skill possesses the ability to execute shell commands (pi,node,rg) and generate code for SDK integrations. Sanitization: Absent; content from the documentation and type definitions is processed directly into the agent context without validation or filtering.
Audit Metadata