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
- 460
- Versions published
- 31
- First published
- Apr 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (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":["@verdaccio/[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":["@verdaccio/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "NPM_TOKEN"
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 1 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/build/lib/up-storage.js | matched "NPM_TOKEN" | 5 |
Manifest
Package metadata
Scripts29
buildrm -Rf build && PACKAGE_VERSION=$(node -p "require('./package.json').version") yarn babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx" --source-maps inlinecache:cleanyarn cache clean --mirror && yarn cache clean --allchangesetchangesetchangeset:checkchangeset status --since=origin/6.xci:publishchangeset publishci:versionyarn ci:version:changeset && yarn install --no-immutableci:version:changesetchangeset versioncode:docker-buildyarn babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx"code:typestsc --emitDeclarationOnly -p tsconfig.jsondockerdocker build -t verdaccio/verdaccio:local . --no-cachedocker:rundocker run -it --rm -p 4873:4873 -e "DEBUG=verdaccio*" verdaccio/verdaccio:locale2e:ui:local./scripts/e2e-ui-local.she2e:ui:local:open./scripts/e2e-ui-local.sh --opene2e:ui:opencypress opene2e:ui:runcypress rune2e:ui:startnode bin/verdaccio --config ./scripts/e2e-ui-config.yamlformatprettier --write "**/*.{js,jsx,ts,tsx,json,yml,yaml,md}"format:checkprettier --check "**/*.{js,jsx,ts,tsx,json,yml,yaml,md}"linteslint "**/*.{js,jsx,ts}"lint:lockfileecho 'No lockfile linting available'lint:tsyarn run type-checkpre:ciyarn run lintstartyarn babel-node --extensions ".ts,.tsx" src/lib/cli --inspectstart:brkyarn babel-node --extensions ".ts,.tsx" src/lib/cli --inspect-brkstart:debugyarn node debug/bootstrap.jsstart:run-serveryarn node debug/bootstrap-runserver.jstestcross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 vitest runtype-checktsc --noEmittype-check:watchyarn run type-check -- --watch
Dependencies31
@cypress/request3.0.10@verdaccio/auth8.0.2@verdaccio/config8.1.1@verdaccio/core8.1.1@verdaccio/hooks8.0.2@verdaccio/loaders8.0.2@verdaccio/local-storage-legacy11.3.3@verdaccio/logger8.0.2@verdaccio/middleware8.0.2@verdaccio/package-filter13.0.2@verdaccio/search-indexer8.0.2@verdaccio/signature8.0.2@verdaccio/streams10.2.5@verdaccio/tarball13.0.2@verdaccio/ui-theme9.0.0-next-9.14@verdaccio/url13.0.2@verdaccio/utils8.1.2JSONStream1.3.5async3.2.6clipanion4.0.0-rc.4compression1.8.1cors2.8.6debug4.4.3envinfo7.21.0express4.22.2lodash4.18.1lru-cache7.18.3mime3.0.0semver7.8.0verdaccio-audit13.0.2- …and 1 more.