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
- 176
- Versions published
- 72Mature · −50% score
- First published
- Sep 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":["@bbc/[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":["@bbc/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "cUrl\n "
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/api/definitions/ingest.yaml | matched "cUrl\n " | 12 |
Manifest
Package metadata
Scripts15
buildrun -T rimraf dist && run genclient:ts && run build:mainbuild:mainrun -T tsc -p tsconfig.build.jsonbundlenode ./scripts/bundle-openapi.mjscovrun unit && open-cli coverage/lcov-report/index.htmlcov-openopen-cli coverage/lcov-report/index.htmlgenclient:csrun bundle && run -T rimraf client/cs && openapi-generator-cli generate -i ./api/actions.yaml -o client/cs -g csharpgenclient:rsrun bundle && run -T rimraf client/rs && openapi-generator-cli generate -i ./api/actions.yaml -o client/rs -g rustgenclient:tsrun bundle && run -T rimraf client/ts && openapi-generator-cli generate -i ./api/actions.yaml -o client/ts -g typescript-fetch -p supportsES6=truegendocsrun bundle && run -T rimraf docs && node install_swagger.mjs && java -jar ./jars/swagger-codegen-cli.jar generate -i ./api/actions.yaml -l html2 -o ./docsgenserverrun bundle && run -T rimraf server && node install_swagger.mjs && java -jar ./jars/swagger-codegen-cli.jar generate -i ./api/actions.yaml -l nodejs-server -o server && cd server && npm install && cd ../lintrun -T lint openapirunserverrun genserver && cd server && node index.jstestrun lint && run genclient:ts && run unitunitrun genserver && node --experimental-fetch run_server_tests.mjsunit:no-servernode --experimental-fetch ../node_modules/jest/bin/jest.js --detectOpenHandles --forceExit
Dependencies1
tslib^2.8.1