PkgRadar

Package evidence

@mittwald/[email protected]

Credential file access: matched ".ssh/"

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
650
Versions published
88Mature · −50% score
First published
Jul 2023
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":["@mittwald/[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":["@mittwald/[email protected]"],"fail_on":"review"}'
Artifact bytes216,833
Previous version1.17.1
Published2026-06-03T14:34:45.826Z
SHA-256bbf19a548ad235c9cd4219bb1d9bcd67444dda0973658927901997e57c1d85d9

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.17.2Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/dist/lib/resources/ssh/doc.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/commands/user/ssh-key/import.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts17
  • clean(rimraf --glob dist tsconfig.*.tsbuildinfo) | true
  • compiletsc --build tsconfig.json
  • formatyarn format:prettier --write
  • format:prettierprettier $@ '**/*.{ts,tsx,yaml,yml,json,md,mdx}'
  • generate:readmeoclif readme --multi --output-dir=docs < /dev/null && sed -i -e '/See code: .src/d' docs/*.md
  • license-checkyarn pnpify license-checker-rseidelsohn
  • linteslint . --cache
  • packageyarn package:tarballs && yarn package:windows && yarn package:macos
  • package:macosoclif pack macos
  • package:tarballsoclif pack tarballs --targets=linux-x64,linux-arm64,darwin-x64,darwin-arm64
  • package:windowsoclif pack win --targets=win32-x64,win32-x86
  • post:generateyarn run -T compile && yarn run -T compile:cjs
  • testyarn test:format && yarn test:licenses && yarn test:unit
  • test:formatyarn lint && yarn format:prettier --check
  • test:licensesyarn license-check --summary --unknown --failOn 'UNLICENSED;UNKNOWN'
  • test:readmeyarn generate:readme && git diff --exit-code README.md docs/*.md
  • test:unitNODE_NO_WARNINGS=1 yarn node --experimental-vm-modules $(yarn bin jest) ./src
Dependencies30
  • @mittwald/api-client^4.331.0
  • @mittwald/container-deploy^1.3.0
  • @mittwald/react-use-promise^2.6.0
  • @oclif/core^4.0.18
  • @oclif/plugin-autocomplete^3.0.3
  • @oclif/plugin-help^6.0.5
  • @oclif/plugin-update^4.1.3
  • @oclif/plugin-warn-if-update-available^3.0.2
  • axios-retry^4.0.0
  • chalk^5.3.0
  • date-fns^4.0.0
  • docker-names^1.2.1
  • fast-xml-parser^5.2.5
  • ink^7.0.2
  • ink-link^5.0.0
  • ink-text-input^6.0.0
  • js-yaml^4.1.0
  • marked^15.0.12
  • marked-terminal^7.3.0
  • open^11.0.0
  • parse-duration^2.0.1
  • pretty-bytes^7.0.0
  • react^19.1.1
  • semver^7.5.4
  • semver-parser^4.1.6
  • shell-escape^0.2.0
  • slice-ansi^9.0.0
  • string-width^8.0.0
  • tempfile^6.0.1
  • uuid^14.0.0