pnpm
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill operates on project-level configuration files which could be manipulated by an attacker to include hidden instructions in fields like descriptions or scripts.
- Ingestion points:
package.json,pnpm-workspace.yaml, and.npmrcfiles are accessed as described inSKILL.mdandreferences/workspaces.md. - Boundary markers: The documentation does not provide specific instructions to the agent on how to delimit or ignore potentially malicious content within these manifest files.
- Capability inventory: The skill facilitates powerful operations including arbitrary shell script execution via
pnpm run, binary execution viapnpm exec, and network-based package retrieval as detailed inreferences/cli.md. - Sanitization: There is no evidence of sanitization or validation of data extracted from project manifests before it is used in commands.
- [DYNAMIC_EXECUTION]: The skill documents the usage of
.pnpmfile.cjsinreferences/features.md. This configuration file allows developers to execute arbitrary JavaScript logic during the dependency resolution phase. While a standard feature of the tool, it represents a mechanism for dynamic execution of local script content during the agent's workflow.
Audit Metadata