list-segmentation
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard workflow for data analysis and segmentation without any detected malicious patterns.
- [EXTERNAL_DOWNLOADS]: Fetches enriched table data from the vendor's API at
https://api.extruct.ai/v1. This is consistent with the skill's stated purpose and the author context provided. - [COMMAND_EXECUTION]: Performs a shell check (
test -n "$EXTRUCT_API_TOKEN") to ensure required environment variables are configured before proceeding with API operations. - [DATA_EXFILTRATION]: Reads configuration and writes segmented results to local file paths within the
claude-code-gtmdirectory. These operations are restricted to the local project environment and do not involve unauthorized data transmission. - [PROMPT_INJECTION]: Analysis of instructions and metadata revealed no attempts to bypass safety filters, manipulate agent behavior, or extract system prompts.
Audit Metadata