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
16
Versions published
7
First published
Feb 2026
Publisher
5kahoisaac

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":["[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"}'
Publisher5kahoisaac
Artifact bytes123,829
Previous version1.1.3
Published2026-05-25T15:24:57.367Z
SHA-2565cae563be3449b9e611fe172310203d418c01e0c210baa8c758dee32739c29ea

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
1.2.0Version
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/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts12
  • buildbun build src/index.ts --outdir dist --target bun --format esm && tsc --emitDeclarationOnly && cp -r src/skills dist/ && cp -r src/prompts dist/
  • checkbiome check --write .
  • check:cibiome check .
  • devbun run build && opencode
  • formatbiome format . --write
  • lintbiome lint .
  • prepublishOnlybun run build
  • release:majornpm version major && git push --follow-tags && npm publish
  • release:minornpm version minor && git push --follow-tags && npm publish
  • release:patchnpm version patch && git push --follow-tags && npm publish
  • testbun test
  • typechecktsc --noEmit
Dependencies9
  • @ast-grep/cli^0.40.5
  • @modelcontextprotocol/sdk^1.26.0
  • @opencode-ai/plugin^1.1.61
  • @opencode-ai/sdk^1.1.61
  • gray-matter^4.0.3
  • strip-json-comments^5.0.3
  • vscode-jsonrpc^8.2.1
  • vscode-languageserver-protocol^3.17.5
  • zod^4.3.6