debug-bolna-calls
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for troubleshooting Bolna voice agents. All external communications are directed to the vendor's official domain (api.bolna.ai) and follow standard API integration practices.
- [CREDENTIALS_UNSAFE]: The skill requires a BOLNA_API_KEY, but it correctly instructs the user to provide it via environment variables rather than hardcoding. This is consistent with secure development practices.
- [EXTERNAL_DOWNLOADS]: The diagnose_execution.py script performs network requests to fetch diagnostic data. These requests are restricted to the vendor's known API infrastructure (api.bolna.ai).
- [COMMAND_EXECUTION]: The provided Python script uses standard libraries (urllib, json) to process data and does not utilize dangerous functions such as eval(), exec(), or subprocess.run().
Audit Metadata