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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:58
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:58
Description
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 recents
31 mars 2026, 15:58
Latest analysis
31 mars 2026, 15:13
Run 2
27 mars 2026, 15:54
Run 1