PkgRadar

Package evidence

@floomhq/[email protected]

Credential file access: matched "id_rsa"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@floomhq/[email protected]"],"fail_on":"high"}'

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":["@floomhq/[email protected]"],"fail_on":"high"}'
Artifact bytes55,806
Previous version0.2.25
Published2026-05-24T23:28:37.067Z
SHA-2567811cb533a7d0a534fdc65976055298b2c2a2728e4eced9dc80e1088dff99849

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

high
Last checked
highRisk
45Score
0.2.26Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

federicodeponte

6 members · evidence strength 73

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "id_rsa"30
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "id_rsa"30
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
lowObfuscationpackage/dist/index.jsmatched "FromCharCode"3

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.typecheck.json --noEmit && node scripts/build-bundle.mjs
  • devtsx watch src/index.ts
  • linttsc -p tsconfig.typecheck.json --noEmit --pretty false
  • pack:checknode scripts/verify-package.mjs
  • pack:smokepnpm run build && node scripts/verify-package.mjs --install-smoke
  • prepackpnpm run build
  • prepublishOnlypnpm run build && pnpm run pack:check
  • startnode dist/index.js
  • testtsx --tsconfig tsconfig.typecheck.json --test "src/**/*.test.ts"
  • typechecktsc -p tsconfig.typecheck.json --noEmit
Dependencies7
  • @modelcontextprotocol/sdk1.29.0
  • chalk^5.3.0
  • commander^12.1.0
  • ora^8.1.0
  • prompts^2.4.2
  • tar^7.4.3
  • zod^3.23.8