crm
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The test suite in
tests/test_crm_cli.pyusessubprocess.runto verify the functionality of the providedcrm-cliscript. This execution is limited to invoking the skill's own internal script using the current Python interpreter and is used exclusively for automated testing purposes. - [DATA_EXFILTRATION]: The skill transmits CRM data such as contact details and deal stages to HubSpot's official API at
api.hubapi.com. This is a well-known service and the data flow is inherent to the skill's purpose. The instructions explicitly direct the agent to avoid disclosing sensitive information like access tokens and require human confirmation for any data mutations. - [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill uses only standard Python libraries and follows safety-first design principles, including dry-run previews and explicit confirmation for write operations.
Audit Metadata