cleanup-lists
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill accesses HubSpot CRM data, including list names and membership counts. This access is limited to the official HubSpot API and is central to the skill's stated purpose of auditing and cleaning up unused resources.
- [COMMAND_EXECUTION]: Provides Python code blocks that utilize the
hubspot-api-clientlibrary. The implementation correctly utilizes environment variables (os.getenv("HUBSPOT_API_TOKEN")) to handle sensitive credentials, preventing hardcoded secret exposure. - [SAFE]: All external references are directed toward HubSpot, a well-known service. The package dependency
hubspot-api-clientis the official library for the service, and no suspicious network patterns or obfuscation techniques were detected.
Audit Metadata