Hylo — GHL Automation Expert
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent GHL knowledge/API helper that requires a Hylo API key and sends GHL-related queries to Hylo, with no code or direct GHL account mutation shown.
This skill appears safe for GHL reference and workflow planning. Before installing, be comfortable using a Hylo API key and sending GHL-related questions or workflow details to Hylo; avoid placing customer PII, secrets, or sensitive account data in prompts unless necessary.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
GHL-related prompts may trigger external API calls instead of being answered only from the local model context.
The skill directs the agent to use the Hylo API for GHL-related questions. This is aligned with the skill's purpose, but it makes external API use the default behavior for those requests.
- ALWAYS call the API -- don't guess about GHL.
Use the skill for GHL-specific help, and avoid including unnecessary secrets, customer records, or sensitive business data in prompts.
Anyone with the key may be able to use the associated Hylo subscription or quota.
The skill requires a Hylo API key for authentication. This is expected for the Hylo knowledge API and is disclosed in the metadata.
requires": {"env": ["HYLO_API_KEY"]}, "primaryEnv": "HYLO_API_KEY"Store the API key in the environment rather than in chat, rotate it if exposed, and use the least-privileged or revocable key option if Hylo provides one.
Business workflow objectives, trigger names, and action configurations may be shared with Hylo when planning or validating workflows.
Workflow objectives and validation details are sent to the external Hylo API. This is disclosed and purpose-aligned, but it is still a third-party data flow.
curl -X POST https://api.hylo.pro/v1/templates/workflow ... -d '{ "objective": "Send 3 follow-up emails after a contact fills out a form" ... }'Review Hylo's privacy and retention practices if prompts may include confidential workflow logic, customer data, or regulated information.
