Hubspot Crm

ReviewAudited by ClawScan on May 10, 2026.

Overview

This HubSpot CRM skill matches its stated purpose, but it requires an undeclared HubSpot access token and exposes persistent CRM write actions without visible approval safeguards in the provided instructions.

Review this skill before installing. It appears purpose-built for HubSpot CRM management, but use only a least-privilege HubSpot token, verify the source, and require the agent to ask before creating or changing contacts, deals, notes, tasks, or pipeline stages.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing or using the skill may give the agent access to read and change HubSpot CRM data even though the metadata does not clearly advertise that credential requirement.

Why it was flagged

The skill requires a HubSpot bearer token capable of CRM access, but the supplied registry metadata lists no required environment variables and no primary credential, so the account-authority requirement is under-declared.

Skill content
Configuration requise
- Variable d'environnement : `HUBSPOT_ACCESS_TOKEN`
Recommendation

Declare HUBSPOT_ACCESS_TOKEN and the exact required HubSpot scopes in metadata, and use a least-privilege token limited to the intended USC SYNERGY CRM operations.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

A mistaken or over-eager agent action could alter contacts, deals, pipeline stages, notes, or associations in the live CRM.

Why it was flagged

The skill exposes raw HubSpot API write operations that can create or modify business CRM records; the provided artifact text does not show explicit user-confirmation or change-review requirements before those writes.

Skill content
Mettre à jour un contact ... curl -s -X PATCH "https://api.hubapi.com/crm/v3/objects/contacts/CONTACT_ID" ... Créer un deal ... "https://api.hubapi.com/crm/v3/objects/deals" ... Mettre à jour le stage d'un deal ... -X PATCH
Recommendation

Require explicit user approval before every POST/PATCH/PUT, show the exact object ID and field changes before execution, and prefer constrained helper workflows over raw open-ended API commands.

What this means

Users have less context for who authored the instructions and whether they are the intended CRM workflow for USC SYNERGY.

Why it was flagged

The skill has no published source or homepage link, making it harder to independently verify provenance; there is no code installer here, so this is a provenance note rather than direct evidence of malicious behavior.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the owner and instructions with the organization before connecting a real HubSpot token.