ampersend
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install a global binary using the command
npm install -g @ampersend_ai/ampersend-sdk@latestif the CLI is missing or outdated. - [COMMAND_EXECUTION]: The skill's core functionality relies on executing shell commands via the
ampersendCLI, includingampersend fetch,ampersend setup, andampersend marketplace. This involves spawning subprocesses to interact with external services and the local file system for configuration. - [CREDENTIALS_UNSAFE]: The skill describes workflows for managing agent keys and account addresses. Specifically,
ampersend config set "0xagentKey:::0xagentAccount"andampersend setup start --mode connect --agent 0x1234...abcdinvolve handling sensitive cryptographic identifiers that represent the agent's identity and control over funds. - [PROMPT_INJECTION]: While not containing malicious overrides, the instructions use emphatic markers like
CRITICALandIMPORTANTto define security boundaries (e.g., dashboard sessions), which are targeted at agent behavior control. - [INDIRECT_PROMPT_INJECTION]: The skill establishes an attack surface where an agent ingests untrusted data from external URLs that could contain malicious instructions.
- Ingestion points: External data is ingested through the
ampersend fetchcommand (SKILL.md) andampersend marketplace list(references/marketplace.md), which retrieve content from third-party service providers. - Boundary markers: The instructions do not specify the use of delimiters or 'ignore' instructions for the data fetched from these paid endpoints.
- Capability inventory: The agent has the capability to perform network operations, pay for services, and modify its own configuration via the
ampersendCLI. - Sanitization: There is no mention of sanitizing, escaping, or validating the response bodies received from external HTTP calls before the agent processes them.
Audit Metadata