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
- 3,729Niche · −30% score
- Versions published
- 77
- First published
- May 2026
- Publisher
- taesoopark
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":["[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"}'Why flagged
What the scanner saw
Credential file access: matched "id_rsa"
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 10 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/lattice_brain/graph/_kg_common.py | matched "id_rsa" | 5 |
| low | Messenger Bot Endpoint | package/ltcai_cli.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/telegram_bot.py | matched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
Manifest
Package metadata
Scripts30
buildnpm run build:assets && npm run build:pythonbuild:assetsvite build && node scripts/build_frontend_assets.mjsbuild:pythonnode scripts/run_python.mjs -m buildcheck:pythonnode scripts/run_python.mjs scripts/check_python.pydesktop:electronelectron desktop/electron/main.cjsdesktop:tauritauri devdesktop:tauri:buildtauri builddesktop:tauri:checkcd src-tauri && cargo checkdevpython3 ltcai_cli.py --reloaddocs:check-linksnode scripts/check_markdown_links.mjsfrontend:devvite --host 127.0.0.1frontend:openapinode scripts/run_python.mjs scripts/export_openapi.py frontend/openapi.json && npx openapi-typescript frontend/openapi.json -o frontend/src/api/openapi.tslintnode --check tests/visual/mock_server.cjs && node --check tests/visual/v3.spec.js && npm run lint:frontendlint:frontendnode scripts/lint_frontend.mjspackage:vsixnode scripts/build_vsix.mjspublish:allnpm run release:artifacts && npm run release:validate && npm publish ltcai-$npm_package_version.tgz --access public && node scripts/run_python.mjs -m twine upload --skip-existing dist/ltcai-$npm_package_version.tar.gz dist/ltcai-$npm_package_version-py3-none-any.whl && cd vscode-extension && npm run publish:vscode && npm run publish:openvsxpublish:npmnpm pack && npm publish ltcai-$npm_package_version.tgz --access publicpublish:openvsxcd vscode-extension && npm run package:vsix && npm run publish:openvsxpublish:pypinpm run build:python && node scripts/run_python.mjs -m twine upload --skip-existing dist/ltcai-$npm_package_version.tar.gz dist/ltcai-$npm_package_version-py3-none-any.whlpublish:vscodecd vscode-extension && npm run package:vsix && npm run publish:vscoderelease:artifactsnode scripts/clean_release_artifacts.mjs $npm_package_version && npm run build:assets && npm run build:python && npm pack && npm run package:vsix && npm run desktop:tauri:buildrelease:validatenode scripts/run_python.mjs scripts/validate_release_artifacts.py $npm_package_version --require-vsix --require-tgz --require-dmgstartLTCAItestnode scripts/run_python.mjs -m pytest tests/ -vtest:integrationnode scripts/run_integration_tests.mjstest:unitnode scripts/run_python.mjs -m pytest tests/unit/ -vtest:visualplaywright testtypechecknpm run typecheck:frontend && cd vscode-extension && npm run buildtypecheck:frontendnpx tsc -p tsconfig.json --noEmitvercel:buildnode scripts/build_vercel_static.mjs