telnyx-numbers-compliance-ruby

Pass

Audited by Gen Agent Trust Hub on Mar 27, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides legitimate documentation and Ruby code examples for interacting with the Telnyx Numbers Compliance API, including managing bundles, documents, and regulatory requirements.
  • [EXTERNAL_DOWNLOADS]: The skill requires the installation of the official telnyx Ruby gem (gem install telnyx), which is the standard library provided by the vendor for interacting with their services.
  • [CREDENTIALS_UNSAFE]: The setup instructions correctly advise users to provide the API key through an environment variable (ENV["TELNYX_API_KEY"]), demonstrating safe secret management practices.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes data from the Telnyx API, which represents a potential ingestion point for untrusted data. However, the examples provided do not demonstrate any dangerous capabilities such as dynamic execution or shell command generation using this data.
  • Ingestion points: API responses from client.documents.list, client.user_addresses.list, and other retrieval methods in SKILL.md.
  • Boundary markers: Not explicitly present in the provided snippets.
  • Capability inventory: The skill examples are limited to retrieving and printing data; no subprocess calls or dynamic code execution logic is present.
  • Sanitization: Not explicitly shown in the code examples, as it focuses on SDK usage.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 27, 2026, 01:17 AM
Security Audit — agent-trust-hub — telnyx-numbers-compliance-ruby