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,875Niche · −30% score
Versions published
26Established · −30% score
First published
Aug 2025
Publisher
mikhae1

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"}'
Publishermikhae1
Artifact bytes630,167
Previous version1.9.0
Published2026-06-13T12:27:19.642Z
SHA-256daf58d62fc20313489872ff89be1e15c209003d477a556e1c5ab8464c6c44755

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • buildnode scripts/build-version.js && tsc
  • code-modenode bin/kubeview-mcp-code-mode.js
  • commandnode src/cli/run-command.js
  • devtsx --watch src/cli/cli.ts
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • linteslint . --ext .ts
  • preparehusky
  • publish:alltsx scripts/release-publish.ts all
  • publish:committsx scripts/release-publish.ts commit
  • publish:gittsx scripts/release-publish.ts git
  • publish:mcptsx scripts/publish-mcp.ts
  • publish:npmtsx scripts/release-publish.ts npm
  • publish:tagtsx scripts/release-publish.ts tag
  • releasenpm install && npm run release:qa && npm run release:version && npm run release:build
  • release:buildnpm run build
  • release:publishnpm run publish:all
  • release:qanpm run lint && npm run typecheck && npm run test
  • release:versionnode scripts/update-version.js && node scripts/build-version.js
  • setupnode bin/setup.js
  • starttsc && node bin/kubeview-mcp.js
  • testjest
  • test:watchjest --watch
  • typechecktsc --noEmit
Dependencies6
  • @kubernetes/client-node^1.3.0
  • @modelcontextprotocol/sdk^1.29.0
  • isolated-vm^6.0.2
  • typescript^5.8.3
  • winston^3.17.0
  • zod^3.25.36