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
- 4
- First published
- Dec 2022
- Publisher
- brave.com
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@brave/[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":["@brave/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts31
buildrun-p build:*build:maintsc -p tsconfig.jsonbuild:moduletsc -p tsconfig.module.jsoncheck-clirun-s test diff-integration-tests check-integration-testscheck-integration-testsrun-s check-integration-test:*covrun-s build test:unit cov:html cov:lcov && open-cli coverage/index.htmlcov:checknyc report && nyc check-coverage --lines 100 --functions 100 --branches 100cov:htmlnyc report --reporter=htmlcov:lcovnyc report --reporter=lcovcov:sendrun-s cov:lcov && codecovdiff-integration-testsmkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\n\nCommitted most recent integration test output in the "diff" directory. Review the changes with "cd diff && git diff HEAD" or your preferred git diff viewer.'docrun-s doc:html && open-cli build/docs/index.htmldoc:htmltypedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docsdoc:jsontypedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.jsondoc:publishgh-pages -m "[ci skip] Updates" -d build/docsfixrun-s fix:*fix:linteslint src --ext .ts --fixfix:prettierprettier "src/**/*.ts" --writeprepare-releaserun-s reset-hard test cov:check doc:html version doc:publishprepublishrun-s build:*purge:cdnrun-s purge:cdn:*purge:cdn:solananpx req https://purge.jsdelivr.net/gh/brave/solana-token-list@main/src/tokens/solana.tokenlist.jsonreset-hardgit clean -dfx && git reset --hard && npm itestrun-s build test:*test:linteslint src --ext .tstest:prettierprettier "src/**/*.ts" --list-differenttest:spellingcspell "{README.md,.github/*.md,src/**/*.ts}"test:unitnyc --silent avaversionstandard-versionwatch:buildtsc -p tsconfig.json -w- …and 1 more.
Dependencies1
cross-fetch^3.1.5