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 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 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
Status history (1 event)
- new → available · risk review · score 4 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.aria-practices="github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629" | 8 |
| medium | Remote Dependency Spec | package.json | devDependencies.wcag-act-rules="github:w3c/wcag-act-rules#5adb55d19eb2cd7fb23213b2d1acedf9004dc063" | 8 |
Manifest
Package metadata
Scripts44
api-docsjsdoc --configure .jsdoc.jsonbuildgruntdevelopgrunt dev --forceeslinteslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js' '.github/bin/*.mjs'fmtprettier --write .fmt:checkprettier --check .integrationnode test/integration/full/test-webdriver.jsintegration:apgmocha --fail-zero test/aria-practices/*.spec.jsintegration:chromenpm run integration -- browser=Chromeintegration:firefoxnpm run integration -- browser=Firefoxpatchnpx patch-packagepostbuildprettier --write ./locales/_template.json ./doc/rule-descriptions.mdprebuildnode ./build/check-node-version.jspreparehusky && npm run patchpretestnode ./build/check-node-version.jsreleasegit fetch origin --tags --force && standard-version -arule-gennode build/rule-generatorsri-updategrunt build && node build/sri-update && git add sri-history.jsonsri-validatenode build/sri-update --validatestarthttp-server -a "" -p 9876 --silenttestnpm run test:tsc && run-s "test:unit:* -- {@}" --test:actmocha --fail-zero test/act-rules/*.spec.jstest:apgstart-server-and-test 9876 integration:apgtest:debugnpm run test:unit -- --no-single-run --browsers=ChromeDebuggingtest:examplesnode ./doc/examples/test-examplestest:integrationnpm run test:integration:chrometest:integration:chromestart-server-and-test 9876 integration:chrometest:integration:firefoxstart-server-and-test 9876 integration:firefoxtest:jsdommocha test/node/jsdom.jstest:localesmocha test/test-locales.js- …and 14 more.