PkgRadar

Package evidence

@constellation-network/[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
313
Versions published
108Established · −30% score
First published
Aug 2025
Publisher
ffox77

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":["@constellation-network/[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":["@constellation-network/[email protected]"],"fail_on":"review"}'
Publisherffox77
Artifact bytes63,008
Previous version0.25.0-testnet
Published2026-06-11T18:55:42.181Z
SHA-256e5434f96295b8856dc3adcc754c57746db905c70ba4029ad712b092844e65004

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
8Score
0.25.1-testnetVersion
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/install-dependencies.shmatched "curl "12

Manifest

Package metadata

Scripts13
  • buildshx rm -rf dist && tsc -b
  • debugDEBUG=true ./bin/dev.js
  • linteslint
  • postpackshx rm -f oclif.manifest.json
  • posttestyarn lint
  • prepacknpm run build && oclif manifest && oclif readme
  • pub:devnetnpm publish --access public --tag devnet
  • pub:intnetnpm publish --access public --tag intnet
  • pub:mainnetnpm publish --access public
  • pub:testnetnpm publish --access public --tag testnet
  • start./bin/dev.js
  • testmocha --forbid-only "test/**/*.test.ts"
  • versionoclif readme && git add README.md
Dependencies15
  • @inquirer/prompts^7.8.0
  • @oclif/core^4
  • @oclif/plugin-help^6
  • @oclif/plugin-plugins^5
  • @stardust-collective/dag4-keystore^2.6.0
  • chalk^5.5.0
  • dotenv^17.2.1
  • js-sha256^0.11.1
  • json-bigint-patch^0.0.8
  • node-localstorage^3.0.5
  • ora^8.2.0
  • semver^7.7.3
  • shelljs^0.10.0
  • tty-table^4.2.3
  • yaml^2.8.1