AI Security Review
scanned 2h ago · by lpm-firewall-aiNo confirmed malicious install-time or import-time behavior. The package contains user-invoked daemon/runtime capabilities for shell execution and HTTP requests that can be dangerous if a user runs untrusted compositions or enables shell access.
Decision evidence
public snapshot- dist/chunk-IFW5IW4L.cjs shell handler can spawn arbitrary commands on shell:exec events
- dist/chunk-IFW5IW4L.cjs http handler can send arbitrary configured requests
- dist/cli/holoscript-runner.cjs daemon host exposes read/write/exec capabilities to daemon workflows
- package.json has no preinstall/install/postinstall lifecycle hooks
- bin/holoscript.cjs only loads dist/cli/holoscript-runner.cjs
- CLI shell skill actions are gated by --allow-shell and optional command allowlist
- Network endpoints are product-aligned deploy/LLM/integration URLs or user-provided config
- No credential harvesting or automatic exfiltration found at import/install time
- Agent/Cursor/CLAUDE file generation appears compiler output, not install-time mutation
Source & flagged code
10 flagged · loading sourcePackage source references child process execution.
dist/traits/index.jsView on unpkg · L15694Package source references dynamic require/import behavior.
bin/holoscript.cjsView on unpkg · L6Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/index.jsView on unpkg · L138Package source references weak cryptographic algorithms.
dist/index.jsView on unpkg · L138Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.
dist/chunk-TYNRXRHF.jsView on unpkg · L311Source writes installer persistence such as shell profile or service configuration.
dist/chunk-TYNRXRHF.jsView on unpkg · L311Source executes local commands and sends command output to an external endpoint.
dist/chunk-IFW5IW4L.cjsView on unpkg · L1366A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/chunk-BQJ3YBF3.jsView on unpkg · L1364