arxo
v0.1.0-beta.3
Published
Architecture analysis CLI — scc, agent_architecture, openclaw_architecture, llm_integration for TypeScript and Python
Maintainers
Readme
arxo
Architecture analysis for AI-native codebases.
Arxo analyzes the dependency graph and call patterns of your project and surfaces structural risks — circular dependencies, unsafe agent boundaries, and governance gaps in AI configurations.
Public metrics
| Metric | What it detects |
|--------|-----------------|
| scc | Circular dependency clusters (strongly connected components) |
| agent_architecture | Unsafe patterns in LLM/agent code: tool call risks, memory isolation, MCP server shadow usage |
| openclaw_architecture | Security and governance gaps in OpenClaw AI config files |
Supports TypeScript and Python.
Install
npm install -g arxoUsage
# Analyze current directory (default) or a path
arxo analyze [path]
# Generate an HTML report (report.html) and open it in your browser
arxo analyze --html
# List available metrics
arxo metrics listMCP (AI assistant integration)
Arxo ships an MCP server. Add it to Cursor or Claude Desktop and your AI assistant can query your architecture directly.
License
The launcher and scripts in this package are MIT. The arxo native binary is proprietary; use is permitted under the terms of this distribution.
