PkgRadar

Package evidence

@common-grants/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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 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-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"}'
Publisherjcrichlake
Artifact bytes46,210
Previous version0.3.2
Published2026-05-14T14:41:13.404Z
SHA-25613024afba97aee511629d59863a1772e2d7bdb83a838b50d7bc94439f4a8c52a

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

review
Last checked
reviewRisk
6Score
0.3.3Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/init/init-service.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts17
  • auditpnpm audit
  • buildpnpm run typespec && tsc
  • check:formatprettier --check .
  • check:linteslint .
  • check:typestsc --noEmit
  • checkspnpm run check:lint && pnpm run check:format && pnpm run check:types
  • cipnpm run checks && pnpm run build && pnpm run test
  • devts-node src/index.ts
  • formatprettier --write .
  • linteslint . --fix
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typespecpnpm run typespec:clean && pnpm run typespec:openapi
  • typespec: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.0
  • chalk^4.1.2
  • commander^12.1.0
  • express^4.22.2
  • inquirer^9.3.8
  • js-yaml^4.1.1
  • json-schema-merge-allof^0.8.1
  • openapi-types^12.1.3
  • swagger-ui-express^5.0.1
  • zod^3.25.76