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.

Versions published
3
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 bytes77,641
Previous version0.1.1
Published2026-05-27T10:11:43.654Z
SHA-2567a801b06887d70a63b2bae1f1275bf1a9ede708eced6c09f222114ebb9b911e1

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.2Version
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

Scripts17
  • buildtsup
  • changesetchangeset
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • 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