nipper
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs the agent to install external packages, plugins, and SDK bundles from the vendor's infrastructure.
- Evidence:
npx skills add nipper-ai/claude-pluginfor platform extension. - Evidence:
npm install @nipper/sdkfor payment handling. - Evidence:
bun add {server}/v1/sdk.tgzfor application development. - [COMMAND_EXECUTION]: The documentation provides shell commands for package management and environment setup that the agent is expected to execute.
- Evidence: Usage of
npx,npm, andbunfor dependency and plugin management. - [PROMPT_INJECTION]: The skill defines a platform where the agent processes outputs from third-party "micro-apps," creating an attack surface for indirect prompt injection.
- Ingestion points: Data enters the agent context through marketplace search results (
/v1/marketplace/search) and capability invocation outputs (/v1/apps/{handle}/{app_name}/{capability}/invoke) inSKILL.md. - Boundary markers: The platform uses "typed schemas" and "JSON Schema" validation as described in
SKILL.mdto structure inputs and outputs. - Capability inventory: The agent possesses network access via
fetch, the ability to sign blockchain transactions with aprivateKey, and the ability to install software via package managers as noted inSKILL.md. - Sanitization: The documentation specifies that all interactions are validated against developer-defined JSON Schemas to ensure data follows expected structures.
Audit Metadata