ariestools-sdk
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents networking utilities (
fetchJson,FetchClient) infetch.mdthat ingest data from external APIs. This untrusted data represents a potential vector for indirect prompt injection if the agent processes the content without adequate sanitization or boundary markers. - Ingestion points:
fetchJsonandFetchClientinfetch.mdingest untrusted data from network endpoints. - Boundary markers: Absent from the documentation.
- Capability inventory: Shell execution via
pnpm(conventions.md), file and database writes via@ariestools/storage-adapters(packages.md), and network operations viafetch(fetch.md). - Sanitization: No explicit sanitization or escaping instructions for external API content are provided.
- [EXTERNAL_DOWNLOADS]: The documentation recommends the installation of various packages from the
@ariestools/*scope (e.g.,@ariestools/sdk,@ariestools/express,@ariestools/threads) and third-party peers such aszod,undici, and@opentelemetry/api. These are legitimate dependencies for the Aries Tools development ecosystem. - [COMMAND_EXECUTION]:
conventions.mdprovides shell commands for monorepo maintenance, such aspnpm xy buildandpnpm sync-sdk-layout. These commands are intended for developers working within thesdk-jsrepository to synchronize monolith layouts and build packages.
Audit Metadata