PkgRadar

Package evidence

@ai-dancer/[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":["@ai-dancer/[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":["@ai-dancer/[email protected]"],"fail_on":"review"}'
Artifact bytes28,187
Previous version1.1.2
Published2026-04-03T07:04:02.705Z
SHA-256c447fcfc64617aea81e22ec810b96994acdbabf7cd522ae6e1cbab02023a4a71

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.mjsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.mjsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="husky install"4
lowObfuscationpackage/dist/cli.mjsmatched "\\x1B"3

Manifest

Package metadata

Scripts13
  • buildobuild
  • build:watchobuild --watch
  • cinpm run lint && vitest --coverage --passWithNoTests
  • covvitest --coverage
  • devnode src/cli.ts
  • lintnpm run lint:eslint && npm run lint:format
  • lint:eslinteslint .
  • lint:formatprettier --check .
  • preparehusky install
  • prepublishOnlynpm run build
  • publish:experimentalnode scripts/publish-experimental.mjs
  • testvitest
  • type-checktsc --noEmit
Dependencies8
  • @babel/runtime^7.18.0
  • @clack/prompts^1.0.0
  • cli-table3^0.6.5
  • gray-matter^4.0.3
  • picocolors^1.1.1
  • simple-git^3.30.0
  • tar^7.5.7
  • undici^7.21.0