PkgRadar

Package evidence

@loontail/[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
16
First published
May 2026
Publisher
loontail

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@loontail/[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":["@loontail/[email protected]"],"fail_on":"review"}'
Publisherloontail
Artifact bytes241,992
Previous version0.8.10
Published2026-05-29T13:36:19.241Z
SHA-2562de73f58d7183e6f3a5e96b66dd21bf4ff9ad4cb5400e1ed72ede3f1ab83565e

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

low
Last checked
lowRisk
0Score
0.8.11Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · risk low · score 0 · 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
lowObfuscation Densitypackage/dist/cli/index.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts14
  • buildtsup
  • devtsup --watch
  • docs:apitypedoc
  • docs:buildnpm run docs:api && vitepress build docs-site
  • docs:devnpm run docs:api && vitepress dev docs-site
  • docs:previewvitepress preview docs-site
  • formatbiome format --write ./src ./tests
  • lintbiome check ./src ./tests
  • lint:fixbiome check --write ./src ./tests
  • preparehusky
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • lru-cache^10.4.3
  • p-limit^5.0.0
  • yauzl^3.1.3
Optional dependencies1
  • @clack/prompts^0.7.0