PkgRadar

Package evidence

@aionixos/[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
207
Versions published
34
First published
Apr 2026
Publisher
ab2webco

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":["@aionixos/[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":["@aionixos/[email protected]"],"fail_on":"review"}'
Publisherab2webco
Artifact bytes149,146
Previous version1.2.0
Published2026-05-26T16:19:47.377Z
SHA-256b0db1de8f0be34dccaa8a46b9ae05e7936dda5eba2ee1771941c3e26410f3a18

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
17Score
1.2.1Version
Status history (1 event)
  1. newavailable · risk review · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
lowCredential file accesspackage/dist/cli.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts10
  • buildesbuild src/cli.ts --bundle --outfile=dist/cli.js --platform=node --target=node18 --format=cjs --banner:js="#!/usr/bin/env node" --external:@octokit/rest --external:sharp
  • devesbuild src/cli.ts --bundle --outfile=dist/cli.js --platform=node --target=node18 --format=cjs --banner:js="#!/usr/bin/env node" --external:@octokit/rest --external:sharp --watch
  • formatbiome format --write src/
  • lintbiome check src/
  • lint:fixbiome check --write src/
  • prepublishOnlypnpm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies5
  • @clack/prompts0.9.1
  • @octokit/rest^21.0.0
  • commander^12.0.0
  • nanospinner^1.2.2
  • picocolors^1.1.1
Optional dependencies1
  • sharp0.34.5