PkgRadar

Package evidence

[email protected]

no findings

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
138
Versions published
13Established · −30% score
First published
Jul 2025
Publisher
aoneahsan

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No 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":["[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"}'
Publisheraoneahsan
Artifact bytes135,479
Previous version3.1.0
Published2026-05-26T19:27:36.386Z
SHA-2562eb4037cc693a89c32854a2e2d75e6096e25a5ff2e384bac954b5fb30724688f

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

low
Last checked
lowRisk
0Score
3.2.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts32
  • audit:fixyarn audit --fix
  • buildyarn clean && tsc -p tsconfig.build.json
  • build:docgenyarn clean && yarn docgen && tsc -p tsconfig.build.json
  • build:nodocyarn build
  • cleanrimraf ./dist ./coverage
  • deps:checkyarn outdated
  • deps:updateyarn upgrade --latest
  • devyarn clean && tsc --watch
  • docgendocgen --api UnifiedTrackingPlugin --output-json dist/docs.json
  • eslinteslint .
  • example:buildcd examples/react-app && yarn build
  • example:devcd examples/react-app && yarn dev
  • example:installcd examples/react-app && yarn install
  • fmtyarn eslint --fix && yarn prettier --write
  • lintyarn eslint && yarn prettier --check
  • prepackyarn build
  • preparehusky || true
  • prepublishOnlyyarn build
  • prettierprettier "**/*.{css,html,ts,js,java,md,json,yml,yaml}"
  • releaseyarn build && yarn test && yarn lint && npm publish
  • release:dryyarn build && yarn test && yarn lint && npm publish --dry-run
  • size-checkyarn build && bundlesize
  • testvitest run
  • test:coveragevitest run --coverage
  • test:uivitest --ui
  • test:watchvitest
  • type-checktsc --noEmit
  • verifyyarn verify:ios && yarn verify:android && yarn verify:web
  • verify:androidcd android && ./gradlew clean build test
  • verify:ioscd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
  • …and 2 more.