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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist-cjs/src/knowledge/embedded-packs.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/src/knowledge/embedded-packs.js | matched ".npmrc" | 5 |
| low | Credential file access | package/knowledge/packs/build-optimization.json | matched ".npmrc" | 3 |
| low | Credential file access | package/knowledge/packs/database-pack.json | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/knowledge/packs/nodejs-pack.json | matched ".npmrc" | 3 |
| low | Credential file access | package/package.json | matched ".Azure/" | 3 |
Manifest
Package metadata
Scripts36
buildnpm run clean && npm run build:knowledge && npm run build:policies && npm run build:esm && npm run build:cjsbuild:cjstsc -p tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json && printf '{"type": "commonjs"}\n' > dist-cjs/package.jsonbuild:esmtsc -p tsconfig.json && tsc-alias -p tsconfig.json --resolve-full-paths && chmod +x dist/src/cli/cli.jsbuild:knowledgetsx scripts/generate-embedded-packs.tsbuild:policiestsx scripts/build-policies.tsbuild:verifytsx scripts/verify-build.tsbuild:watchtsc --project tsconfig.json --watchchangelog-synctsx scripts/changelog-sync.tscleanrm -rf dist dist-cjs coverage .tsbuildinfo*devtsx watch src/cli/cli.tsfixnpm run lint:fix && npm run formatformatprettier --write 'src/**/*.ts'format:checkprettier --check 'src/**/*.ts'linteslint src --ext .tslint:fixeslint src --ext .ts --fixmcp:inspectnpx @modelcontextprotocol/inspector ./scripts/mcp-start.sh startmcp:localtsx scripts/toggle-mcp-mode.ts localmcp:packagedtsx scripts/toggle-mcp-mode.ts packagedmcp:statustsx scripts/toggle-mcp-mode.ts statuspolicy:simulatetsx src/cli/policy-simulate.tspostpacknode scripts/restore-package.cjspostversiontsx scripts/postversion.tsprepacknode scripts/prepare-cjs-package.cjsprepublishOnlynpm run validate && npm run buildquality:gatestsx scripts/quality-gates.tssmoke:journeytsx scripts/smoke-journey.tsstartnode dist/src/cli/cli.jstestNODE_OPTIONS='--experimental-vm-modules' jest --selectProjects unit integration e2etest:coverageNODE_OPTIONS='--experimental-vm-modules' jest --selectProjects unit integration e2e --coveragetest: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.14commander^14.0.1docker-file-parser^1.0.7dockerfilelint^1.8.0dockerode^4.0.9glob^11.0.3js-yaml^4.1.0kubernetes-models^4.5.1pino^9.14.0protobufjs^8.0.0tar^7.5.2tmp^0.2.5validate-dockerfile^1.8.1xml2js^0.6.2yaml^2.8.1zod^3.25.6zod-to-json-schema^3.25.0