setup-sip-trunk
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill instructions and accompanying scripts are focused on legitimate integration with the Bolna SIP trunking service.
- [COMMAND_EXECUTION]: The Python scripts (
create_sip_trunk.py,add_trunk_number.py, anddiagnose_trunk.py) utilize the standard library to perform authorized HTTP requests to Bolna's official API endpoints (api.bolna.ai). This is expected behavior for a management utility. - [CREDENTIALS_UNSAFE]: The skill correctly instructs the user to provide an API key via an environment variable (
BOLNA_API_KEY) and uses placeholders for third-party SIP credentials, adhering to security best practices for secret management.
Audit Metadata