javascript-sdk
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides a framework for building AI agents that ingest and process data from users, external tools, and webhooks. This architecture creates an attack surface for indirect prompt injection. Ingestion points include
agent.sendMessageinput,appToolresults, andwebhookToolresponses inSKILL.md,references/agent-patterns.md, andreferences/tool-builder.md. The SDK relies on developer-definedsystem_promptconfigurations without enforcing specific delimiters for untrusted content. Capability inventory includes application execution, file management, and built-in code execution as documented inSKILL.mdandreferences/agent-patterns.md. Sanitization is left to the implementing developer.\n- [DYNAMIC_EXECUTION]: Documentation and reference files include patterns that enable or demonstrate dynamic code execution, such as theCode Execution Patterninreferences/agent-patterns.mdand a code snippet usingeval()to process mathematical expressions from tool calls inreferences/tool-builder.md.\n- [COMMAND_EXECUTION]: The skill includes instructions to install additional platform components usingnpx skills add belt-sh/cliinSKILL.md, which involves downloading and executing remote code via the CLI utility.
Audit Metadata