AI Security Review
scanned 3h ago · by lpm-firewall-aiLPM treats this as warn-only first-party agent extension lifecycle risk. No confirmed malicious install-time attack surface. The main risk is first-party, explicit user-command installation of Orizu agent skills and hosted sandbox orchestration.
Decision evidence
public snapshot- dist/skill-installer.js writes bundled Orizu skill into ~/.codex, ~/.agents, ~/.claude, project skill dirs, or AGENTS.md.
- dist/index.js setup command can install global coding-agent skills after login/workspace setup.
- dist/hosted-loop.js can run npm/bun global install of pinned opencode-ai inside hosted sandbox runtime.
- dist/github-setup.js configures git credential.helper to !orizu git-credential for hosted workbench clones.
- package.json has no preinstall/install/postinstall lifecycle hooks; only prepack/postpack vendor scripts.
- Agent skill writes are explicit CLI commands: setup, install-skill, skills update; not import-time or install-time.
- dist/http.js defaults to https://orizu.ai and refuses token transport except HTTPS or loopback HTTP.
- dist/hosted-runtime-assets.js credential helper mints package-aligned repo tokens and scopes to expected host/protocol.
- No source showed credential harvesting or exfiltration to non-Orizu endpoints.
Source & flagged code
7 flagged · loading sourcePackage contains a possible secret pattern.
dist/hosted-runtime-assets.jsView on unpkg · L209Package source references child process execution.
dist/workspace-sync.jsView on unpkg · L46Package source references dynamic require/import behavior.
dist/hosted-harness-claude.jsView on unpkg · L103Package source invokes a package manager install command at runtime.
dist/hosted-loop.jsView on unpkg · L212Package ships non-JavaScript build or shell helper files.
vendor/orizu-gepa-python/src/orizu_gepa/runner.pyView on unpkgThis package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/github-setup.jsView on unpkgHardcoded password in src/hosted-runtime-assets.ts
src/hosted-runtime-assets.tsView on unpkg · L265