youtrack-rest
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard CLI wrapper for the YouTrack REST API without any malicious behavior.
- [SAFE]: Credentials such as API tokens are managed securely through environment variables or a local configuration file (~/.config/youtrack-rest/config.json) which is created with restricted file permissions (0600).
- [SAFE]: The Python script follows secure coding practices by using standard libraries for networking and implementing necessary escaping and URL encoding to prevent injection attacks against the YouTrack API.
- [SAFE]: All network requests are directed to the user-supplied YouTrack base URL, and no unauthorized data exfiltration or external downloads were identified.
Audit Metadata