twg-code-review
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted pull request diffs, comments, and external documentation which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: Processes pull request metadata, source code diffs, and external company context (Jira/Confluence) via the
twgCLI as outlined inSKILL.mdandreferences/review-context.md. - Boundary markers: Includes explicit instructions to treat the diff, PR text, and external context as "untrusted evidence" that should not override system instructions.
- Capability inventory: Performs network operations to fetch and post data via the
twgCLI tool and writes JSON artifacts to the system's temporary directory. - Sanitization: Relies on instructional constraints (e.g., using literal terms, technical language) rather than programmatic sanitization of the input data.
- [COMMAND_EXECUTION]: The skill relies on the execution of the
twgcommand-line utility to interact with the repository and Atlassian's graph services. - Evidence:
SKILL.mdprovides instructions for using thetwgcommand and specifies filesystem locations for the binary on macOS, Linux, and Windows. - [DATA_EXFILTRATION]: The skill accesses and processes sensitive repository content and internal documentation to perform its primary function. This behavior is consistent with the skill's stated purpose and is performed using the vendor's own tools.
- Evidence:
references/review-context.mddescribes workflows for retrieving Jira requirements and Confluence documents to provide context for the code review.
Audit Metadata