PkgRadar

Package evidence

@luquimbo/[email protected]

Install-time lifecycle script: postinstall="node bin/postinstall.js"

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
29
Versions published
25
First published
Mar 2026
Publisher
luquimbo

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":["@luquimbo/[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":["@luquimbo/[email protected]"],"fail_on":"review"}'
Publisherluquimbo
Artifact bytes436,112
Previous version5.0.2
Published2026-06-14T19:26:22.014Z
SHA-25686ff07db4c390df0a7fa5105818431a8bce60bb7e2bc6052cd6d88e1d837cb89

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/postinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.js"5

Manifest

Package metadata

Scripts11
  • auditnpm audit --audit-level=moderate
  • build:pluginnode bin/build-plugin.js
  • checknpm run lint && npm run format:check
  • formatprettier --write bin/
  • format:checkprettier --check bin/
  • linteslint bin/ --max-warnings=0
  • lint:fixeslint bin/ --fix --max-warnings=0
  • lint:skillsnode bin/cli.js checkup
  • postinstallnode bin/postinstall.js
  • prepacknpm run build:plugin && npm run check
  • testnode --test "bin/**/*.test.js" "src/content/**/*.test.js"
Dependencies6
  • adm-zip^0.5.17
  • boxen^5.1.2
  • chalk^4.1.2
  • chokidar^4.0.3
  • cli-table3^0.6.5
  • ora^5.4.1