Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
semver = "1"
toml = "0.8"

[profile.release]
opt-level = 3
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ agentwise scan .
# Scan a specific config file
agentwise scan ~/.mcp.json

# Scan a Codex MCP config
agentwise scan ~/.codex/config.toml

# Live mode: query OSV + EPSS for real-time CVE data
agentwise scan . --live

Expand All @@ -177,8 +180,10 @@ agentwise auto-detects and scans:
- `.mcp.json` — Claude Code project-level configs
- `claude_desktop_config.json` — Claude Desktop
- `.cursor/mcp.json` — Cursor editor
- `~/.codex/config.toml` and `.codex/config.toml` — Codex CLI + IDE
- `mcp.json` — Generic MCP configs
- Any JSON file with `mcpServers` or `context_servers` passed as argument
- Any Codex `config.toml` with `[mcp_servers.<name>]` tables passed as argument

## Threat coverage

Expand Down
Loading
Loading