customer-retention
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the HubSpot CLI (
hubspot) and standard system utilities (date,jq,paste,while read) to manage CRM data. These operations are transparent, well-documented, and align with the skill's stated purpose. - [DATA_EXFILTRATION]: While the skill accesses sensitive CRM data including contact information and subscription statuses, it does so entirely within the HubSpot environment. There are no network requests to external domains or unauthorized data transfers.
- [SAFE]: The skill follows best practices by using the HubSpot CLI for API interactions and
jqfor robust JSON construction and parsing. Temporary files are stored in/tmp/for cohort processing, which is standard for large-scale operations.
Audit Metadata