hubspot-crm
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION] (LOW): Detected an indirect prompt injection surface (Category 8) where untrusted input is processed.
- Ingestion points: The
emailslist andlist_nameparameters in theupload_users_to_hubspotfunction (SKILL.md). - Boundary markers: Absent. The skill interpolates these variables directly into JSON payloads for API requests without using delimiters or instruction-isolation markers.
- Capability inventory: The skill performs network write operations (POST and PUT requests) to the HubSpot CRM API using
urllib.request. - Sanitization: Absent. There is no validation or escaping logic applied to the input strings before they are transmitted to the external service.
Audit Metadata