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.

Versions published
1
First published
May 2026
Publisher
oaslananka

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"}'
Publisheroaslananka
Artifact bytes51,548
Previous versionnone
Published2026-05-26T19:04:13.361Z
SHA-256ddf2fc8f4369c213484df577c2958dbfda10c7fade8ec72ac9850ad33f0997bf

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
5Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/azure-devops.jsmatched ".azure"5

Manifest

Package metadata

Scripts29
  • buildnode -e "require('node:fs').rmSync('dist',{ recursive: true, force: true })" && tsc -p tsconfig.build.json
  • build:cleanpnpm run build
  • check:metadatanode scripts/validate-mcp-metadata.mjs
  • check:packagepnpm pack --dry-run
  • cipnpm run ci:check && pnpm run security && pnpm run security:supply-chain && pnpm run check:metadata && pnpm run check:package && pnpm run release:dry-run
  • ci:checkpnpm run build && pnpm run typecheck && pnpm run lint && pnpm run lint:test && pnpm run format:check && pnpm run docs:api:check && pnpm run test:coverage
  • devnode --loader ts-node/esm src/mcp.ts
  • docs:apitypedoc
  • docs:api:checkpnpm run docs:api && node scripts/check-clean-path.mjs docs/api
  • formatprettier --write "src/**/*.ts" "test/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "test/**/*.ts"
  • linteslint "src/**/*.ts"
  • lint:fixeslint --fix "src/**/*.ts" "test/**/*.ts"
  • lint:testeslint "test/**/*.ts"
  • preparepnpm run build
  • prepublishOnlynode scripts/prepublish-check.mjs
  • release:dry-runnode scripts/release-state.mjs --dry-run
  • securitypnpm audit --audit-level moderate
  • security:licensesnode scripts/check-license-policy.mjs
  • security:reusepython -m reuse lint
  • security:sbomnode scripts/generate-sbom.mjs
  • security:supply-chainpnpm run security:sbom && pnpm run security:licenses && pnpm run security:reuse
  • startnode dist/mcp.js
  • start:httpnode dist/server-http.js
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPattern=test[/\\]unit[/\\]
  • test:coveragenode --experimental-vm-modules node_modules/jest/bin/jest.js --coverage
  • test:integrationnode --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPattern=test[/\\]integration[/\\]
  • test:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
  • typechecktsc -p tsconfig.json --noEmit
Dependencies3
  • @modelcontextprotocol/sdk1.27.1
  • better-sqlite312.8.0
  • zod3.25.76