twg
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute the local
twgbinary and thejqutility to interact with Atlassian internal data and filter large JSON outputs. Evidence: Multiple commands inSKILL.mdandOUTPUT.mddescribe runningtwgand usingjqfor data processing. - [INDIRECT_PROMPT_INJECTION]: The skill ingests content from external sources which could contain malicious instructions designed to manipulate the agent. 1. Ingestion points: Untrusted content is retrieved from Jira work items, Confluence pages, and Bitbucket repositories via commands like
jira workitem getanddocs search(detailed inSKILL.mdandROUTING.md). 2. Boundary markers: The instructions do not define delimiters or markers to isolate ingested content from the agent's core instructions. 3. Capability inventory: The skill utilizes shell command execution (twg,jq) and local filesystem writes to/tmpand$TMPDIR. 4. Sanitization: No sanitization, validation, or escaping of the retrieved content is specified before the agent processes it. - [DATA_EXPOSURE]: The skill manages high-volume payloads by writing them to the local filesystem in temporary directories. Evidence:
ASSETS_GRAPH.mdandOUTPUT.mdprovide guidance on using--output-filewith/tmpand$TMPDIRfor schema discovery and stdout captures.
Audit Metadata