hubspot-auth
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill defines patterns for processing external data from HubSpot's OAuth and Private App systems (SKILL.md, references/implementation-guide.md). \n
- Ingestion points: Authentication tokens, refresh tokens, and scope descriptions returned from HubSpot API endpoints. \n
- Boundary markers: The instructions recommend using secure secret stores and structured storage, which acts as a boundary against accidental exposure, though specific prompt delimiters for LLM interaction are not defined. \n
- Capability inventory: The skill utilizes
fetch,requests, and shell tools likecurlandjqto interact with remote HubSpot APIs and cloud secret managers. \n - Sanitization: The skill explicitly implements scope validation functions (
validateScopes) to ensure received tokens match expected permission sets before they are accepted or cached. \n- [EXTERNAL_DOWNLOADS]: The skill references several official and well-known software packages. \n - Packages:
@hubspot/api-client,hubspot,@aws-sdk/client-secrets-manager, andgoogle-cloud-secret-manager. \n - Source: Official registries including NPM and PyPI. \n
- Context: These references are standard for implementing the described HubSpot and cloud provider integrations.
Audit Metadata