AI Security Review
scanned 11d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found. Risky primitives are aligned with a developer setup/security CLI and are activated by explicit kit commands rather than install/import.
Decision evidence
public snapshot- dist/update-check.js fetches https://registry.npmjs.org/sandstream-kit/latest during CLI update checks unless suppressed.
- dist/agent-config.js can write agent rule/config files and hooks when setup/agent-config is invoked.
- dist/memory/remote-sync.js supports git or operator command sync of encrypted memory blobs from ~/.kit/sync.toml.
- package.json has no install/postinstall hook; only prepublishOnly build script.
- dist/plugin-loader.js validates plugin names and confines dynamic imports to project node_modules.
- dist/plugins.js npm install is an explicit plugin install helper using registry package metadata.
- dist/memory/remote-sync.js keeps sync config under ~/.kit, blocks project-origin sync, encrypts blobs, and strips KIT secrets from command transport env.
- dist/agent-config.js writes managed kit instructions/defensive install gates only on user-invoked setup/agent-config paths.
- dist/post-pull-audit.js and dist/triage-sandbox.js use child processes for git/npm/tar inspection workflows, not covert execution.
Source & flagged code
9 flagged · loading sourcePackage source references child process execution.
dist/post-pull-audit.jsView on unpkg · L24Package source references a known benign dynamic code generation pattern.
dist/triage-sandbox.jsView on unpkg · L75Package source references dynamic require/import behavior.
dist/plugin-loader.jsView on unpkg · L75Package source references weak cryptographic algorithms.
dist/elevation.jsView on unpkg · L29Source writes installer persistence such as shell profile or service configuration.
dist/cli.jsView on unpkg · L18Package source invokes a package manager install command at runtime.
dist/plugins.jsView on unpkg · L223Package ships non-JavaScript build or shell helper files.
skills/triage/scripts/triage.pyView on unpkgThis package version adds a dangerous source file absent from the previous stored version.
dist/memory/db.jsView on unpkg