PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.@faf/specification="github:Wolfe-Jam/faf"

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
16
First published
Jan 2026
Publisher
wolfejam.dev

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"}'
Publisherwolfejam.dev
Artifact bytes667,536
Previous version6.12.0
Published2026-06-17T05:50:32.591Z
SHA-2562a7c3d40d39c2e55995970821e9cc59ec30d1076568b558c4ddc9485359fdb87

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@faf/specification="github:Wolfe-Jam/faf"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
18Score
6.13.0Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@faf/specification="github:Wolfe-Jam/faf"8
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@faf/specification="github:Wolfe-Jam/faf"8
lowCredential file accesspackage/dist/cli.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts11
  • buildbun run clean && bun build src/cli.ts --outdir dist --target=node --minify --sourcemap=linked --external faf-scoring-kernel --external open && bun build src/index.ts --outdir dist --target=node --minify --sourcemap=linked --external faf-scoring-kernel --external open && tsc -p tsconfig.build.json
  • check:no-hardcode! grep -rEln '/(Users|home/runner|private/var)/' dist/ || (echo '❌ Hardcoded build-machine path leaked into dist — see grep output above. Externalize the offending dep in the build script.'; exit 1)
  • cleanrm -rf dist
  • compilebun build src/cli.ts --compile --bytecode --minify --outfile faf
  • compile:allbun build src/cli.ts --compile --bytecode --minify --target=bun-darwin-arm64 --outfile faf-darwin-arm64 && bun build src/cli.ts --compile --bytecode --minify --target=bun-darwin-x64 --outfile faf-darwin-x64 && bun build src/cli.ts --compile --bytecode --minify --target=bun-linux-x64 --outfile faf-linux-x64 && bun build src/cli.ts --compile --bytecode --minify --target=bun-windows-x64 --outfile faf-windows-x64.exe
  • devbun src/cli.ts
  • formatprettier --write 'src/**/*.ts'
  • linteslint src/**/*.ts
  • prepublishOnlybun run build && bun run check:no-hardcode
  • testbun test --timeout=120000
  • test:watchbun test --watch --timeout=120000
Dependencies4
  • commander^14.0.1
  • faf-scoring-kernel^2.0.3
  • open^11.0.0
  • yaml^2.4.1
Optional dependencies1
  • @anthropic-ai/sdk^0.91.1