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 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":["@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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/lib/resources/ssh/doc.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/commands/user/ssh-key/import.js | matched "id_rsa" | 5 |
Manifest
Package metadata
Scripts17
clean(rimraf --glob dist tsconfig.*.tsbuildinfo) | truecompiletsc --build tsconfig.jsonformatyarn format:prettier --writeformat: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/*.mdlicense-checkyarn pnpify license-checker-rseidelsohnlinteslint . --cachepackageyarn package:tarballs && yarn package:windows && yarn package:macospackage:macosoclif pack macospackage:tarballsoclif pack tarballs --targets=linux-x64,linux-arm64,darwin-x64,darwin-arm64package:windowsoclif pack win --targets=win32-x64,win32-x86post:generateyarn run -T compile && yarn run -T compile:cjstestyarn test:format && yarn test:licenses && yarn test:unittest:formatyarn lint && yarn format:prettier --checktest:licensesyarn license-check --summary --unknown --failOn 'UNLICENSED;UNKNOWN'test:readmeyarn generate:readme && git diff --exit-code README.md docs/*.mdtest: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.2axios-retry^4.0.0chalk^5.3.0date-fns^4.0.0docker-names^1.2.1fast-xml-parser^5.2.5ink^7.0.2ink-link^5.0.0ink-text-input^6.0.0js-yaml^4.1.0marked^15.0.12marked-terminal^7.3.0open^11.0.0parse-duration^2.0.1pretty-bytes^7.0.0react^19.1.1semver^7.5.4semver-parser^4.1.6shell-escape^0.2.0slice-ansi^9.0.0string-width^8.0.0tempfile^6.0.1uuid^14.0.0