delimiter_injection
Conversation delimiter injection (breakout)
Line 349Snippets
async function fetchUser(id: string): Promise<User> {async function fetchUser(id: string): Promise<User> {eval_call
Use of eval()
Use of eval()
Line 452Snippets
- [ ] No eval() or similar dynamic execution?network_call
Outbound network call
Outbound network call
Line 249Snippets
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 vor 2 Wochen
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 2 Wochen
Analysiert 31.03.2026, 15:56
Beschreibung
"Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement."
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:46
Run 1