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,839Niche · −30% score
- Versions published
- 329Mature · −50% score
- First published
- Aug 2024
- 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 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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli-89e6b3db.js | matched "raw.githubusercontent.com" | 12 |
Manifest
Package metadata
Scripts16
bump:tag:mainnpm dist-tag add needle-cloud@<version> maindeploynpm run dist & npm publish --access publicdeploy:drynpm run deploy -- --dry-rundeploy:mainnpm run deploy -- --tag maindevconcurrently --kill-others "npm run dev:web" "npm run dev:node" "npm run dev:types"dev:mcpnpx --yes @modelcontextprotocol/inspector mcp-inspector http://localhost:8424/mcpdev:nodenode tools/write-build-info.mjs && microbundle watch -i ./src/cli.js -o dist/cli.js --format esm --target node --no-compressdev:typesnpx --yes nodemon --watch src/web/web.types.d.ts --watch ../needle-share-sdk/types --watch dist/index.esm.js --ext js,ts,d.ts --delay 3 --exec "npm run dist:types"dev:webnode tools/write-build-info.mjs && microbundle watch -i ./src/index.js -o dist/index.js --format esm --generateTypes --target web --no-compressdistnpx --yes rimraf dist && npm run dist:web && npm run dist:types && npm run dist:nodedist:nodenode tools/write-build-info.mjs && microbundle -i ./src/cli.js -o dist/cli.js --format esm --target node --generateTypes false --sourcemap false --compress --define api_endpoint=https://cloud.needle.tools/api,cloud_base_url=https://cloud.needle.tools,logto_endpoint=https://auth.needle.tools,logto_app_id=2stnsoa6a1b0gwc7lra55,logto_app_secret=seV1T6iKBKLlttjdk25I2px43ZCEHnPJdist:node-previewnode tools/write-build-info.mjs && microbundle -i ./src/cli.js -o dist/cli.js --format esm --target node --generateTypes false --sourcemap false --compress --define api_endpoint=https://cloud-staging.needle.tools/api,cloud_base_url=https://cloud-staging.needle.tools,logto_endpoint=https://auth.needle.tools,logto_app_id=2stnsoa6a1b0gwc7lra55,logto_app_secret=seV1T6iKBKLlttjdk25I2px43ZCEHnPJdist:typesnode tools/copy-web-types.mjs && rollup -c rollup.dts.config.mjs && node tools/clean-intermediate-dts.mjsdist:webnode tools/write-build-info.mjs && microbundle -i ./src/index.js -o dist/index.js --format esm --generateTypes --target web --sourcemap false --compress true --define api_endpoint=https://cloud.needle.tools/api,cloud_base_url=https://cloud.needle.tools,logto_endpoint=https://auth.needle.tools,logto_app_id=2stnsoa6a1b0gwc7lra55,logto_app_secret=seV1T6iKBKLlttjdk25I2px43ZCEHnPJdist:web-previewnode tools/write-build-info.mjs && microbundle -i ./src/index.js -o dist/index.js --format esm --generateTypes --target web --sourcemap false --compress true --define api_endpoint=https://cloud-staging.needle.tools/api,cloud_base_url=https://cloud-staging.needle.tools,logto_endpoint=https://auth.needle.tools,logto_app_id=2stnsoa6a1b0gwc7lra55,logto_app_secret=seV1T6iKBKLlttjdk25I2px43ZCEHnPJinstall-local-depscd ../needle-share-sdk && npm install
Dependencies15
@caporal/core^2.0.7@logto/browser^3.0.7@logto/node^2.5.8@web-std/file^3.0.3body-parser^1.20.3buffer^6.0.3dotenv^16.4.5express^4.21.1minimatch^10.2.5node-fetch^3.3.2node-machine-id^1.1.12open^10.1.0ora^8.0.1uuid^11.1.0ws^8.18.3