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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 25 · status changed
Evidence
Static findings
9 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/utils/copyDotfiles.mjs | matched ".npmrc" | 10 |
| medium | Credential file access | package/lib/generators/add-fullstack/updates/npmAuthSetup.mjs | matched ".npmrc" | 10 |
| medium | Credential file access | package/src/utils/copyDotfiles.ts | matched ".npmrc" | 10 |
| medium | Credential file access | package/src/generators/add-fullstack/updates/npmAuthSetup.ts | matched ".npmrc" | 10 |
Show all 9 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/utils/copyDotfiles.mjs | matched ".npmrc" | 10 |
| medium | Credential file access | package/lib/generators/add-fullstack/updates/npmAuthSetup.mjs | matched ".npmrc" | 10 |
| medium | Credential file access | package/src/utils/copyDotfiles.ts | matched ".npmrc" | 10 |
| medium | Credential file access | package/src/generators/add-fullstack/updates/npmAuthSetup.ts | matched ".npmrc" | 10 |
| low | Credential file access | package/lib/utils/copyDotfiles.cjs | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/generators/add-fullstack/updates/htmlPluginUpdate.cjs | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/generators/add-fullstack/updates/npmAuthSetup.cjs | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/generators/add-fullstack/updates/htmlPluginUpdate.mjs | matched ".npmrc" | 5 |
| low | Credential file access | package/src/generators/add-fullstack/updates/htmlPluginUpdate.ts | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts12
buildnpm run build:clean && npm run build:libbuild:cleanrimraf libbuild:librollup -c rollup.config.mjsbuild:lib:watchnpm run build:lib -- --watchjest./node_modules/.bin/jestprepublishnpm run buildschema:download./node_modules/.bin/apollo-codegen download-schema http://localhost:8080/graphql --output schema.jsonschema:generate./node_modules/.bin/apollo-codegen generate src/browser/graphql/**/*.gql --schema schema.json --target typescript --output src/browser/graphql/schema.tstestcross-env ENV_FILE=../../../config/test/test.env jesttest:debugnpm test -- --runInBandtest:watchnpm test -- --watchwatchnpm run build:lib:watch
Dependencies10
@casl/ability4.1.6axios^0.19.0bottleneck2.19.5decamelize4.0.0fastest-validator1.9.0moment2.27.0pluralize8.0.0qs^6.10.1query-string^9.0.0uuid^10.0.0