PkgRadar

Package evidence

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

Weekly downloads
1,412Niche · −30% score
Versions published
25
First published
May 2026
Publisher
code2mp4

Effective trust discount applied: 30% (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":["@aikdna/[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":["@aikdna/[email protected]"],"fail_on":"review"}'
Publishercode2mp4
Artifact bytes142,728
Previous version0.20.0
Published2026-06-11T11:16:46.063Z
SHA-256aecf040e8269d1230f5b0d3e6cefe58b0b33abb67ef1a792cf9067aefcc362fa

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/install.jsmatched "curl "12
mediumRemote Payloadpackage/src/setup.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts8
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src/ validators/ tests/
  • pretestnpm install --ignore-scripts
  • release:preflightnode scripts/release-preflight.js
  • testnode --test tests/v07-commands.test.js tests/v012-commands.test.js tests/asset-store.test.js
  • test:allnode --test tests/*.test.js
  • test:integrationnode --test tests/integration.test.js
Dependencies1
  • @aikdna/kdna-core^0.8.0
Optional dependencies3
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • cbor-x^1.6.4