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
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
"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 recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:46
Run 1