jira-syntax
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Bash script
scripts/validate-jira-syntax.shfor validating Jira syntax in text files. The script performs static analysis using standard command-line tools likegrep,cat, andwc. It does not use dangerous sinks likeevalorexecon user-supplied content, and it operates exclusively on local files provided as arguments. - [SAFE]: The skill consists primarily of static templates and documentation for formatting text. The templates provided in the
templates/directory and the documentation inreferences/are structured for Jira wiki markup. The skill explicitly delegates active API operations to a separate companion skill, ensuring a limited and safe operational scope.
Audit Metadata