SKILLEMALL.ai

DF hubspot-suite

Comprehensive HubSpot CRM, Marketing, Sales, Service, and CMS management suite. Covers all HubSpot APIs: CRM objects (contacts, companies, deals, tickets, custom objects), associations, properties, engagements (calls, emails, meetings, notes, tasks), workflows & automation, lists, forms, email marketing, reporting & analytics, data quality & dedup, import/export, webhooks, pipelines, owners, CMS content, conversations, and commerce. Supports both Private App (API key) authentication and the new HubSpot Developer Platform (CLI-based apps). Use for ANY HubSpot-related task including CRM management, marketing automation, sales pipeline management, data migration, reporting, data quality audits, or HubSpot administration.

Not recommendedlow grade D
ClawHub Agent Skills author: Luigi08001 v1.2.0 23 files · 7 scripts body ≈ 1 795 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process F 40/100 · Will not run — References files that are not bundled: references/crm-custom-objects.md, references/pipelines.md, references/lists.md

ProcedureHubSpotSales and CRMtype and topics are labelled automatically from the skill text
JSON
Technical rating
D
45/100
safety, quality, tests
Safety 60%
22
Quality 40%
79
Run on models
none yet
Process rating
F
40/100
Will not run
References files that are not bundled: references/crm-custom-objects.md, references/pipelines.md, references/lists.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. The text references files that are not there: add them or drop the references.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 62

✓ No critical or high findings

Medium and low: 62
  • medium Exfiltration net-credential-use scripts/bulk-export.sh:231
    Credential used in a network call (verify the destination is the intended service)
    response=$(curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
  • medium Exfiltration net-credential-use scripts/bulk-export.sh:466
    Credential used in a network call (verify the destination is the intended service)
    response=$(curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" "$api_url")
  • medium Exfiltration net-credential-use scripts/find-duplicates.sh:24
    Credential used in a network call (verify the destination is the intended service)
    RESP=$(curl -s -H "Authorization: Bearer ${TOKEN}" "$URL")
  • medium Exfiltration net-credential-use scripts/pipeline-report.sh:19
    Credential used in a network call (verify the destination is the intended service)
    RESP=$(curl -s -H "Authorization: Bearer ${TOKEN}" "$URL")
  • low Exfiltration net-credential-use references/associations.md:66
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/associations.md:72
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/associations.md:78
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/associations.md:84
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/associations.md:164
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/auth-setup.md:18
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/auth-setup.md:59
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl "https://api.hubapi.com/crm/v3/objects/contacts?hapikey=…"
    security skill
  • low Exfiltration net-credential-use references/auth-setup.md:136
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/auth-setup.md:142
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -I -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/auth-setup.md:149
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration read-dotenv references/auth-setup.md:186
    Reads a .env file (documentation of a security skill)
    set -a && source .env && set +a
    security skill
  • low Exfiltration net-credential-use references/crm-companies.md:31
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-companies.md:200
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-companies.md:206
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-companies.md:265
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-companies.md:273
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-contacts.md:28
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-contacts.md:171
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-contacts.md:177
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-contacts.md:213
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-contacts.md:221
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-deals.md:38
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-deals.md:146
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-deals.md:152
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-deals.md:243
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-deals.md:249
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-tickets.md:33
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-tickets.md:93
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-tickets.md:276
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/crm-tickets.md:282
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/data-quality.md:96
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    primary=$(curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/data-quality.md:99
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    duplicate=$(curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/data-quality.md:126
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    if ! curl -s -f -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/data-quality.md:132
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    if ! curl -s -f -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/data-quality.md:139
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    primary_email=$(curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/engagements.md:153
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/engagements.md:177
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/engagements.md:181
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/engagements.md:185
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/import-export.md:252
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    response=$(curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" "$url")
    security skill
  • low Exfiltration net-credential-use references/properties.md:10
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/properties.md:14
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/properties.md:18
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/properties.md:24
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/properties.md:186
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/rate-limits.md:39
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -I -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/rate-limits.md:82
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    response=$(curl -s -w "%{http_code}" -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" "$url")
    security skill
  • low Exfiltration net-credential-use references/rate-limits.md:113
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -I -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/rate-limits.md:131
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    response_headers=$(curl -I -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/rate-limits.md:157
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/search-filters.md:583
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -s -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/workflows.md:26
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/workflows.md:32
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/workflows.md:413
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use references/workflows.md:419
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    curl -H "Authorization: Bearer $HUBSPOT_ACCESS_TOKEN" \
    security skill
  • low Exfiltration net-credential-use scripts/data-audit.sh:17
    Credential used in a network call (verify the destination is the intended service) (documentation of a security skill)
    COUNT=$(curl -s -H "Authorization: Bearer ${TOKEN}" \
    security skill

…and 1 more

A further 1 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 23. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: references/crm-custom-objects.md
  • warning missing-ref reference to a missing file: references/pipelines.md
  • warning missing-ref reference to a missing file: references/lists.md
  • warning missing-ref reference to a missing file: references/forms.md
  • warning missing-ref reference to a missing file: references/email-marketing.md
  • warning missing-ref reference to a missing file: references/conversations.md
  • warning missing-ref reference to a missing file: references/reporting.md
  • warning missing-ref reference to a missing file: references/webhooks.md
  • warning missing-ref reference to a missing file: references/cms.md
  • warning missing-ref reference to a missing file: references/commerce.md
  • warning missing-ref reference to a missing file: references/developer-platform.md
  • warning missing-ref reference to a missing file: references/owners.md
  • warning missing-ref reference to a missing file: references/crm-*.md

Process rating: all ten parameters 40/100

Will not run. References files that are not bundled: references/crm-custom-objects.md, references/pipelines.md, references/lists.md
  • 0Tools and files. 13 referenced file(s) missing: references/crm-custom-objects.md, references/pipelines.md, references/lists.md
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 2 mutating operations with no state check
  • 50Failures and branches. 0 branches, has a failure section
  • 100Steps. 42 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1795 tokens
  • 100Progress reporting. Reports progress

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 727: enough signal without eating the budget
  • +4Structure: 25 headings
  • +3Step-by-step instructions: 42 items
  • +4Has examples (18 code blocks)
  • +4Reference files are cited in the instructions (14 of 14)
  • +3All 7 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.

External checks

ClawHub: suspicious
This appears to be a legitimate HubSpot helper suite, but it gives broad CRM and automation control with weak safeguards around bulk and destructive actions.
LLM: suspicious (high) · VirusTotal: benign · 28 May 2026