PkgRadar

Package evidence

@spool-lab/[email protected]

Credential file access: matched "kubeconfig"

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
155
Versions published
2
First published
May 2026
Publisher
graydawnc

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":["@spool-lab/[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":["@spool-lab/[email protected]"],"fail_on":"review"}'
Publishergraydawnc
Artifact bytes31,919
Previous version0.0.1
Published2026-05-28T12:15:57.883Z
SHA-256ed41680b344cc5eda420490ecacba2d9fd09ad97b17493442b79732ee2a9421a

Why flagged

What the scanner saw

Credential file access: matched "kubeconfig"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/detectors.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/mask.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/severity.jsmatched "kubeconfig"5
lowCredential file accesspackage/dist/types.jsmatched "kubeconfig"5

Manifest

Package metadata

Scripts6
  • buildpnpm run clean && tsc
  • cleanrm -rf dist
  • devtsc --watch
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit