PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.aria-practices="github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629"

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
50,104,471Ubiquitous · −70% score
Versions published
1,554Mature · −50% score
First published
Jun 2015
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":["[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"}'
Artifact bytes595,025
Previous version4.11.1-canary.c994928
Published2026-01-06T18:51:14.293Z
SHA-2565b86f813d96904f2d925fed5715877c75fc1cc140f89565fb42145e7801b2305

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.aria-practices="github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
4Score
4.11.1Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.aria-practices="github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629"8
mediumRemote Dependency Specpackage.jsondevDependencies.wcag-act-rules="github:w3c/wcag-act-rules#5adb55d19eb2cd7fb23213b2d1acedf9004dc063"8

Manifest

Package metadata

Scripts44
  • api-docsjsdoc --configure .jsdoc.json
  • buildgrunt
  • developgrunt dev --force
  • eslinteslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js' '.github/bin/*.mjs'
  • fmtprettier --write .
  • fmt:checkprettier --check .
  • integrationnode test/integration/full/test-webdriver.js
  • integration:apgmocha --fail-zero test/aria-practices/*.spec.js
  • integration:chromenpm run integration -- browser=Chrome
  • integration:firefoxnpm run integration -- browser=Firefox
  • patchnpx patch-package
  • postbuildprettier --write ./locales/_template.json ./doc/rule-descriptions.md
  • prebuildnode ./build/check-node-version.js
  • preparehusky && npm run patch
  • pretestnode ./build/check-node-version.js
  • releasegit fetch origin --tags --force && standard-version -a
  • rule-gennode build/rule-generator
  • sri-updategrunt build && node build/sri-update && git add sri-history.json
  • sri-validatenode build/sri-update --validate
  • starthttp-server -a "" -p 9876 --silent
  • testnpm run test:tsc && run-s "test:unit:* -- {@}" --
  • test:actmocha --fail-zero test/act-rules/*.spec.js
  • test:apgstart-server-and-test 9876 integration:apg
  • test:debugnpm run test:unit -- --no-single-run --browsers=ChromeDebugging
  • test:examplesnode ./doc/examples/test-examples
  • test:integrationnpm run test:integration:chrome
  • test:integration:chromestart-server-and-test 9876 integration:chrome
  • test:integration:firefoxstart-server-and-test 9876 integration:firefox
  • test:jsdommocha test/node/jsdom.js
  • test:localesmocha test/test-locales.js
  • …and 14 more.