delimiter_injection
Conversation delimiter injection (breakout)
Line 566Snippets
async function fetchUser(id: string): Promise<User> {fun handleResult(result: Result<User>) = when (result) {fun findUsersByRole(role: String): List<User>? {fun findUsersByRole(role: String): List<User> {async function fetchUser(id: string): Promise<User> {python_subprocess
System command execution (Python)
System command execution (Python)
Line 2426Snippets
result = subprocess.run( result = subprocess.run( result = subprocess.run(hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 1375Snippets
API_KEY = "sk-abc123xyz789"API_KEY = "sk-abc123xyz789"fs_read
Filesystem read access
Filesystem read access
Line 1539Snippets
const config = fs.readFileSync('./config.json'); // Blocks event loopconst config = JSON.parse(fs.readFileSync('./config.json')); configCache = JSON.parse(await fs.promises.readFile('./config.json')); const config = fs.readFileSync('./config.json'); // Blocks event loopconst config = JSON.parse(fs.readFileSync('./config.json'));network_call
Outbound network call
Outbound network call
Line 566Snippets
async function fetchUser(id: string): Promise<User> { logger.error('Failed to fetch user', { id, error }); fetchProfile(userId), fetchStats(userId), fetchNotifications(userId)env_access
Environment variable access
Environment variable access
Line 1381Snippets
API_KEY = os.environ["API_KEY"]DATABASE_URL = os.environ["DATABASE_URL"]API_KEY = os.environ["API_KEY"]DATABASE_URL = os.environ["DATABASE_URL"]Trust Score
Updated 2周前
分析时间
2026年3月31日 15:57
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:57
说明
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
最近扫描
2026年3月31日 15:57
Latest analysis
2026年3月31日 15:12
Run 2
2026年3月27日 15:47
Run 1