PkgRadar

Package evidence

[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
34
First published
May 2026
Publisher
runtrim

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":["[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"}'
Publisherruntrim
Artifact bytes271,541
Previous version0.1.33
Published2026-05-28T16:47:41.338Z
SHA-25656c2a85dc064b225856aa82a164ad1d356a4db5a631e3eb451b580cae7832aea

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
10Score
0.1.34Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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-cli/runtrim.cjsmatched "id_rsa"5
lowCredential file accesspackage/dist-cli/runtrim.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts19
  • buildnpm run build:all
  • build:allnpm run build:cli && npm run build:web
  • build:clitsup --config tsup.config.ts && node scripts/verify-cli-build.mjs
  • build:vscodetsc -p packages/vscode/tsconfig.json
  • build:webnext build
  • devnext dev
  • linteslint
  • postpacknode scripts/restore-package-manifest.mjs
  • prepacknode scripts/prepare-cli-package-manifest.mjs
  • prepublishOnlynpm run build:cli && npm run verify:package
  • publish:safenode scripts/safe-publish.mjs
  • remotion:previewremotion preview src/remotion/index.ts
  • remotion:render:landscaperemotion render src/remotion/index.ts RunTrimDemoLandscape out/runtrim-demo-landscape.mp4
  • remotion:render:squareremotion render src/remotion/index.ts RunTrimDemoSquare out/runtrim-demo-square.mp4
  • runtrimtsx cli/runtrim.ts
  • runtrim:buildnpm run build:cli
  • startnext start
  • verify:clinode scripts/verify-cli.mjs
  • verify:packagenode scripts/verify-package.mjs
Dependencies8
  • chalk^5.6.2
  • clipboardy^5.3.1
  • commander^14.0.3
  • execa^9.6.1
  • nanoid^5.1.9
  • ora^9.4.0
  • prompts^2.4.2
  • zod^4.3.6