AI Security Review
scanned 2h ago · by lpm-firewall-aiReview flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
Decision evidence
public snapshot- `package.json` runs `postinstall`, but it only chmods package scripts.
- `scripts/install.sh` explicitly installs skills/agents/rules into AI-tool config directories.
- `live-copy-edit-agent.mjs` invokes Codex with approval and sandbox bypass flags.
- `context.mjs` performs a throttled version request to `https://impeccable.style/api/version`.
- No install hook writes foreign AI-agent configuration; `postinstall.mjs` only chmods package files.
- AI config writes require the explicit `install` command and use manifest-defined targets.
- The live server binds to `127.0.0.1` and its requests are localhost/token scoped.
- No credential harvesting or outbound payload/exfiltration path was confirmed.
Source & flagged code
9 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
cli/bin/cli.jsView on unpkgPackage source references shell execution.
packages/skills/impeccable/scripts/live-copy-edit-agent.mjsView on unpkg · L255Package source references dynamic require/import behavior.
packages/skills/impeccable/scripts/hook-lib.mjsView on unpkg · L1263Package source references weak cryptographic algorithms.
packages/skills/impeccable/scripts/live/svelte-component.mjsView on unpkg · L20Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
packages/skills/impeccable/scripts/live-server.mjsView on unpkg · L15Package ships non-JavaScript build or shell helper files.
scripts/migrations/1.2.0-to-1.3.0.shView on unpkg