delimiter_injection
Conversation delimiter injection (breakout)
Line 316Snippets
async function fetchUser(id: string): Promise<User> {async function fetchUser(id: string): Promise<User> {eval_call
Use of eval()
Use of eval()
Line 423Snippets
- [ ] No eval() or similar dynamic execution?network_call
Outbound network call
Outbound network call
Line 216Snippets
async function fetchUser(id: string) {async function fetchUser(id: string) { const response = await fetch(`/api/users/${id}`);async function fetchUser(id: string): Promise<User> { const response = await fetch(`/api/users/${id}`);Trust Score
Updated semana passada
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:58
Descricao
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1