AI Security Review
scanned 12d ago · by lpm-firewall-aiInstall lifecycle mutates package-owned Gina state and may alter the user's shell profile on global installs. This is package-aligned setup but creates persistent environment influence.
Decision evidence
public snapshot- package.json defines preinstall/postinstall lifecycle hooks
- script/post_install.js appends PATH stanza to ~/.profile on global install
- script/post_install.js runs nested npm/bun install in framework version path
- script/post_install.js copies package resources into ~/.gina/user/extensions
- No credential harvesting or exfiltration found in inspected lifecycle code
- AI/MCP endpoints are framework features and user-configured, not install-time callbacks
- controller.js appears to implement request/controller utilities, not attack logic
- Git hooks path is gated on .git inside the gina package clone
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.9/core/controller/controller.jsView on unpkgPackage source references child process execution.
framework/v0.5.9/core/controller/controller.jsView on unpkg · L13Package source references shell execution.
framework/v0.5.9/lib/cmd/framework/tail.jsView on unpkg · L279Package source references a known benign dynamic code generation pattern.
framework/v0.5.9/core/connectors/couchbase/index.jsView on unpkg · L394Package source references dynamic require/import behavior.
framework/v0.5.9/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.9/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.9/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.9/core/asset/plugin/dist/vendor/gina/css/gina.min.css.brView on unpkgPackage ships high-entropy non-source blobs.
framework/v0.5.9/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2View on unpkgHardcoded password in framework/v0.5.9/lib/secrets/src/main.js
framework/v0.5.9/lib/secrets/src/main.jsView on unpkg · L40Hardcoded password in framework/v0.5.9/lib/secrets/src/main.js
framework/v0.5.9/lib/secrets/src/main.jsView on unpkg · L233Hardcoded password in framework/v0.5.9/lib/secrets/src/main.js
framework/v0.5.9/lib/secrets/src/main.jsView on unpkg · L265