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
- 6,132Niche · −30% score
- Versions published
- 31Mature · −50% score
- First published
- Jun 2022
- 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":["[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":["[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 4 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/index.cjs | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/cli.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/index.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts48
buildbun run build-distbuild-distbun build src/index.ts --format esm --outfile dist/index.js --target node && bun build src/index.ts --format cjs --outfile dist/index.cjs --target node && bun build src/cli.ts --format esm --outfile dist/cli.js --target node && chmod +x dist/cli.js && bunx tsc --emitDeclarationOnly --declaration --outDir dist --rootDir srccleanbun run clean-dist && cd page/app && rm -rf distclean-distrm -rf distcmd:bun:test-codependencies-clibun src/cli.ts -c './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' -cds 'lodash' '{ "fs-extra": "10.0.1" }' --rootDir './tests/unit/fixtures/' --debug --isTestingcmd:bun:test-fail-runbun src/cli.ts --config './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' --rootDir './tests/unit/fixtures/' --debugcmd:bun:test-pass-runbun src/cli.ts --config './tests/unit/fixtures/test-pass-package.json' --files 'test-pass-package.json' --rootDir './tests/unit/fixtures/' --debugcmd:bun:test-searchbun src/cli.ts --rootDir './tests/unit/fixtures/' --debug --searchPath './tests/unit/fixtures/.codependencerc' --isTestingCLIcmd:bun:test-update-runbun src/cli.ts --config './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' --rootDir './tests/unit/fixtures/' --debug --isTestingcmd:node:test-fail-runnode dist/cli.js --config './tests/unit/fixtures/test-fail-package.json' --files 'test-fail-package.json' --rootDir './tests/unit/fixtures/' --debugcmd:node:test-pass-runnode dist/cli.js --config './tests/unit/fixtures/test-pass-package.json' --files 'test-pass-package.json' --rootDir './tests/unit/fixtures/' --debugcoveragebun test --coveragedeps:overridespastoralist --remove-unused --summarydeps:securitypastoralist --checkSecurity --securityProvider osv --hasWorkspaceSecurityChecks --summary --strict && bun auditdevturbo run devdocs:buildturbo run build --filter=@codependence/docsdocs:devturbo run dev --filter=@codependence/docsdocs:previewturbo run preview --filter=@codependence/docsformatbun run format-src && bun run format-test && bun run format-appformat-appprettier --write page/appformat-srcoxfmt --write srcformat-testoxfmt --write testshooks:setupsh scripts/setup-hooks.shlintbun run lint-srclint-fixoxlint . --fixlint-srcoxlint srclint:fixoxlint src --fixpreparebun run hooks:setupprepublishOnlybun run clean-dist && bun run build-distpreviewturbo run preview- …and 18 more.