structured-code-search-mcp-f81e68 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited structured-code-search-mcp-f81e68 (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.
Use when an agent needs to search, navigate, or extract code using structural queries — AST patterns, symbol lookups, or cross-file reference tracing — beyond what simple grep or glob can provide, via an MCP-backed code search server.
npx -y ...@latest execution.| Need | Tool |
|---|---|
| Text/boolean search across files | search_code |
| Structural pattern (function shape, class with field) | query_code |
| Extract a specific file, range, or symbol | extract_code |
| List all symbols in target files | symbols_code |
search_code or symbols_code to identify candidate files.query_code to narrow to the specific structural pattern.extract_code to retrieve the exact code range needed.search_code — text/boolean search with session dedup and result limits.query_code — AST/structural search for code shapes.extract_code — file/line/symbol extraction after search narrows scope.symbols_code — symbol inventory for target files.Exact tool names and schemas vary by implementation. Read the server's tool list before assuming names.
references/code-search-tool-selection.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.