Back to Home
nechhuu icon

ward-mcp

Verified Safe

by nechhuu

Overview

AI-powered code quality analysis, detecting security issues, bugs, code smells, and performance problems.

Installation

Run Command
python -m ward mcp

Security Notes

The server's core functionality involves executing the `semgrep` static analysis tool via `subprocess.run`. The arguments to `semgrep` are controlled, and path handling (`safe_join`, `validate_absolute_path`) is implemented to prevent path traversal vulnerabilities when creating temporary files or processing local paths. There are no immediate signs of direct `eval`/`exec` of untrusted input within the server's own logic. Unimplemented LLM and graph analysis features remove potential risks associated with those components in the current version.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-19

Tags

Code AnalysisSecurity ScanningCode QualityStatic AnalysisAI Assistant Tool