slide-color-design

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The skill includes a Python script scripts/check_contrast.py which performs local mathematical calculations for WCAG contrast ratios. It uses only standard libraries and does not interact with the file system or network. Input is validated to be a valid hex string before conversion to integer.
  • [EXTERNAL_DOWNLOADS] (SAFE): Documentation references running a local script generate_palette.py via uv run. While this specific script file was not included in the analyzed set, the instructions point exclusively to local paths within the skill directory and do not involve remote downloads or piped execution from the internet.
  • [DATA_EXFILTRATION] (SAFE): No network operations (curl, wget, fetch) or sensitive data access patterns (reading SSH keys, AWS credentials) were found. The skill's logic is limited to processing color hex codes.
  • [PROMPT_INJECTION] (SAFE): No instructions attempting to override agent behavior, bypass safety filters, or extract system prompts were detected in the markdown files or metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:41 PM