Install payload
Install payload is broadly covered in current results.
100% (12/12)
Safety notes filter active — add entries to compare trust side by side.
13 results in this view
2 trust signals differ in this sample: Source provenance, Submitter
Signals differ on Source provenance, Submitter — add entries to compare before you install.
Rollout signal scan
Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.
Install payload
Install payload is broadly covered in current results.
100% (12/12)
Most at-risk entries in this view
Adoption queue
0/13 visible results are ready for staged adoption under this preset.
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
commands/refactor · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
commands/refactor-code · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
commands/security-audit · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
hooks/auto-code-formatter-hook · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
mcp/codacy-mcp-server · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
hooks/code-complexity-alert-monitor · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
hooks/dead-code-eliminator · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
hooks/documentation-coverage-checker · trust review · confidence 67%
Decision confidence
0/13 results are high-confidence for the selected preset.
Address Metadata review, Package integrity before broader rollout.
54/100
commands/refactor · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
commands/refactor-code · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
commands/security-audit · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
hooks/auto-code-formatter-hook · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
mcp/codacy-mcp-server · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
hooks/code-complexity-alert-monitor · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
hooks/dead-code-eliminator · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
hooks/documentation-coverage-checker · trust review
Freshness distribution
Median age 294 days; 3 fresh of 12 scanned. Re-verify the oldest entries.
Oldest entries in this view
/refactor - Code Refactoring Command for Claude
Not yet verified
/refactor-code - Scoped Refactor Command for Claude Code
Not yet verified
Auto Code Formatter Hook - Claude Code Hooks
Not yet verified
Code Complexity Alert Monitor - Hooks
Not yet verified
Python Linter Integration - Hooks
Not yet verified
Theme distribution
100% of this view shares the top theme. Leading themes: code-quality, automation, refactoring.
48 distinct themes across 13 scanned
The official Codacy MCP server (@codacy/codacy-mcp) that gives AI assistants access to the Codacy API for code quality, security, and coverage — listing repository and pull-request issues, retrieving file coverage and duplication, searching security (SRM) findings, inspecting analysis tools and patterns, and running local analysis with the Codacy CLI.
Copy-paste detection MCP server that scans a codebase and lets AI assistants check snippets, inspect duplication statistics, and review current-directory duplication through jscpd's detection engine.
Official SonarSource MCP server that connects Claude to SonarQube Server or SonarQube Cloud for code quality, security issues, hotspots, measures, quality gates, branches, pull requests, snippets, and system context.
Deploy 100 specialized sub-agents for comprehensive enterprise-grade security, performance, and optimization audit of production codebase
A Claude Code SessionEnd hook that scans a project for dead code and writes a report to .claude/reports. It runs available tools per language: ESLint and Knip for JS/TS, autoflake or pylint for Python, Knip for unused npm dependencies, ripgrep for unreferenced src files, and jq to flag zero-coverage files.
Automated documentation coverage analysis with missing docstring detection, API documentation validation, and completeness scoring. This PostToolUse hook automatically checks documentation coverage when code files are modified, providing real-time documentation quality validation during development.
Expert in comprehensive production codebase analysis with Zod validation enforcement, security vulnerability detection, and code consolidation strategies
Automatically formats code files after Claude writes or edits them using industry-standard formatters including Prettier 3.6.2+ (JavaScript/TypeScript/Web), Black or Ruff (Python), gofmt (Go), and rustfmt (Rust).
A Claude Code hook that flags files exceeding complexity thresholds after you edit them — estimating cyclomatic complexity, line and function counts, and nesting depth (via ESLint's complexity rule and Radon).
Claude Code PostToolUse hook recipe that runs an installed Python linter after Write/Edit tool calls touch a .py file.
Intelligent code refactoring command that analyzes code structure and applies best practices for improved maintainability and performance
Custom slash command for behavior-preserving, scoped refactors of one file, function, or selection — stays inside a narrow ownership boundary for a reviewable, PR-sized change instead of a repo-wide pass
Comprehensive pre-commit hook that validates code quality, runs tests, and enforces standards.