Jira

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The OpenClaw AgentSkills skill bundle for Jira appears benign. It provides a set of shell commands to interact with the Jira Cloud REST API, requiring `JIRA_URL`, `JIRA_EMAIL`, and `JIRA_API_TOKEN` as environment variables for authentication. All network calls are directed to the configured Jira instance. The `scripts/jira.sh` file uses standard tools (`curl`, `jq`, `bc`, `python3`) and includes embedded Python scripts for data processing, which are well-defined and do not exhibit any malicious behavior. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`.