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 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":["[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"}'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 138 · status changed
Evidence
Static findings
15 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/src/lib/oauth.ts | matched "Kubeconfig" | 30 |
| medium | Obfuscation Density | package/dist/bin/cli.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/main.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/bin/cli.mjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/main.mjs | high encoded/escaped-token density | 12 |
| medium | Credential file access | package/dist/bin/cli.mjs | matched "kubeconfig" | 10 |
| medium | Credential file access | package/dist/main.mjs | matched "kubeconfig" | 10 |
| medium | Credential file access | package/src/lib/auth.ts | matched "kubeconfig" | 10 |
Show all 15 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/src/lib/oauth.ts | matched "Kubeconfig" | 30 |
| medium | Obfuscation Density | package/dist/bin/cli.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/main.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/bin/cli.mjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/main.mjs | high encoded/escaped-token density | 12 |
| medium | Credential file access | package/dist/bin/cli.mjs | matched "kubeconfig" | 10 |
| medium | Credential file access | package/dist/main.mjs | matched "kubeconfig" | 10 |
| medium | Credential file access | package/src/lib/auth.ts | matched "kubeconfig" | 10 |
| low | Credential file access | package/dist/bin/cli.cjs | matched "kubeconfig" | 5 |
| low | Credential file access | package/dist/main.cjs | matched "kubeconfig" | 5 |
| low | Credential file access | package/src/commands/auth/index.ts | matched "Kubeconfig" | 5 |
| low | Credential file access | package/src/commands/s3/index.ts | matched "kubeconfig" | 5 |
| low | Credential file access | package/src/commands/workspace/index.ts | matched "kubeconfig" | 5 |
| low | Credential file access | package/src/commands/auth/login.ts | matched "kubeconfig" | 5 |
| low | Credential file access | package/src/commands/auth/whoami.ts | matched "Kubeconfig" | 5 |
Manifest
Package metadata
Scripts13
buildnpm run generate:api && tsc && tsupcoverage:viewopen coverage/lcov-report/index.htmlgenerate: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.tslinteslint . && npm run lint:lockfile && npm run lint:markdownlint:fixeslint . --fixlint:lockfilelockfile-lint --path package-lock.json --validate-https --allowed-hosts npm yarnlint: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' --fixreleasechangeset publishstartnode --import tsx src/bin/cli.tstestvitest runtest:coveragevitest run --coveragetest:watchvitestversionchangeset version
Dependencies10
@aws-sdk/client-s3^3.1054.0@aws-sdk/s3-request-presigner^3.1054.0@kubernetes/client-node^1.4.0axios^1.15.0chalk^5.2.0commander^14.0.3node-fetch^2.7.0openapi-fetch^0.17.0ora^9.3.0table^6.8.1