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 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
"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"
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:46
Run 1