PkgRadar

Package evidence

@bbc/[email protected]

Remote Payload: matched "cUrl\n "

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 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":["@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"}'
Artifact bytes126,408
Previous version26.3.0-nightly-bbc-main-20260515-150544-0f23acf.0
Published2026-05-15T15:34:42.396Z
SHA-25600afcd74fa0c77aa457a1c7ea150a5cf58ad819048a5417e136ab9b3f938444c

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

review
Last checked
reviewRisk
3Score
26.3.0-nightly-bbc-main-20260515-152934-b4a031f.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/api/definitions/ingest.yamlmatched "cUrl\n "12

Manifest

Package metadata

Scripts15
  • buildrun -T rimraf dist && run genclient:ts && run build:main
  • build:mainrun -T tsc -p tsconfig.build.json
  • bundlenode ./scripts/bundle-openapi.mjs
  • covrun unit && open-cli coverage/lcov-report/index.html
  • cov-openopen-cli coverage/lcov-report/index.html
  • genclient:csrun bundle && run -T rimraf client/cs && openapi-generator-cli generate -i ./api/actions.yaml -o client/cs -g csharp
  • genclient:rsrun bundle && run -T rimraf client/rs && openapi-generator-cli generate -i ./api/actions.yaml -o client/rs -g rust
  • genclient:tsrun bundle && run -T rimraf client/ts && openapi-generator-cli generate -i ./api/actions.yaml -o client/ts -g typescript-fetch -p supportsES6=true
  • gendocsrun bundle && run -T rimraf docs && node install_swagger.mjs && java -jar ./jars/swagger-codegen-cli.jar generate -i ./api/actions.yaml -l html2 -o ./docs
  • genserverrun 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 openapi
  • runserverrun genserver && cd server && node index.js
  • testrun lint && run genclient:ts && run unit
  • unitrun genserver && node --experimental-fetch run_server_tests.mjs
  • unit:no-servernode --experimental-fetch ../node_modules/jest/bin/jest.js --detectOpenHandles --forceExit
Dependencies1
  • tslib^2.8.1