jira
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [Credential Management]: The skill utilizes environment variables for authentication (JIRA_PAT, JIRA_API_TOKEN), which is a secure method for managing sensitive tokens and avoids the risk of hardcoding credentials in scripts.
- [Network Security]: It communicates with Jira via HTTPS, ensuring that API requests and responses are encrypted during transmission, which protects data integrity and confidentiality.
- [Input Parsing]: The tool validates user inputs and API responses using structured JSON parsing and regular expressions, which helps ensure the skill processes external data reliably.
- [Quality Assurance]: A fuzzing harness is included in the test suite to rigorously verify the script's resilience against unexpected input, reflecting a proactive security posture.
Audit Metadata