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.
- Versions published
- 18Established · −30% score
- First published
- Jun 2025
- Publisher
- pivortex
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 promotingMixed 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":["@neardefi/[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":["@neardefi/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk review · score 11 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/src/utils/phala-cloud-prelaunch.sh | matched "curl " | 12 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/src/utils/phala-cloud-prelaunch.sh | matched "curl " | 12 |
| low | Credential file access | package/dist/src/utils/phala-cloud-prelaunch.sh | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts5
buildrm -rf dist && mkdir -p dist/src && cp -r src/* dist/src/prepublishOnlynpm run buildpublishnpm publish --access publictestvitest run tests/unittest:coveragevitest run --coverage tests/unit
Dependencies16
@inquirer/confirm6.0.12@inquirer/input5.0.12@inquirer/password5.0.12@inquirer/select5.1.4@napi-rs/keyring1.3.0@near-js/accounts2.5.1@near-js/crypto2.5.1@near-js/providers2.5.1@near-js/signers2.5.1@near-js/tokens2.5.1@phala/cloud0.2.9bs586.0.0chalk5.6.2commander14.0.3random-words2.0.1yaml2.8.3