segment-cdp
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates integration with Segment, a well-known analytics and data routing service. All network operations target official Segment endpoints (api.segment.io).
- [SAFE]: No hardcoded credentials were found; the instructions correctly advise using environment variables (e.g., process.env.SEGMENT_WRITE_KEY) for sensitive API keys.
- [SAFE]: Dependencies are restricted to official, versioned packages from the Segment organization (@segment/analytics-next, @segment/analytics-node).
- [SAFE]: No malicious patterns such as prompt injection, persistence mechanisms, or unauthorized privilege escalation were detected. The implementation of Base64 encoding is used appropriately for standard HTTP Basic Authentication headers.
Audit Metadata