chainstack
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSPERSISTENCE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external web sources that could theoretically contain instructions intended to influence the agent's behavior.
- Ingestion points: The agent retrieves content from
docs.chainstack.comusing theget_doc_pageandsearch_docstools, and reads pricing markdown fromchainstack.com/pricing.mdvia theget_chainstack_pricingtool. - Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat the fetched documentation or pricing data as untrusted content or to ignore any embedded commands.
- Capability inventory: The agent has access to sensitive tools including
create_node,delete_node,delete_project, andrequest_testnet_fundswhich perform state-changing operations on the user's infrastructure. - Sanitization: No specific sanitization or filtering steps are mentioned for the content retrieved from the documentation or pricing sources before it is interpreted by the agent.
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of the
@alchemy/clipackage from the npm registry for users migrating from other providers. Alchemy is a recognized and well-known service provider in the blockchain industry. - [PERSISTENCE]: The instructions suggest that the agent guide users to store their
CHAINSTACK_API_KEYin shell configuration files such as~/.zshrcor~/.bashrc. While this modifies persistence files, it is a documented recommendation for manual user configuration rather than an automated or hidden persistence mechanism by the agent.
Audit Metadata