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