programmable-secrets
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill facilitates the execution of the
programmable-secretutility vianpx. This pattern involves downloading and executing remote code from the NPM registry at runtime. As the package is a verified resource from the skill's vendor, this is considered standard functionality. - [COMMAND_EXECUTION]: The skill instructions include commands for local environment configuration and credential management. Specifically, the
env-bootstrapcommand is used to generate environment files for storing sensitive Ethereum private keys used in blockchain transactions. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface through the ingestion of external data in command arguments, such as metadata JSON and agent URIs used in registration workflows.
- Ingestion points: External data is ingested via
--metadata-jsonand--agent-uriflags in thedatasets registerandidentity registercommands withinSKILL.md. - Boundary markers: No specific delimiters or instruction-isolation warnings are present in the provided command templates.
- Capability inventory: The associated CLI tool possesses capabilities for network interaction and local filesystem writes.
- Sanitization: The skill documentation does not explicitly detail input validation or sanitization for the provided JSON metadata or URI strings.
Audit Metadata