
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@skillhq/hubspot
Advanced tools
HubSpot CRM CLI for managing contacts, companies, deals, and engagements
A fast, focused CLI for HubSpot CRM operations.
npm install -g @cyberdrk/hs
Or from source:
git clone https://github.com/cyberdrk305/hubspot.git
cd hubspot
npm install
npm run build
npm link
Create a Private App in HubSpot:
pat-)Configure the CLI:
hs auth
Verify connection:
hs check
When creating your Private App, grant these scopes:
CRM:
crm.objects.contacts.read / crm.objects.contacts.writecrm.objects.companies.read / crm.objects.companies.writecrm.objects.deals.read / crm.objects.deals.writecrm.objects.owners.readcrm.schemas.contacts.read (for custom properties)crm.schemas.companies.readcrm.schemas.deals.readTickets:
tickets (read/write)Settings:
account-info.security.read (for portal info)hs contacts # List contacts
hs contact <id> # Get contact
hs contact-search "query" # Search
hs contact-create --email user@example.com --firstname John
hs contact-update <id> --lastname Smith
hs companies # List companies
hs company <id> # Get company
hs company-search "query" # Search
hs deals # List deals
hs deal <id> # Get deal
hs deal-search "query" # Search
hs pipelines # List pipelines
hs tickets # List tickets
hs ticket <id> # Get ticket
hs ticket-search "query" # Search
hs notes <objectType> <id> # List notes
hs note-create <objectType> <id> "body" # Create note
hs tasks # List tasks
hs task <id> # Get task
hs task-create --subject "Task" --due "2024-12-31"
hs associations <from> <id> <to> # List associations
hs associate <from> <id1> <to> <id2> # Create association
--json: JSON for scripting--markdown: Markdown tablesConfig stored at ~/.config/hs/config.json5:
{
accessToken: "pat-xxx",
portalId: "12345678",
defaultFormat: "plain",
defaultLimit: 20
}
MIT
FAQs
HubSpot CRM CLI for managing contacts, companies, deals, and engagements
We found that @skillhq/hubspot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.