export-and-analyze-jira-data
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands, including
uv run jira-tool,jq, andpython3, for extracting and processing Jira data. It also includes instructions for generating and running localized Python scripts using shell heredocs to perform complex data aggregations. - [PROMPT_INJECTION]:
- Ingestion points: The skill reads untrusted external data from Jira (e.g., issue summaries and descriptions) through exported files like
issues.jsonandissues.jsonl. - Boundary markers: The provided analysis scripts do not implement specific boundary markers or delimiters to isolate data content from processing logic.
- Capability inventory: The agent possesses capabilities to run subprocesses (
uv,python3,jq) and perform file system operations. - Sanitization: There is no evidence of explicit sanitization or validation of the Jira data fields within the provided transformation scripts before they are outputted or processed further.
Audit Metadata