segment-manager
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: Secure credential management. The skill uses the
LYTICS_API_TOKENenvironment variable for authentication rather than hardcoding credentials, which aligns with security best practices. - [SAFE]: Human-in-the-loop confirmation. The skill implements a 'confirmation-gate' pattern for write operations (create, update, delete), ensuring the agent waits for user approval before executing state-changing commands.
- [COMMAND_EXECUTION]: Controlled API interaction. The skill uses
curlto interact with official Lytics API endpoints (api.lytics.io). These commands are scoped to the skill's primary purpose of segment management. - [SAFE]: Input validation. The skill performs pre-execution validation of FilterQL strings through a dedicated validation API endpoint, which mitigates the risk of processing malformed or unexpected data input.
Audit Metadata