integration-playground
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes an internal platform script at
.agents/skills/platform/skill-lab.mjsto execute Node.js commands. The documentation specifies that these commands are run without a shell and within a minimal environment to reduce the risk of command injection. - [INDIRECT_PROMPT_INJECTION]: The skill provides an interface to process untrusted data through fixture definitions and command arrays, which constitutes an attack surface for indirect injection.
- Ingestion points: Untrusted data enters via the
fixture-definitionandcommandinputs defined inSKILL.md. - Boundary markers: The skill restricts output to the system temporary directory and avoids shell-based command interpolation.
- Capability inventory: The skill possesses file writing capabilities (
write-files) and the ability to execute sandboxed processes (run-sandboxed-command). - Sanitization: Is dependent on the
skill-sandboxcomponent to enforce execution boundaries and environment isolation.
Audit Metadata