PkgRadar

Package evidence

@atlisp/[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
555
Versions published
79
First published
May 2026
Publisher
vitalgg

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":["@atlisp/[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":["@atlisp/[email protected]"],"fail_on":"review"}'
Publishervitalgg
Artifact bytes543,843
Previous version0.8.12
Published2026-06-11T22:49:19.327Z
SHA-256035efcba64c73e7cd3b6376d7429ac65542debcb8a0332d86d225987ca8ed012

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

Manifest

Package metadata

Scripts17
  • benchmarknode scripts/benchmark.js
  • buildnpm run build:agents && npm run build:cli && npm run build:server && npm run build:skills && npm run build:web
  • build:agentsnode scripts/copy-dir.js src dist
  • build:cliesbuild src/index.js --bundle --platform=node --target=node18 --format=esm --outdir=dist --packages=external --minify --banner:js="#!/usr/bin/env node" --jsx=transform --loader:.jsx=jsx --loader:.js=jsx
  • build:devesbuild src/index.js --bundle --platform=node --target=node18 --format=esm --outdir=dist --packages=external --sourcemap --jsx=transform --loader:.jsx=jsx --loader:.js=jsx
  • build:serveresbuild src/server.js --platform=node --target=node18 --format=esm --outdir=dist --packages=external --minify --banner:js="#!/usr/bin/env node"
  • build:skillsnode scripts/copy-dir.js skills dist/skills
  • build:watchesbuild src/index.js --bundle --platform=node --target=node18 --format=esm --outdir=dist --packages=external --watch --sourcemap
  • build:webnode scripts/copy-dir.js web dist/web
  • electronelectron electron/main.js
  • electron:buildnpm run build && cd electron && npx electron-builder --win
  • prepublishOnlynpm run build
  • servernode src/server.js
  • startnpm run build && node dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies14
  • @inkkit/ink-markdown^1.0.0
  • @langchain/core^1.1.46
  • @langchain/langgraph^1.3.0
  • commander^11.1.0
  • cors^2.8.6
  • express^5.2.1
  • ink^7.0.3
  • ink-scroll-view^0.3.7
  • langchain^1.4.0
  • prompts^2.4.2
  • react^19.2.6
  • ws^8.20.1
  • yaml^2.6.1
  • zod^3.24.0