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 letzte Woche
Analysiert
31.03.2026, 15:58
+ 2 previous scans
Kompatibel mit
Skill details
Updated letzte Woche
Analysiert 31.03.2026, 15:58
Beschreibung
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.
Letzte Scans
31.03.2026, 15:58
Latest analysis
31.03.2026, 15:13
Run 2
27.03.2026, 15:54
Run 1