PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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,115Niche · −30% score
Versions published
29Established · −30% score
First published
Oct 2025
Publisher
microsoft1es

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

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"}'
Publishermicrosoft1es
Artifact bytes1,174,853
Previous version1.3.0
Published2026-03-04T00:59:57.195Z
SHA-256b960fe974b5eb9451d5784587e000f38caa6f41c78d976cc4b879814e0d9f478

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist-cjs/src/knowledge/embedded-packs.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/src/knowledge/embedded-packs.jsmatched ".npmrc"5
lowCredential file accesspackage/knowledge/packs/build-optimization.jsonmatched ".npmrc"3
lowCredential file accesspackage/knowledge/packs/database-pack.jsonmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/knowledge/packs/nodejs-pack.jsonmatched ".npmrc"3
lowCredential file accesspackage/package.jsonmatched ".Azure/"3

Manifest

Package metadata

Scripts36
  • buildnpm run clean && npm run build:knowledge && npm run build:policies && npm run build:esm && npm run build:cjs
  • build:cjstsc -p tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json && printf '{"type": "commonjs"}\n' > dist-cjs/package.json
  • build:esmtsc -p tsconfig.json && tsc-alias -p tsconfig.json --resolve-full-paths && chmod +x dist/src/cli/cli.js
  • build:knowledgetsx scripts/generate-embedded-packs.ts
  • build:policiestsx scripts/build-policies.ts
  • build:verifytsx scripts/verify-build.ts
  • build:watchtsc --project tsconfig.json --watch
  • changelog-synctsx scripts/changelog-sync.ts
  • cleanrm -rf dist dist-cjs coverage .tsbuildinfo*
  • devtsx watch src/cli/cli.ts
  • fixnpm run lint:fix && npm run format
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • mcp:inspectnpx @modelcontextprotocol/inspector ./scripts/mcp-start.sh start
  • mcp:localtsx scripts/toggle-mcp-mode.ts local
  • mcp:packagedtsx scripts/toggle-mcp-mode.ts packaged
  • mcp:statustsx scripts/toggle-mcp-mode.ts status
  • policy:simulatetsx src/cli/policy-simulate.ts
  • postpacknode scripts/restore-package.cjs
  • postversiontsx scripts/postversion.ts
  • prepacknode scripts/prepare-cjs-package.cjs
  • prepublishOnlynpm run validate && npm run build
  • quality:gatestsx scripts/quality-gates.ts
  • smoke:journeytsx scripts/smoke-journey.ts
  • startnode dist/src/cli/cli.js
  • testNODE_OPTIONS='--experimental-vm-modules' jest --selectProjects unit integration e2e
  • test:coverageNODE_OPTIONS='--experimental-vm-modules' jest --selectProjects unit integration e2e --coverage
  • test:llmNODE_OPTIONS='--experimental-vm-modules' jest --selectProjects llm-integration
  • …and 6 more.
Dependencies22
  • @iarna/toml^2.2.5
  • @kubernetes-models/apimachinery^2.2.0
  • @kubernetes/client-node^1.4.0
  • @modelcontextprotocol/sdk~1.26.0
  • @open-policy-agent/opa-wasm^1.10.0
  • @types/xml2js^0.4.14
  • commander^14.0.1
  • docker-file-parser^1.0.7
  • dockerfilelint^1.8.0
  • dockerode^4.0.9
  • glob^11.0.3
  • js-yaml^4.1.0
  • kubernetes-models^4.5.1
  • pino^9.14.0
  • protobufjs^8.0.0
  • tar^7.5.2
  • tmp^0.2.5
  • validate-dockerfile^1.8.1
  • xml2js^0.6.2
  • yaml^2.8.1
  • zod^3.25.6
  • zod-to-json-schema^3.25.0