telnyx-missions-python
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official 'telnyx' Python SDK to manage Telnyx Missions, which is an expected and verified vendor library from team-telnyx.
- [SAFE]: API credentials are correctly handled by fetching them from environment variables ('os.environ.get'), which follows security best practices for avoiding hardcoded secrets.
- [PROMPT_INJECTION]: The skill defines an interface for managing mission 'instructions' and 'metadata', which are natural language ingestion points. As this is the primary purpose of the mission-management API, it is considered a functional feature.
- Ingestion points: 'instructions' and 'metadata' parameters within mission creation and update methods in SKILL.md.
- Boundary markers: Not present in the SDK usage examples.
- Capability inventory: The skill manages automated workflows, tasks, and AI-driven telecom operations.
- Sanitization: Not explicitly demonstrated in the provided Python code snippets.
Audit Metadata