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.
Comprehensive HubSpot CRM, Marketing, Sales, Service, and CMS management suite.
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
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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".
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
- The text references files that are not there: add them or drop the references.
- 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-usescripts/bulk-export.sh:231Credential 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-usescripts/bulk-export.sh:466Credential 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-usescripts/find-duplicates.sh:24Credential used in a network call (verify the destination is the intended service)RESP=$(curl -s -H "Authorization: Bearer ${TOKEN}" "$URL") -
medium Exfiltration
net-credential-usescripts/pipeline-report.sh:19Credential used in a network call (verify the destination is the intended service)RESP=$(curl -s -H "Authorization: Bearer ${TOKEN}" "$URL") -
low Exfiltration
net-credential-usereferences/associations.md:66Credential 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-usereferences/associations.md:72Credential 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-usereferences/associations.md:78Credential 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-usereferences/associations.md:84Credential 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-usereferences/associations.md:164Credential 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-usereferences/auth-setup.md:18Credential 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-usereferences/auth-setup.md:59Credential 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-usereferences/auth-setup.md:136Credential 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-usereferences/auth-setup.md:142Credential 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-usereferences/auth-setup.md:149Credential 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-dotenvreferences/auth-setup.md:186Reads a .env file (documentation of a security skill)set -a && source .env && set +a
security skill -
low Exfiltration
net-credential-usereferences/crm-companies.md:31Credential 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-usereferences/crm-companies.md:200Credential 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-usereferences/crm-companies.md:206Credential 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-usereferences/crm-companies.md:265Credential 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-usereferences/crm-companies.md:273Credential 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-usereferences/crm-contacts.md:28Credential 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-usereferences/crm-contacts.md:171Credential 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-usereferences/crm-contacts.md:177Credential 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-usereferences/crm-contacts.md:213Credential 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-usereferences/crm-contacts.md:221Credential 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-usereferences/crm-deals.md:38Credential 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-usereferences/crm-deals.md:146Credential 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-usereferences/crm-deals.md:152Credential 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-usereferences/crm-deals.md:243Credential 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-usereferences/crm-deals.md:249Credential 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-usereferences/crm-tickets.md:33Credential 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-usereferences/crm-tickets.md:93Credential 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-usereferences/crm-tickets.md:276Credential 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-usereferences/crm-tickets.md:282Credential 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-usereferences/data-quality.md:96Credential 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-usereferences/data-quality.md:99Credential 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-usereferences/data-quality.md:126Credential 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-usereferences/data-quality.md:132Credential 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-usereferences/data-quality.md:139Credential 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-usereferences/engagements.md:153Credential 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-usereferences/engagements.md:177Credential 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-usereferences/engagements.md:181Credential 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-usereferences/engagements.md:185Credential 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-usereferences/import-export.md:252Credential 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-usereferences/properties.md:10Credential 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-usereferences/properties.md:14Credential 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-usereferences/properties.md:18Credential 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-usereferences/properties.md:24Credential 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-usereferences/properties.md:186Credential 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-usereferences/rate-limits.md:39Credential 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-usereferences/rate-limits.md:82Credential 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-usereferences/rate-limits.md:113Credential 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-usereferences/rate-limits.md:131Credential 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-usereferences/rate-limits.md:157Credential 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-usereferences/search-filters.md:583Credential 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-usereferences/workflows.md:26Credential 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-usereferences/workflows.md:32Credential 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-usereferences/workflows.md:413Credential 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-usereferences/workflows.md:419Credential 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-usescripts/data-audit.sh:17Credential 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: 22. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: references/crm-custom-objects.md - warning
missing-refreference to a missing file: references/pipelines.md - warning
missing-refreference to a missing file: references/lists.md - warning
missing-refreference to a missing file: references/forms.md - warning
missing-refreference to a missing file: references/email-marketing.md - warning
missing-refreference to a missing file: references/conversations.md - warning
missing-refreference to a missing file: references/reporting.md - warning
missing-refreference to a missing file: references/webhooks.md - warning
missing-refreference to a missing file: references/cms.md - warning
missing-refreference to a missing file: references/commerce.md - warning
missing-refreference to a missing file: references/developer-platform.md - warning
missing-refreference to a missing file: references/owners.md - warning
missing-refreference to a missing file: references/crm-*.md
Process rating: all ten parameters 40/100
- 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 1857 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.