PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
3,438Niche · −30% score
Versions published
183
First published
Mar 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 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":["[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"}'
Artifact bytes2,545,481
Previous version0.29.0
Published2026-05-27T22:46:09.636Z
SHA-256b7ef2c6389ba934787a5335e94b3b9bcff50ee61a427b457f6d1b8758d262ccd

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/src/compiled/gray-matter/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts13
  • buildpnpm run build:js && node ./scripts/copy-docs.mjs && node ./scripts/stamp-version-tokens.mjs
  • build:compilednode ./scripts/vendor-compiled.mjs
  • build:jspnpm run build:compiled && pnpm run clean && pnpm run build:types && node ./scripts/copy-compiled-assets.mjs && node ./scripts/build-rolldown.mjs
  • build:typespnpm run build:compiled && tsgo -p tsconfig.build.json
  • cleannode -e "fs.rmSync('dist', { recursive: true, force: true })"
  • devpnpm run build:compiled && tsgo -p tsconfig.dev.json --watch --preserveWatchOutput
  • testpnpm run test:unit && pnpm run test:integration
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:integrationpnpm run build:js && vitest run --config vitest.integration.config.ts
  • test:scenariopnpm run build:compiled && vitest run --config vitest.scenario.config.ts
  • test:unitpnpm run build:compiled && vitest run --config vitest.unit.config.ts
  • test:watchpnpm run build:compiled && vitest --config vitest.unit.config.ts
  • typecheckpnpm run build:compiled && tsgo -p tsconfig.json --noEmit
Dependencies1
  • nitro3.0.260522-beta