PkgRadar

Package evidence

@neoskop/[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
365
Versions published
55Mature · −50% score
First published
Jul 2024
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@neoskop/[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":["@neoskop/[email protected]"],"fail_on":"review"}'
Artifact bytes363,915
Previous version2.6.0
Published2026-05-20T14:41:27.243Z
SHA-256656e5643f2018a1fb3c78fbdaafc61905798c30833ef8cf4a8775476e13bb55d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src/k8s/k8s.service.jsmatched "kubeconfig"30
highCredential file accesspackage/src/k8s/k8s.service.tsmatched "kubeconfig"30

Manifest

Package metadata

Scripts17
  • buildnest build && chmod +x dist/src/main.js
  • formatprettier --write "src/**/*.ts" "test/**/*.ts"
  • gvgenversion --esm src/version.ts
  • jscpdjscpd --pattern=**/*.ts src/
  • linteslint "{src,apps,libs,test}/**/*.ts" --fix
  • releaseecho 'Use the Release GitHub Action instead' && exit 1
  • startnest start
  • start:debugnest start --debug --watch
  • start:devnest start --watch
  • start:prodnode dist/src/main
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js
  • test:covnode --experimental-vm-modules node_modules/jest/bin/jest.js --coverage
  • test:debugnode --inspect-brk --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand
  • test:e2enode --experimental-vm-modules node_modules/jest/bin/jest.js --config ./test/jest-e2e.json
  • test:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
  • update-changeloggit-cliff -o --tag $version
  • watchnodemon --ext ts --watch 'src/**/*.ts' --exec 'npm run build'
Dependencies35
  • @directus/sdk21.3.0
  • @inquirer/confirm6.0.13
  • @inquirer/core11.1.10
  • @inquirer/expand5.0.14
  • @inquirer/figures2.0.5
  • @inquirer/password5.0.13
  • @inquirer/select5.1.5
  • @inquirer/type4.0.5
  • @nestjs/common11.1.21
  • @nestjs/core11.1.21
  • @nestjs/platform-express11.1.21
  • argon20.44.0
  • chalk5.6.2
  • cli-highlight2.1.11
  • date-fns4.1.0
  • dotenv17.4.2
  • file-type22.0.1
  • glob13.0.6
  • js-yaml4.1.1
  • mime-types3.0.2
  • nanoid5.1.11
  • nest-commander3.20.1
  • nest-winston1.10.2
  • ora9.4.0
  • p-limit7.3.0
  • portfinder1.0.38
  • pretty-bytes7.1.0
  • reflect-metadata0.2.2
  • rxjs7.8.2
  • semver7.8.0
  • …and 5 more.