debugging-executions
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill utilizes official platform tools for their intended debugging purposes. No patterns of obfuscation, unauthorized command execution, or data exfiltration were found.
- [PROMPT_INJECTION]: The skill processes data from workflow executions, creating a surface for indirect prompt injection. This is inherent to the debugging functionality and is handled by inspecting the raw data.
- Ingestion points: Execution state and node parameters are read via the
executionstool as described inSKILL.md. - Boundary markers: None; the skill does not define specific delimiters for the untrusted execution data.
- Capability inventory: The agent can execute workflows via the
runaction of theexecutionstool. - Sanitization: No specific sanitization steps are listed, as the tool's purpose is the inspection of raw execution state.
Audit Metadata