segment
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Employs standard curl commands to interact with the Segment Public API. These operations are restricted to documented configuration management tasks such as listing sources, destinations, and tracking plans.
- [EXTERNAL_DOWNLOADS]: Connects to api.segmentapis.com, which is the official and well-known service domain for Segment. No untrusted third-party scripts or packages are retrieved.
- [CREDENTIALS_UNSAFE]: Uses the SEGMENT_TOKEN environment variable for authentication. This aligns with secure secret management practices as it avoids hardcoding sensitive API keys directly in the skill logic.
Audit Metadata