AI Security Review
scanned 3h 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- dist/commands/setup-claude.js invokes explicit setup that writes ~/.claude settings, commands, and hooks.
- dist/lib/claude-permissions.js adds broad Claude allow rules: Bash contextium * and mcp__contextium__*.
- dist/commands/setup-cursor.js writes Cursor MCP config and mcpAllowlist for contextium:*; setup-codex has opt-in --no-prompt approval_policy never.
- hooks/ium-check-update.js runs as a Claude SessionStart hook and checks npm package versions in the background.
- package.json has no install/preinstall/postinstall hooks; only prepublishOnly build.
- dist/index.js only registers commander CLI commands; no import-time mutation found.
- Network use is package-aligned: api.contextium.io, mcp.contextium.io, auth.contextium.io, npm view for update checks.
- Credential handling appears local/auth-related: .contextium credentials/MSAL cache and Authorization headers to Contextium API.
- No native binaries, obfuscated payloads, destructive filesystem behavior, or credential harvesting outside declared Contextium auth/config flows found.
Source & flagged code
4 flagged · loading sourcedist/commands/setup-claude.js invokes explicit setup that writes ~/.claude settings, commands, and hooks.
dist/commands/setup-claude.jsView on unpkgdist/lib/claude-permissions.js adds broad Claude allow rules: Bash contextium * and mcp__contextium__*.
dist/lib/claude-permissions.jsView on unpkgdist/commands/setup-cursor.js writes Cursor MCP config and mcpAllowlist for contextium:*; setup-codex has opt-in --no-prompt approval_policy never.
dist/commands/setup-cursor.jsView on unpkghooks/ium-check-update.js runs as a Claude SessionStart hook and checks npm package versions in the background.
hooks/ium-check-update.jsView on unpkg