PkgRadar

Package evidence

@things-factory/[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.

Versions published
106Mature · −50% score
First published
Feb 2025
Publisher
heartyoh

Effective trust discount applied: 50% (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":["@things-factory/[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":["@things-factory/[email protected]"],"fail_on":"review"}'
Publisherheartyoh
Artifact bytes113,675
Previous version10.0.0-beta.90
Published2026-05-26T04:36:40.660Z
SHA-256210845b1998cd6df0b538712a7239892a479ccbc45e6763ecf132a08de7957bb

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist-server/engine/connector/git.jsmatched ".ssh"5
lowCredential file accesspackage/translations/en.jsonmatched ".ssh"3
lowCredential file accesspackage/translations/ja.jsonmatched ".ssh"3
lowCredential file accesspackage/translations/ko.jsonmatched ".ssh"3
lowCredential file accesspackage/translations/ms.jsonmatched ".ssh"3
lowCredential file accesspackage/translations/zh.jsonmatched ".ssh"3

Manifest

Package metadata

Scripts8
  • buildnpm run build:server && npm run build:client
  • build:clientnpm run copy:files && npx tsc --p ./client/tsconfig.json
  • build:servernpx tsc --p ./server/tsconfig.json
  • cleannpm run clean:server && npm run clean:client
  • clean:clientnpx rimraf dist-client
  • clean:servernpx rimraf dist-server
  • copy:filescopyfiles -e "./client/**/*.{ts,js,json}" -u 1 "./client/**/*" dist-client
  • migration:createnode ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration
Dependencies2
  • @things-factory/integration-base^10.0.0-beta.92
  • simple-git^3.27.0