PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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.

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 bytes1,104,726
Previous version0.0.7
Published2026-05-22T23:06:19.670Z
SHA-256b8df3a398d3a16ab8a5d93610a4afca8e107c78d7e77f3e4f0698d727d1f24bd

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/web-dist/assets/index-CruklDZf.jsmatched "curl "12
mediumObfuscation Densitypackage/web-dist/assets/index-CruklDZf.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/web-dist/assets/index-CruklDZf.jsmatched "curl "12
mediumObfuscation Densitypackage/web-dist/assets/index-CruklDZf.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "\\u2500"3
lowObfuscationpackage/web-dist/assets/index-CruklDZf.jsmatched "\\u00C0"3

Manifest

Package metadata

Scripts11
  • buildpnpm --filter @repospend/web build && node scripts/build-package.mjs
  • cleanpnpm -r clean && rm -rf dist web-dist
  • devpnpm --filter @repospend/types --filter @repospend/core build && pnpm --parallel --filter @repospend/server --filter @repospend/web dev
  • doctor:nativenode scripts/check-native.mjs
  • lintpnpm -r lint
  • pack:preparepnpm build
  • predevpnpm doctor:native
  • prepackpnpm pack:prepare
  • rebuild:nativepnpm rebuild better-sqlite3
  • testpnpm --filter @repospend/types --filter @repospend/core build && pnpm -r test
  • typecheckpnpm --filter @repospend/types --filter @repospend/core build && pnpm --stream --filter @repospend/types --filter @repospend/core --filter @repospend/server --filter @repospend/web typecheck
Dependencies3
  • @fastify/static^9.1.3
  • better-sqlite3^12.10.0
  • fastify^5.6.2