AI-powered code security and quality analysis CLI + MCP server
Project description
JanexAI CLI
AI-powered code security and quality analysis from your terminal.
Installation
pip install janexai
Quick Start
# Scan a public repository
janex scan https://github.com/user/repo
# Or use owner/repo format
janex scan user/repo
# Save report to file
janex scan user/repo -o report.json
Authentication
For private repositories or higher rate limits, authenticate with your API token:
janex login --token YOUR_API_TOKEN
Get your token at janex.ai/settings
Commands
janex scan
Scan a repository for security and quality issues.
janex scan <repo> [OPTIONS]
Arguments:
repo GitHub repo URL or owner/repo format
Options:
-o, --output Save report to JSON file
--no-claude Skip Claude AI analysis (faster)
-v, --verbose Verbose output
janex login
Authenticate with your API token.
janex login --token YOUR_TOKEN
janex config
Configure CLI settings.
# Show current config
janex config --show
# Set custom API URL (for self-hosted)
janex config --api-url https://your-server.com
janex version
Show CLI version.
Environment Variables
JANEX_API_TOKEN- API token (alternative tojanex login)JANEX_API_URL- Custom API URL (for self-hosted instances)
Example Output
╭──────────────── JanexAI ─────────────────╮
│ Scanning repository: vercel/next.js │
╰──────────────────────────────────────────╯
✓ Repository ingested (2,847 files)
✓ Analysis complete!
Scores
┏━━━━━━━━━━┳━━━━━━━━┓
┃ Category ┃ Score ┃
┡━━━━━━━━━━╇━━━━━━━━┩
│ Security │ 85/100 │
│ Quality │ 78/100 │
└──────────┴────────┘
Security Findings
┏━━━━━━━━━━┳━━━━━━━┓
┃ Severity ┃ Count ┃
┡━━━━━━━━━━╇━━━━━━━┩
│ Medium │ 3 │
│ Low │ 12 │
└──────────┴───────┘
✓ No critical security issues found
╭─────────── Architecture Summary ───────────╮
│ Next.js app with App Router architecture. │
│ Uses React Server Components with proper │
│ data fetching patterns... │
╰────────────────────────────────────────────╯
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file janexai-0.3.0.tar.gz.
File metadata
- Download URL: janexai-0.3.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e726055cc3e1806dc0658cf13c29c490cf45331b1f48294f91841454a65008c4
|
|
| MD5 |
d07a3fad69306f484da56b7b77162359
|
|
| BLAKE2b-256 |
7348080c1c9134e1506a223e44a8a6c2157f5199f801e760ab62b1d62fa135f8
|
File details
Details for the file janexai-0.3.0-py3-none-any.whl.
File metadata
- Download URL: janexai-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa27b2dc09ae237aefacafc69cfcbfd32cf5d50af3216804519158c59c16ed25
|
|
| MD5 |
3915348387d3f5a8a4c2b43666ef2894
|
|
| BLAKE2b-256 |
9fa574e8531ec4200dc71d4987dcced01264eb54a91b17a82dcbf105d40e61b3
|