PkgRadar

Package evidence

[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
678
Versions published
8
First published
May 2026
Publisher
zjy365

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":["[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"}'
Publisherzjy365
Artifact bytes305,471
Previous version1.1.5
Published2026-05-28T03:45:27.285Z
SHA-2564ef3879347ab8b5481cd33cb6d0dd546bc4f17e438a4874e51915c78d787c56d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/lib/oauth.tsmatched "Kubeconfig"30
mediumObfuscation Densitypackage/dist/bin/cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/main.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/bin/cli.mjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/main.mjshigh encoded/escaped-token density12
mediumCredential file accesspackage/dist/bin/cli.mjsmatched "kubeconfig"10
mediumCredential file accesspackage/dist/main.mjsmatched "kubeconfig"10
mediumCredential file accesspackage/src/lib/auth.tsmatched "kubeconfig"10
Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/lib/oauth.tsmatched "Kubeconfig"30
mediumObfuscation Densitypackage/dist/bin/cli.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/main.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/bin/cli.mjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/main.mjshigh encoded/escaped-token density12
mediumCredential file accesspackage/dist/bin/cli.mjsmatched "kubeconfig"10
mediumCredential file accesspackage/dist/main.mjsmatched "kubeconfig"10
mediumCredential file accesspackage/src/lib/auth.tsmatched "kubeconfig"10
lowCredential file accesspackage/dist/bin/cli.cjsmatched "kubeconfig"5
lowCredential file accesspackage/dist/main.cjsmatched "kubeconfig"5
lowCredential file accesspackage/src/commands/auth/index.tsmatched "Kubeconfig"5
lowCredential file accesspackage/src/commands/s3/index.tsmatched "kubeconfig"5
lowCredential file accesspackage/src/commands/workspace/index.tsmatched "kubeconfig"5
lowCredential file accesspackage/src/commands/auth/login.tsmatched "kubeconfig"5
lowCredential file accesspackage/src/commands/auth/whoami.tsmatched "Kubeconfig"5

Manifest

Package metadata

Scripts13
  • buildnpm run generate:api && tsc && tsup
  • coverage:viewopen coverage/lcov-report/index.html
  • generate:apiopenapi-typescript src/docs/template_openapi.json -o src/generated/template.ts && openapi-typescript src/docs/database_openapi.json -o src/generated/database.ts && openapi-typescript src/docs/devbox_openapi.json -o src/generated/devbox.ts
  • linteslint . && npm run lint:lockfile && npm run lint:markdown
  • lint:fixeslint . --fix
  • lint:lockfilelockfile-lint --path package-lock.json --validate-https --allowed-hosts npm yarn
  • lint:markdownnpx -y [email protected] -c .github/.markdownlint.yml -i '.git' -i '__tests__' -i '.github' -i '.changeset' -i 'CODE_OF_CONDUCT.md' -i 'CHANGELOG.md' -i 'docs/**' -i 'node_modules' -i 'dist' '**/**.md' --fix
  • releasechangeset publish
  • startnode --import tsx src/bin/cli.ts
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • versionchangeset version
Dependencies10
  • @aws-sdk/client-s3^3.1054.0
  • @aws-sdk/s3-request-presigner^3.1054.0
  • @kubernetes/client-node^1.4.0
  • axios^1.15.0
  • chalk^5.2.0
  • commander^14.0.3
  • node-fetch^2.7.0
  • openapi-fetch^0.17.0
  • ora^9.3.0
  • table^6.8.1