jira-issues
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The skill implements standard Jira API interactions for issue lifecycle management.
- Data Handling: Credentials (API tokens) are managed via environment variables and standard Basic Auth headers, which is the recommended practice for Jira integration.
- File System Access: The Python scripts attempt to load configuration from a local ".env" file. This is a common pattern for local development and does not constitute unauthorized data exposure in this context.
- Destructive Operations: The bulk deletion scripts (delete-all.mjs/py) are high-impact but aligned with the skill's stated purpose. The Python version includes a "--confirm" requirement to prevent accidental execution.
- Network Safety: API calls are directed only to the user-configured JIRA_BASE_URL.
Audit Metadata