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
- 2,283Niche · −30% score
- Versions published
- 74
- First published
- May 2026
- Publisher
- vitalgg
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 16 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/server.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts11
buildnpm run build:cli && npm run build:server && npm run build:skills && npm run build:webbuild: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=jsxbuild: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=jsxbuild: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 --watchbuild:webnode -e "const{cpSync}=require('fs');const s='web',d='dist/web';cpSync(s,d,{recursive:true,force:true});console.log('web -> dist/web')"prepublishOnlynpm run buildservernode src/server.jsstartnpm run build && node dist/index.jstestvitest runtest:watchvitest
Dependencies14
@inkkit/ink-markdown^1.0.0@langchain/core^1.1.46@langchain/langgraph^1.3.0commander^11.1.0cors^2.8.6express^5.2.1ink^7.0.3ink-scroll-view^0.3.7langchain^1.4.0prompts^2.4.2react^19.2.6ws^8.20.1yaml^2.6.1zod^3.24.0