PkgRadar

Package evidence

@noahnu/[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.

Versions published
9
First published
Feb 2025
Publisher
noahnu

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":["@noahnu/[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":["@noahnu/[email protected]"],"fail_on":"review"}'
Publishernoahnu
Artifact bytes6,713
Previous version1.0.4
Published2025-11-02T17:22:54.865Z
SHA-256d4281e86f89ff5e856cefc4ab5e7979dc44dfb419b0aa0d39bf66ea29161eb77

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
12Score
1.0.5Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/schema/schemaStore.mjsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts4
  • cleanrun workspace:clean "$(pwd)"
  • prepackrun workspace:build "$(pwd)"
  • run-localrun -T tsx ./src/bin.mts
  • run-local-debugrun -T tsx --inspect-brk ./src/bin.mts
Dependencies8
  • ajv^8.17.1
  • clipanion^4.0.0-rc.4
  • debug^4.4.3
  • fast-glob^3.3.3
  • json5^2.2.3
  • micromatch^4.0.8
  • typanion^3.14.0
  • yaml^2.8.1