navan-common-errors
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides diagnostic scripts and documentation to help developers debug common Navan API errors (401, 403, 404, etc.).
- [DATA_EXFILTRATION]: The skill manages authentication using environment variables (
NAVAN_CLIENT_ID,NAVAN_CLIENT_SECRET) rather than hardcoded secrets. All network operations are directed to the official Navan API domain (api.navan.com), representing standard integration behavior. - [DYNAMIC_EXECUTION]: The provided diagnostic commands use
python3 -cto parse JSON strings from API responses. This is a common and safe pattern for CLI-based data processing and does not involve executing untrusted code.
Audit Metadata