PkgRadar

Package evidence

@uns-kit/[email protected]

Credential file access: matched "id_rsa"

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.

Versions published
127Established · −30% score
First published
Sep 2025
Publisher
aljosavister

Effective trust discount applied: 30% (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":["@uns-kit/[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":["@uns-kit/[email protected]"],"fail_on":"review"}'
Publisheraljosavister
Artifact bytes23,592,928
Previous version0.0.48
Published2025-12-15T19:40:47.984Z
SHA-256712276fdf0275aedbdab17bc3fa2e9f62b6b3bd27f977b854950c9d3cac8c72e

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.pymatched "id_rsa"5
lowCredential file accesspackage/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.pymatched ".pypirc"5

Manifest

Package metadata

Scripts10
  • buildpnpm run clean && tsc -p tsconfig.json
  • cleanrimraf dist tsconfig.tsbuildinfo
  • devtsx watch src/index.ts
  • generate-config-schemanode ./node_modules/@uns-kit/core/dist/tools/generate-config-schema.js
  • generate-uns-dictionarynode ./node_modules/@uns-kit/core/dist/tools/generate-uns-dictionary.js --input uns-dictionary.json --output src/uns/uns-dictionary.generated.ts
  • generate-uns-measurementsnode ./node_modules/@uns-kit/core/dist/tools/generate-uns-measurements.js --input uns-measurements.json --output src/uns/uns-measurements.generated.ts
  • generate-uns-referencepnpm generate-uns-dictionary && pnpm generate-uns-measurements
  • generate-uns-topics-tagsnode ./node_modules/@uns-kit/core/dist/tools/refresh-uns.js
  • startnode dist/index.js
  • typechecktsc --noEmit
Dependencies2
  • @uns-kit/core__UNS_KIT_CORE_VERSION__
  • zod^3.23.8