PkgRadar

Package evidence

[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
326
Versions published
3
First published
May 2026
Publisher
qwerfunch

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherqwerfunch
Artifact bytes544,920
Previous version0.5.0
Published2026-06-05T01:15:18.655Z
SHA-256bbfb7e2bfaa0c1caab98932a956f1f2369b7daced84af2a87bbdcbeb05ca354e

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.5.1Version
Status history (1 event)
  1. 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/clad.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts25
  • benchmarktsx src/cli/benchmark.ts
  • buildnode scripts/build.mjs && node scripts/build-plugin.mjs
  • build:pluginnode scripts/build-plugin.mjs
  • cladnode bin/clad
  • conformancetsx conformance/runner.ts
  • linteslint .
  • preparenode -e "require('node:fs').existsSync('dist/clad.js') || require('node:child_process').execSync('npm run build', {stdio: 'inherit'})"
  • prepublishOnlynpm run build
  • spec:validatetsx src/spec/cli.ts
  • stage:archtsx src/stages/arch.ts
  • stage:audittsx src/stages/audit.ts
  • stage:committsx src/stages/commit.ts
  • stage:covtsx src/stages/cov.ts
  • stage:drifttsx src/stages/drift.ts
  • stage:linttsx src/stages/lint.ts
  • stage:perftsx src/stages/perf.ts
  • stage:secrettsx src/stages/secret.ts
  • stage:smoketsx src/stages/smoke.ts
  • stage:typetsx src/stages/type.ts
  • stage:uattsx src/stages/uat.ts
  • stage:unittsx src/stages/unit.ts
  • stage:visualtsx src/stages/visual.ts
  • testvitest run
  • typechecktsc --noEmit
  • version-bumpnode scripts/version-bump.mjs
Dependencies3
  • @anthropic-ai/sdk^0.96.0
  • @modelcontextprotocol/sdk^1.29.0
  • smol-toml^1.6.1