python_subprocess
System command execution (Python)
Line 371Snippets
subprocess.run(['sonar-scanner', f'-Dsonar.projectKey={self.repo}'], check=True) semgrep_output = subprocess.check_output(['semgrep', 'scan', '--config=auto', '--json']) subprocess.run(['sonar-scanner', f'-Dsonar.projectKey={self.repo}'], check=True) semgrep_output = subprocess.check_output(['semgrep', 'scan', '--config=auto', '--json'])env_access
Environment variable access
Environment variable access
Line 363Snippets
self.github_token = os.environ['GITHUB_TOKEN'] self.anthropic_client = Anthropic(api_key=os.environ['ANTHROPIC_API_KEY']) self.github_token = os.environ['GITHUB_TOKEN'] self.anthropic_client = Anthropic(api_key=os.environ['ANTHROPIC_API_KEY'])fs_read
Filesystem read access
Filesystem read access
Line 326Snippets
const comments = JSON.parse(fs.readFileSync('review-comments.json'));Trust Score
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
Description
"You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C"
Scans recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:46
Run 1