morph-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited morph-search (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Fast, AI-powered codebase search using WarpGrep. 20x faster than traditional grep.
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "authentication" --path "."uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "def.*login" --path "./src"uv run python -m runtime.harness scripts/mcp/morph_search.py \
--edit "/path/to/file.py" --content "new content"| Parameter | Description |
|---|---|
--search | Search query/pattern |
--path | Directory to search (default: .) |
--edit | File path to edit |
--content | New content for file (use with --edit) |
# Find all async functions
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "async def" --path "./src"
# Search for imports
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "from fastapi import" --path "."| Tool | Best For |
|---|---|
| morph/warpgrep | Fast text/regex search (20x faster) |
| ast-grep | Structural code search (understands syntax) |
Requires morph server in mcp_config.json with MORPH_API_KEY.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.