code-reviewer

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
7
Flagged
3
Chunks
7
Flagged Files (3)
references/coding_standards.mdHIGH
78.3%

Malicious tool definition detected

### Code Organization - Clear structure - Logical separation - Consistent naming - Proper documentation ### Performance Considerations - Optimization strategies - Bottleneck identification - Monitoring approaches - Scaling techniques ### Security Best Practices - Input validation - Authentication - Authorization - Data protection ## Common Patterns ### Pattern A Implementation details and examples.

references/common_antipatterns.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/common_antipatterns.md Description: # Common Antipatterns ## Overview This reference guide provides comprehensive information for code reviewer.

scripts/code_quality_checker.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/code_quality_checker.py Description: #!/usr/bin/env python3 """ Code Quality Checker Automated tool for code reviewer tasks """ import os import sys import json import argparse from pathlib import Path from typing import Dict, List, Optional class CodeQualityChecker: """Main class for code quality checker functionality""" def __init__(self, target_path: str, verbose: bool = False): self.target_path = Path(target_path) self.verbose = verbose self.results = {} def run(self) -> Dict:

Passed Files (4)Click to expand
SKILL.mdOK
8.8%

Tool passed security scan

scripts/review_report_generator.pyOK
5.9%

Tool passed security scan

scripts/pr_analyzer.pyOK
5.9%

Tool passed security scan

references/code_review_checklist.mdOK
1.9%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
7
Files Flagged
3
Chunks Analyzed
7
Analyzed
Feb 22, 2026, 02:25 AM
Security Audit — runlayer — code-reviewer