mcp-code-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mcp-code-review (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.
Perform a security-focused, test-minded code review with emphasis on MCP servers, LLM safety, and performance risks in this repository.
Use $ARGUMENTS as the scope (paths, diff range, PR number, or component name). If no scope is provided, review the current git diff.
CLAUDE.md and relevant package docs.packages/limps or packages/limps-headless).npm audit --workspaces --include=prodnpm audit --workspaces --omit=dev (if prod-only is needed)npm outdated --workspacesnpm ls --all --workspacesnpm ci for clean installs (verifies package-lock.json integrity).Focus extra scrutiny on:
packages/limps/src/server.ts, src/tools/*, src/resources/* (MCP tool/resource behavior)packages/limps/src/rlm/* and process_doc(s) tools (untrusted code execution)packages/limps/src/indexer.ts and src/watcher.ts (filesystem and database safety)packages/limps-headless/src/tools/* (external fetchers, parsing, extraction)npm ci and check lockfile integrity hashes.Follow the repo review style:
Use this structure:
## Findings
- 🔴 Critical: ...
- 🟠 High: ...
- 🟡 Medium: ...
- 🟢 Low: ...
## Questions / Assumptions
- ...
## Tests
- Suggested: ...When reviewing MCP tools, check:
graph with subcommands: health, search, trace, check, suggest, reindex) should validate the operation parameter and dispatch correctly.better-sqlite3 must handle DB open failures, missing tables, and corrupt data gracefully.ReadFile, Grep, Glob over shell tools for code inspection.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.