PkgRadar

Package evidence

@f5xc-salesdemos/[email protected]

Credential file access: matched ".SSH"

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":["@f5xc-salesdemos/[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":["@f5xc-salesdemos/[email protected]"],"fail_on":"review"}'
Artifact bytes101,503
Previous version18.79.0
Published2026-05-25T06:19:34.084Z
SHA-256707c126e85c9ecd35541870287a1d565776544c2eccfb48c92d3a3b52999219a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/keys.tsmatched ".SSH"10
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/keys.tsmatched ".SSH"10
lowObfuscationpackage/src/bracketed-paste.tsmatched "\\x1b"3
lowObfuscationpackage/src/components/editor.tsmatched "\\x1b"3
lowObfuscationpackage/src/horizontal-split.tsmatched "\\x1b"3
lowObfuscationpackage/src/components/image.tsmatched "\\x1b"3
lowObfuscationpackage/src/components/input.tsmatched "\\x1b"3
lowObfuscationpackage/src/keys.tsmatched "\\x7f"3
lowObfuscationpackage/src/components/markdown.tsmatched "\\x1b"3
lowObfuscationpackage/src/stdin-buffer.tsmatched "\\x1b"3
lowObfuscationpackage/src/terminal-capabilities.tsmatched "\\x1b"3
lowObfuscationpackage/src/terminal.tsmatched "\\x1b"3
lowObfuscationpackage/src/tui.tsmatched "\\x1b"3
lowObfuscationpackage/src/utils.tsmatched "\\x1b"3

Manifest

Package metadata

Scripts6
  • checkbiome check . && bun run check:types
  • check:typestsgo -p tsconfig.json --noEmit
  • fixbiome check --write --unsafe .
  • fmtbiome format --write .
  • lintbiome lint .
  • testbun test --preload ./test/preload.ts test/*.test.ts
Dependencies3
  • @f5xc-salesdemos/pi-natives18.80.0
  • @f5xc-salesdemos/pi-utils18.80.0
  • marked^17.0