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 2周前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:58
说明
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.
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:13
Run 2
2026年3月27日 15:54
Run 1