AI Security Review
scanned 1h ago · by lpm-firewall-aiNo confirmed malicious attack surface was found by source inspection. Risky primitives are tied to a user-invoked terminal AI agent, Guardian command screening, optional channel integrations, and explicit setup commands.
Decision evidence
public snapshot- package.json has no preinstall/install/postinstall hooks; only prepublishOnly for publisher build/test/smoke.
- dist/cli.js reverse-shell/secret-exfil matches are Guardian rule regexes that block dangerous user commands, not active payload code.
- dist/cli.js bin is a user-invoked AI CLI with explicit commands for chat, channels, connectors, skills, models, and setup.
- Network calls are package-aligned: LLM/router APIs, oriro.ai model/avatar endpoints, Discord/Telegram token validation, and user-requested site inspection.
- Secrets/tokens are stored under ~/.oriro by explicit commands such as channels add/login; no import-time harvesting or exfil loop found.
- skills/craft/uipm-design-system/scripts/generate-tokens.cjs is a local token file generator; bundled PDF/test files are inert content.
Source & flagged code
17 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 · L69Source executes local commands and sends command output to an external endpoint.
dist/cli.jsView on unpkg · L69Source matches reverse-shell style process and socket wiring.
dist/cli.jsView on unpkg · L69A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/cli.jsView on unpkg · L69Source reaches cloud instance metadata or link-local credential endpoints.
dist/cli.jsView on unpkg · L69Source writes installer persistence such as shell profile or service configuration.
dist/cli.jsView on unpkg · L69Package 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 unpkg