PkgRadar

Package evidence

@figboard/[email protected]

Obfuscation Density: high encoded/escaped-token density

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.

Weekly downloads
309
Versions published
4
First published
May 2026
Publisher
lining9411

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":["@figboard/[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":["@figboard/[email protected]"],"fail_on":"review"}'
Publisherlining9411
Artifact bytes76,442
Previous version0.1.3
Published2026-05-28T12:50:11.529Z
SHA-256f45cd58baf2a1124e017b35c8bb3cfd80f9af06522fd558d4857ba00cb3f5524

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/bin/figboard.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts18
  • buildtsup
  • changesetchangeset
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • prebuildnpm run sync-version
  • preparehusky || true
  • prepublishOnlynpm run typecheck && npm run lint && npm run test && npm run build
  • releasenpm run build && changeset publish
  • startnode ./dist/bin/figboard.js
  • sync-versionnode scripts/sync-version.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • version-packageschangeset version && npm run sync-version
Dependencies9
  • cli-table3^0.6.5
  • commander^12.1.0
  • conf^13.1.0
  • csv-stringify^6.5.2
  • ora^8.1.1
  • picocolors^1.1.1
  • prompts^2.4.2
  • undici^7.1.0
  • zod^3.23.8