PkgRadar

Package evidence

@fjall/[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":["@fjall/[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":["@fjall/[email protected]"],"fail_on":"review"}'
Publisherpeoram
Artifact bytes164,707
Previous version2.1.1
Published2026-05-25T07:20:52.272Z
SHA-256c23c78b6f968cfc9c1375dfc42b10893eefc0dc599a6b505cf8a0ba3f39d1e21

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 16 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/ast/astComputeParser.jsmatched ".ssh"5
lowCredential file accesspackage/dist/src/schemas/networkSchemas.jsmatched ".AWS"5
lowObfuscationpackage/dist/src/dns/bindWriter.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/codemod/fileRewriter/builders.jsmatched "\\u200C"3
lowObfuscationpackage/dist/src/codemod/llmFallback/claudeTier.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/codemod/edits/controlFlowPolicy.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/dns/domainFileGenerator.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/codemod/llmFallback/egressGate.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/detection/index.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/codemod/fileRewriter/parse.jsmatched "\\u2026"3
lowObfuscationpackage/dist/src/presets/patternTierPresets.jsmatched "\\xB7"3
lowObfuscationpackage/dist/src/codemod/fileRewriter/print.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/src/codemod/llmFallback/prompt.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/aws/regions.jsmatched "\\xE3"3
lowObfuscationpackage/dist/src/planning/resourceAddition.jsmatched "\\u2014"3
lowObfuscationpackage/dist/src/validation/validationMessages.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts11
  • buildnpm run clean && tsc && node ../scripts/minify-dist.mjs dist
  • cleanrm -rf ./dist ./sourcemaps
  • formatprettier --write "src/**/*.{ts,tsx,js,jsx,json}"
  • format:checkprettier --check "src/**/*.{ts,tsx,js,jsx,json}"
  • linteslint src
  • lint:fixeslint src --fix
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • watchnpm run build && tsc --watch --preserveWatchOutput
  • watch:onlytsc --watch --preserveWatchOutput
Dependencies6
  • @fjall/util^0.100.0
  • ast-types^0.16.1
  • recast^0.23.11
  • ts-morph^28.0.0
  • typescript^6.0.3
  • zod^4.4.3