AI Security Review
scanned 2d ago · by lpm-firewall-aiNo confirmed malicious attack surface was established by source inspection. The risky primitives are exposed as explicit CLI/skill functionality for an AI agent and include local safety rules rather than hidden install-time behavior.
Decision evidence
public snapshot- dist/cli.js contains powerful user-invoked features: browser capture, ffmpeg/recorder spawning, local config writes, bot token storage.
- skills/graphify and other bundled skills include install/hook tooling, but not wired to npm lifecycle execution.
- package.json has no install/postinstall/prepare hook; only prepublishOnly for publisher-side build/tests.
- dist/cli.js reverse-shell and exfil patterns are Guardian detection rules that block risky user/agent commands, not executed payloads.
- dist/cli.js network calls are package-aligned: AI routers, Discord/Telegram token validation, web inspection commands.
- dist/cli.js entrypoint only parses CLI commands or starts the REPL; no import-time credential harvesting or exfiltration found.
- skills/technical/api-builder/SKILL.md contains example token/API-key text, not a live secret.
- skills scripts inspected are user-invoked helpers/tests for token generation or shadcn installation.
Source & flagged code
20 flagged · loading sourcePackage contains a critical-looking secret pattern.
skills/technical/api-builder/SKILL.mdView on unpkg · L94Supabase service role key (JWT) in skills/technical/api-builder/SKILL.md
skills/technical/api-builder/SKILL.mdView on unpkg · L94Source appears to send environment or credential material to an external endpoint.
dist/cli.jsView on unpkg · L118Source executes local commands and sends command output to an external endpoint.
dist/cli.jsView on unpkg · L118Source matches reverse-shell style process and socket wiring.
dist/cli.jsView on unpkg · L118A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/cli.jsView on unpkg · L118This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/cli.jsView on unpkgSource reaches cloud instance metadata or link-local credential endpoints.
dist/cli.jsView on unpkg · L118Source writes installer persistence such as shell profile or service configuration.
dist/cli.jsView on unpkg · L118Package source references dynamic require/import behavior.
skills/craft/uipm-design-system/scripts/generate-tokens.cjsView on unpkg · L9Package source references weak cryptographic algorithms.
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.
skills/impeccable/scripts/live-server.mjsView on unpkg · L15Package source invokes a package manager install command at runtime.
skills/craft/vercel-optimize/lib/vercel.mjsView on unpkg · L15Package ships non-JavaScript build or shell helper files.
skills/model-usage/scripts/test_model_usage.pyView on unpkgPackage ships high-entropy non-source blobs.
skills/theme-factory/theme-showcase.pdfView on unpkgPackage hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.
skills/uipm-ui-styling/scripts/tests/test_shadcn_add.pyView on unpkgHardcoded password in skills/graphify/skill-devin.md
skills/graphify/skill-devin.mdView on unpkg · L678Hardcoded password in skills/graphify/skill-aider.md
skills/graphify/skill-aider.mdView on unpkg · L561