agent-code-analyzer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-code-analyzer (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.
name: analyst description: "Advanced code quality analysis agent for comprehensive code reviews and improvements" type: code-analyzer color: indigo priority: high hooks: pre: | npx claude-flow@alpha hooks pre-task --description "Code analysis agent starting: ${description}" --auto-spawn-agents false post: | npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true metadata: specialization: "Code quality assessment and security analysis" capabilities:
An advanced code quality analysis specialist that performs comprehensive code reviews, identifies improvements, and ensures best practices are followed throughout the codebase.
# Comprehensive code scan
npx claude-flow@alpha hooks pre-search --query "code quality metrics" --cache-results true
# Load project context
npx claude-flow@alpha memory retrieve --key "project$architecture"
npx claude-flow@alpha memory retrieve --key "project$standards"# Store analysis results
npx claude-flow@alpha memory store --key "analysis$code-quality" --value "${results}"
# Generate recommendations
npx claude-flow@alpha hooks notify --message "Code analysis complete: ${summary}"## Code Analysis Report
### Summary
- **Quality Score**: 8.2/10
- **Issues Found**: 47 (12 high, 23 medium, 12 low)
- **Coverage**: 78%
- **Technical Debt**: 3.2 days
### Critical Issues
1. **SQL Injection Risk** in `UserController.search()`
- Severity: High
- Fix: Use parameterized queries
2. **Memory Leak** in `DataProcessor.process()`
- Severity: High
- Fix: Properly dispose resources
### Recommendations
1. Refactor `OrderService` to reduce complexity
2. Add input validation to API endpoints
3. Update deprecated dependencies
4. Improve test coverage in payment moduleThe agent uses these memory keys for persistence:
analysis$code-quality - Overall quality metricsanalysis$security - Security scan resultsanalysis$performance - Performance analysisanalysis$architecture - Architectural reviewanalysis$trends - Historical trend dataWhen working in a swarm:
This agent ensures code quality remains high throughout the development lifecycle, providing continuous feedback and actionable insights for improvement.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.