code-pipeline
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily instructional, providing best practices for using the
code.executetool to optimize agent performance by reducing round-trips. It contains no executable malicious code, obfuscation, or persistence mechanisms. - [PROMPT_INJECTION]: The skill describes a workflow that ingests data from external tools (e.g.,
web.fetch) and uses it to drive subsequent logic and tool calls (e.g.,web.search). While this is the intended purpose, it represents an indirect prompt injection surface where maliciously formatted external data could attempt to influence the logic within thecode.executeblock. - Ingestion points: Tools like
web.fetchreferenced in the example logic. - Boundary markers: None explicitly defined in the example code, though the skill notes that the host's hardline blocklist and approval gates still apply.
- Capability inventory: Access to
code.execute, which can further invoke tools likeweb.fetchandweb.searchvia the globaltoolsobject. - Sanitization: The example uses
JSON.parse(), but does not implement logic-level sanitization of the fetched content.
Audit Metadata