PkgRadar

Package evidence

[email protected]

Credential file access: matched ".azure"

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
118
Versions published
43
First published
Feb 2026
Publisher
mrkanitkar

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"}'
Publishermrkanitkar
Artifact bytes1,208,661
Previous version1.2.1-alpha.2
Published2026-05-25T14:51:14.747Z
SHA-256e38191877aa587f2f6883139a52fab24e704c404ab19aa440e9a15c8da103ba4

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli/index.cjsmatched ".azure"5
lowCredential file accesspackage/dist/cli/index.jsmatched ".azure"5

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