PkgRadar

Package evidence

@common-stack/[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.

Weekly downloads
2,783Niche · −30% score
Versions published
573Mature · −50% score
First published
Jul 2024
Publisher
common-stack

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":["@common-stack/[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":["@common-stack/[email protected]"],"fail_on":"review"}'
Publishercommon-stack
Artifact bytes413,728
Previous version9.0.6-alpha.0
Published2026-06-08T15:21:25.296Z
SHA-2569cb6c4c81928255c3a6a396b0d189e6e59429e5fadc28f6cdbb2d5cd2e2bd23a

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
25Score
9.0.6-alpha.1Version
Status history (1 event)
  1. newavailable · risk review · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/utils/copyDotfiles.mjsmatched ".npmrc"10
mediumCredential file accesspackage/lib/generators/add-fullstack/updates/npmAuthSetup.mjsmatched ".npmrc"10
mediumCredential file accesspackage/src/utils/copyDotfiles.tsmatched ".npmrc"10
mediumCredential file accesspackage/src/generators/add-fullstack/updates/npmAuthSetup.tsmatched ".npmrc"10
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/utils/copyDotfiles.mjsmatched ".npmrc"10
mediumCredential file accesspackage/lib/generators/add-fullstack/updates/npmAuthSetup.mjsmatched ".npmrc"10
mediumCredential file accesspackage/src/utils/copyDotfiles.tsmatched ".npmrc"10
mediumCredential file accesspackage/src/generators/add-fullstack/updates/npmAuthSetup.tsmatched ".npmrc"10
lowCredential file accesspackage/lib/utils/copyDotfiles.cjsmatched ".npmrc"5
lowCredential file accesspackage/lib/generators/add-fullstack/updates/htmlPluginUpdate.cjsmatched ".npmrc"5
lowCredential file accesspackage/lib/generators/add-fullstack/updates/npmAuthSetup.cjsmatched ".npmrc"5
lowCredential file accesspackage/lib/generators/add-fullstack/updates/htmlPluginUpdate.mjsmatched ".npmrc"5
lowCredential file accesspackage/src/generators/add-fullstack/updates/htmlPluginUpdate.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts12
  • buildnpm run build:clean && npm run build:lib
  • build:cleanrimraf lib
  • build:librollup -c rollup.config.mjs
  • build:lib:watchnpm run build:lib -- --watch
  • jest./node_modules/.bin/jest
  • prepublishnpm run build
  • schema:download./node_modules/.bin/apollo-codegen download-schema http://localhost:8080/graphql --output schema.json
  • schema:generate./node_modules/.bin/apollo-codegen generate src/browser/graphql/**/*.gql --schema schema.json --target typescript --output src/browser/graphql/schema.ts
  • testcross-env ENV_FILE=../../../config/test/test.env jest
  • test:debugnpm test -- --runInBand
  • test:watchnpm test -- --watch
  • watchnpm run build:lib:watch
Dependencies10
  • @casl/ability4.1.6
  • axios^0.19.0
  • bottleneck2.19.5
  • decamelize4.0.0
  • fastest-validator1.9.0
  • moment2.27.0
  • pluralize8.0.0
  • qs^6.10.1
  • query-string^9.0.0
  • uuid^10.0.0