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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 15 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/src/k8s/k8s.service.js | matched "kubeconfig" | 30 |
| high | Credential file access | package/src/k8s/k8s.service.ts | matched "kubeconfig" | 30 |
Manifest
Package metadata
Scripts17
buildnest build && chmod +x dist/src/main.jsformatprettier --write "src/**/*.ts" "test/**/*.ts"gvgenversion --esm src/version.tsjscpdjscpd --pattern=**/*.ts src/linteslint "{src,apps,libs,test}/**/*.ts" --fixreleaseecho 'Use the Release GitHub Action instead' && exit 1startnest startstart:debugnest start --debug --watchstart:devnest start --watchstart:prodnode dist/src/maintestnode --experimental-vm-modules node_modules/jest/bin/jest.jstest:covnode --experimental-vm-modules node_modules/jest/bin/jest.js --coveragetest:debugnode --inspect-brk --experimental-vm-modules node_modules/jest/bin/jest.js --runInBandtest:e2enode --experimental-vm-modules node_modules/jest/bin/jest.js --config ./test/jest-e2e.jsontest:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watchupdate-changeloggit-cliff -o --tag $versionwatchnodemon --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.21argon20.44.0chalk5.6.2cli-highlight2.1.11date-fns4.1.0dotenv17.4.2file-type22.0.1glob13.0.6js-yaml4.1.1mime-types3.0.2nanoid5.1.11nest-commander3.20.1nest-winston1.10.2ora9.4.0p-limit7.3.0portfinder1.0.38pretty-bytes7.1.0reflect-metadata0.2.2rxjs7.8.2semver7.8.0- …and 5 more.