delete-no-email-contacts
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts solely with legitimate HubSpot API endpoints (api.hubapi.com) for CRM data management.
- [SAFE]: Credential handling is secure, utilizing environment variables through a
.envfile instead of hardcoded secrets. - [SAFE]: The scripts incorporate proactive safety mechanisms, such as the
SAFETY_THRESHOLDinscripts/execute.pywhich prevents the script from proceeding if an unexpectedly high number of contacts are flagged for deletion. - [SAFE]: Destructive operations are protected by a manual gate, requiring the user to explicitly type 'DELETE' before the batch archive process begins.
- [SAFE]: The skill maintains transparency and accountability by generating local CSV audit logs (e.g.,
no-email-contacts-before.csvandno-email-contacts-deleted.csv) allowing users to review what data is being targeted and what was ultimately removed.
Audit Metadata