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
- 102
- Versions published
- 27Mature · −50% score
- First published
- Feb 2025
- Publisher
- jcrichlake
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-grants/[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-grants/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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 6 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/commands/init/init-service.js | matched "raw.githubusercontent.com" | 12 |
Manifest
Package metadata
Scripts17
auditpnpm auditbuildpnpm run typespec && tsccheck:formatprettier --check .check:linteslint .check:typestsc --noEmitcheckspnpm run check:lint && pnpm run check:format && pnpm run check:typescipnpm run checks && pnpm run build && pnpm run testdevts-node src/index.tsformatprettier --write .linteslint . --fixstartnode dist/index.jstestvitest runtest:coveragevitest run --coveragetest:watchvitesttypespecpnpm run typespec:clean && pnpm run typespec:openapitypespec:cleanrm -rf dist tsp-output && rm -rf lib/openapi/*typespec:openapitsp compile lib/main.tsp --emit @typespec/openapi3 && cp tsp-output/@typespec/openapi3/** lib/openapi
Dependencies11
@apidevtools/swagger-parser^10.1.1@typespec/compiler^1.11.0chalk^4.1.2commander^12.1.0express^4.22.2inquirer^9.3.8js-yaml^4.1.1json-schema-merge-allof^0.8.1openapi-types^12.1.3swagger-ui-express^5.0.1zod^3.25.76