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
1,014Niche · −30% score
Versions published
47
First published
Feb 2026
Publisher
mrkanitkar

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"}'
Publishermrkanitkar
Artifact bytes1,112,882
Previous version1.3.2-alpha.0
Published2026-06-03T05:56:59.051Z
SHA-256eba99575ea1df1ec4a6e48c7b5d1806514a1df343e32bc9cf5f20612155bf068

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
1.3.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts51
  • auditnpm audit --audit-level=high
  • audit:fixnpm audit fix
  • buildtsup && tsx scripts/build-browser-bundles.ts
  • build:browsertsx scripts/build-browser-bundles.ts
  • build:fullnpm run generate:capabilities && npm run generate:skill-md && npm run build && npm run generate:llms-txt
  • check:exportsattw --pack . --ignore-rules no-resolution
  • cinpm run validate:no-js && npm run lint && npm run typecheck && npm run test:unit && npm run build && npm run lint:ui5-deprecated && npm run validate:capabilities
  • ci:fullnpm run ci && npm run test:integration && npm run spellcheck && npm run deadcode && npm run mdlint
  • cleannode -e "['dist','coverage','playwright-report','test-results','.auth'].forEach(d=>require('fs').rmSync(d,{recursive:true,force:true}))"
  • deadcodeknip
  • devtsup --watch
  • docs:apitypedoc
  • docs:api-htmltypedoc --options typedoc-html.json
  • docs:api-reviewapi-extractor run --local --verbose
  • docs:buildcd docs && npx docusaurus build
  • docs:devcd docs && npx docusaurus start
  • docs:validatenpm run docs:api && npm run lint && npm run typecheck
  • docs:verifytsx scripts/docs-verify/index.ts --mode=full
  • docs:verify:doctsx scripts/docs-verify/index.ts --doc
  • docs:verify:prtsx scripts/docs-verify/index.ts --mode=pr
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts" "docs/**/*.md"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • generate:capabilitiestsx scripts/generate-capabilities.ts
  • generate:llms-txttsx scripts/generate-llms-txt.ts
  • generate:proxiestsx scripts/generate-typed-proxies.ts
  • generate:sbomcyclonedx-npm --output-file playwright-praman.sbom.json --spec-version 1.5 --ignore-npm-errors
  • generate:schematsx scripts/generate-json-schema.ts
  • generate:skilltsx scripts/generate-skill-md.ts
  • generate:skill-mdtsx scripts/generate-skill-md.ts
  • linteslint src/ tests/ --max-warnings=0 --rule 'praman/no-deprecated-ui5-globals: off' --rule 'praman/no-deprecated-ui5-api: off'
  • …and 21 more.
Dependencies5
  • commander14.0.3
  • css-selector-parser3.3.0
  • fontoxpath3.34.0
  • pino10.3.1
  • zod4.4.3