social-intelligence
Warn
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
agentcashpackage from the NPM registry, which is an external dependency from an unverified source. Evidence: Instructions inrules/getting-started.mdandSKILL.mdto runnpm install -g agentcash. - [REMOTE_CODE_EXECUTION]: The skill uses
npx agentcash@latestto dynamically download and execute the latest version of the tool from the internet at runtime, which is a significant remote code execution vector. Evidence: Multiple commands inSKILL.mdsuch asnpx agentcash@latest fetchandnpx agentcash@latest discover. - [COMMAND_EXECUTION]: The agent is instructed to execute shell commands to interact with the
agentcashCLI for wallet management and API interaction. Evidence: Usage ofnpx agentcash@latest wallet infoand complex fetch commands with flags for methods and bodies. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from Reddit posts and comments. 1. Ingestion points: Reddit post content (
selftext) and comments (body) fetched fromhttps://stableenrich.dev/api/reddit/searchandhttps://stableenrich.dev/api/reddit/post-comments. 2. Boundary markers: Absent. The skill does not provide delimiters or instructions to the agent to ignore potential instructions embedded within the fetched Reddit content. 3. Capability inventory: The agent has the capability to perform network requests via the CLI and present the resulting data to the context. 4. Sanitization: Absent. No filtering, validation, or sanitization steps are mentioned to clean the Reddit data before processing.
Audit Metadata