PkgRadar

Package evidence

@hubspot/[email protected]

Credential file access: matched ".npmrc"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
207Mature · −50% score
First published
Oct 2022
Publisher
jonmiller_hs

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@hubspot/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@hubspot/[email protected]"],"fail_on":"review"}'
Publisherjonmiller_hs
Artifact bytes783,222
Previous version1.0.31
Published2025-06-06T21:10:02.258Z
SHA-2564ab39e820c64733cafdd90f85e4fa5e55b0fad415dfb8c542b71828c8038f404

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.0.32Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/index.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/run.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts16
  • buildtsc -noEmit && yarn run copy-html && yarn build-types && node scripts/build.mjs; npm run publint
  • build-typestsc --project tsconfig.types.json
  • build:watchnodemon --exec 'yarn build'
  • cleantsc --build --clean
  • copy-htmlcopyfiles -u 1 'src/html/**' 'dist'
  • devnodemon --no-stdin --exec 'yarn start'
  • dev-inspectnodemon --exec 'yarn start-inspect'
  • es-watchesbuild --outfile=dist-esbuild/runWhenDeveloping.cjs --bundle --watch --platform=node --external:fsevents --external:vite --external:react-refresh runWhenDeveloping.ts
  • packagenpm run build && npm pack
  • preparenpm run build
  • publintpublint --level warning --prod
  • runBuildnode dist/run.js
  • starttsx runWhenDeveloping.ts
  • start-inspectnode --import tsx --inspect runWhenDeveloping.ts
  • testPORT=30042 NODE_ENV=test vitest run
  • test:watchPORT=30042 NODE_ENV=test vitest watch
Dependencies49
  • @babel/code-frame^7.24.7
  • @babel/parser^7.25.3
  • @babel/traverse^7.25.3
  • @babel/types^7.25.2
  • @hubspot/cms-components^1.0.32
  • @hubspot/local-dev-lib2.0.1
  • @inquirer/select^2.0.0
  • @originjs/vite-plugin-commonjs^1.0.3
  • @radix-ui/react-dialog^1.1.2
  • @radix-ui/react-separator^1.1.0
  • @radix-ui/react-slot^1.1.0
  • @radix-ui/react-toggle^1.1.3
  • @radix-ui/react-tooltip^1.1.4
  • @sentry/node^6.2.0
  • @storybook/addon-actions7.1.1
  • @storybook/addon-essentials7.1.1
  • @storybook/addon-interactions7.1.1
  • @storybook/addon-links7.1.1
  • @storybook/react7.1.1
  • @storybook/react-vite7.1.1
  • @storybook/testing-library^0.0.13
  • @vitejs/plugin-react^4.2.1
  • ansi-to-html0.7.x
  • babel-plugin-macros^3.1.0
  • babel-plugin-styled-components^2.1.4
  • chalk^5.3.0
  • class-variance-authority^0.7.0
  • cli-progress^3.12.0
  • clsx^2.1.1
  • cors^2.8.5
  • …and 19 more.