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 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":["[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
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
Scripts32
audit:fixyarn audit --fixbuildyarn clean && tsc -p tsconfig.build.jsonbuild:docgenyarn clean && yarn docgen && tsc -p tsconfig.build.jsonbuild:nodocyarn buildcleanrimraf ./dist ./coveragedeps:checkyarn outdateddeps:updateyarn upgrade --latestdevyarn clean && tsc --watchdocgendocgen --api UnifiedTrackingPlugin --output-json dist/docs.jsoneslinteslint .example:buildcd examples/react-app && yarn buildexample:devcd examples/react-app && yarn devexample:installcd examples/react-app && yarn installfmtyarn eslint --fix && yarn prettier --writelintyarn eslint && yarn prettier --checkprepackyarn buildpreparehusky || trueprepublishOnlyyarn buildprettierprettier "**/*.{css,html,ts,js,java,md,json,yml,yaml}"releaseyarn build && yarn test && yarn lint && npm publishrelease:dryyarn build && yarn test && yarn lint && npm publish --dry-runsize-checkyarn build && bundlesizetestvitest runtest:coveragevitest run --coveragetest:uivitest --uitest:watchvitesttype-checktsc --noEmitverifyyarn verify:ios && yarn verify:android && yarn verify:webverify:androidcd android && ./gradlew clean build testverify: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.