AI Security Review
scanned 2d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found. The package is a compiled runtime-neutral HTTP controller layer with authenticated proxy, OAuth, GitHub, task, and search integrations.
Decision evidence
public snapshot- package.json has no install/preinstall/postinstall lifecycle scripts; main is dist/index.js exports only
- dist/modules/tasks/TaskSourceController.js contains Hono route handlers for configured task services, not dynamic require/import
- dist/crypto/encoding.d.ts only documents PEM formats; no embedded private key or secret value
- rg found no child_process, eval/new Function, fs file writes, persistence hooks, or AI-agent control-surface writes
- Network use is package-aligned: OAuth, GitHub API, LLM proxy, and web-search proxy endpoints behind explicit controllers
Source & flagged code
7 flagged · loading sourcePackage contains a critical-looking secret pattern.
dist/crypto/encoding.d.tsView on unpkg · L7RSA private key in dist/crypto/encoding.d.ts
dist/crypto/encoding.d.tsView on unpkg · L7RSA private key in dist/crypto/encoding.d.ts
dist/crypto/encoding.d.tsView on unpkg · L8Package source references dynamic require/import behavior.
dist/modules/tasks/TaskSourceController.jsView on unpkg · L188RSA private key in dist/github/GitHubAppAuth.d.ts
dist/github/GitHubAppAuth.d.tsView on unpkg · L4