AI Security Review
scanned 12d ago · by lpm-firewall-aiThe package has broad install-time setup behavior, including home-directory Gina state, framework marker files, a local project link, and a global-install ~/.profile PATH edit. This is risky lifecycle behavior but source inspection did not confirm malware, exfiltration, or foreign AI-agent control hijack.
Decision evidence
public snapshot- package.json defines preinstall/postinstall lifecycle hooks
- script/post_install.js appends a PATH block to ~/.profile on global install
- script/post_install.js runs nested npm/bun install from framework/v0.5.8
- script/pre_install.js can remove ~/.gina when npm_config_reset is true
- script/post_install.js may set git core.hooksPath only when package root has .git
- Lifecycle writes are package-aligned Gina setup under ~/.gina, prefix var dirs, and framework/v0.5.8 files
- No credential harvesting or exfiltration endpoints found in inspected install paths
- No foreign AI-agent surfaces such as .mcp.json, CLAUDE.md, Codex/Cursor settings are written
- MCP HTTP code is a user-invoked/local transport library with loopback default and optional bearer auth
- Controller and connector findings are framework runtime/database code, not install-time attack logic
Source & flagged code
14 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
framework/v0.5.8/core/controller/controller.jsView on unpkgPackage source references child process execution.
framework/v0.5.8/core/controller/controller.jsView on unpkg · L13Package source references shell execution.
framework/v0.5.8/lib/cmd/framework/tail.jsView on unpkg · L279Package source references a known benign dynamic code generation pattern.
framework/v0.5.8/core/connectors/couchbase/index.jsView on unpkg · L394Package source references dynamic require/import behavior.
framework/v0.5.8/core/connectors/postgresql/index.jsView on unpkg · L9A single source file combines environment access, network access, and code or shell execution; review context before blocking.
framework/v0.5.8/core/server.isaac.jsView on unpkg · L6Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
framework/v0.5.8/core/gna.jsView on unpkg · L28Package source invokes a package manager install command at runtime.
script/smoke_in_container.jsView on unpkg · L225Package ships compressed or archive-like blobs.
framework/v0.5.8/core/asset/plugin/dist/vendor/gina/css/gina.min.css.brView on unpkgPackage ships high-entropy non-source blobs.
framework/v0.5.8/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2View on unpkgHardcoded password in framework/v0.5.8/lib/secrets/src/main.js
framework/v0.5.8/lib/secrets/src/main.jsView on unpkg · L40Hardcoded password in framework/v0.5.8/lib/secrets/src/main.js
framework/v0.5.8/lib/secrets/src/main.jsView on unpkg · L233Hardcoded password in framework/v0.5.8/lib/secrets/src/main.js
framework/v0.5.8/lib/secrets/src/main.jsView on unpkg · L265