jira-projects
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): The skill manages Jira credentials (email and API token) through environment variables (JIRA_EMAIL, JIRA_API_TOKEN). This is a standard and acceptable practice for authentication in AI skills. No sensitive information is hardcoded within the scripts.
- [EXTERNAL_DOWNLOADS] (SAFE): The provided scripts (check-fields.mjs and check-fields.py) utilize built-in libraries (fetch in Node.js and urllib in Python) to communicate with the Jira API. No external packages are required or downloaded.
- [COMMAND_EXECUTION] (SAFE): There are no instances of arbitrary command execution or shell spawning. The scripts are limited to performing network requests and printing the resulting configuration data.
Audit Metadata