PkgRadar

Package evidence

@compilr-dev/[email protected]

Remote Payload: matched "Curl "

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":["@compilr-dev/[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":["@compilr-dev/[email protected]"],"fail_on":"review"}'
Publisherscozzola
Artifact bytes310,929
Previous version0.5.7
Published2026-05-09T13:56:04.566Z
SHA-256f3e5b21c3702f3a1dfa8038fd1076df0e9b04feeb77c882942f5a15556f52290

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/guardrails/builtin.jsmatched "Curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/guardrails/builtin.jsmatched "Curl "12
lowObfuscationpackage/dist/tracing/logging.jsmatched "\\x1b"3
lowObfuscationpackage/dist/context/windowing.jsmatched "\\u2605"3

Manifest

Package metadata

Scripts11
  • buildtsc
  • cleanrm -rf dist
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/
  • lint:fixeslint src/ --fix
  • prepublishOnlynpm run clean && npm run lint && npm run test && npm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • @compilr-dev/logger^0.1.0
  • @google/genai^1.42.0
  • @opentelemetry/api^1.9.0
  • js-tiktoken^1.0.21