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
521
Versions published
76
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 bytes207,309
Previous version0.8.9
Published2026-06-02T14:14:28.423Z
SHA-2562c8426da9b6067f7fe11a930dcd9969eb1ad6b5b4e53d389470de8c18a7503ca

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.10Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/server.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • buildnpm run build:cli && npm run build:server && npm run build:skills && npm run build:web
  • build:cliesbuild src/index.js --bundle --platform=node --target=node18 --format=esm --outdir=dist --packages=external --banner:js="#!/usr/bin/env node" --jsx=transform --loader:.jsx=jsx --loader:.js=jsx
  • build:serveresbuild src/server.js --bundle --platform=node --target=node18 --format=esm --outdir=dist --packages=external --banner:js="#!/usr/bin/env node" --jsx=transform --loader:.jsx=jsx --loader:.js=jsx
  • build:skillsnode -e "const{cpSync}=require('fs');const s='skills',d='dist/skills';cpSync(s,d,{recursive:true,force:true});console.log('skills -> dist/skills')"
  • build:watchesbuild src/index.js --bundle --platform=node --target=node18 --format=esm --outdir=dist --packages=external --watch
  • build:webnode -e "const{cpSync}=require('fs');const s='web',d='dist/web';cpSync(s,d,{recursive:true,force:true});console.log('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: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