delimiter_injection
Conversation delimiter injection (breakout)
Line 428Snippets
save(user: User): Promise<User>;async function getUser(id: string): Promise<User> {async function updateUser(id: string, data: UpdateData): Promise<User> { save(user: User): Promise<User>;async function getUser(id: string): Promise<User> {hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 3543Snippets
SECRET_KEY="your-secret-here" # ⚠️ SCAFFOLDING PLACEHOLDER — replace before deploymentnetwork_call
Outbound network call
Outbound network call
Line 3384Snippets
const res = await fetch(`${baseUrl}${endpoint}`, { const res = await fetch(`${API_BASE}${endpoint}`, {env_access
Environment variable access
Environment variable access
Line 613Snippets
host: process.env.DB_HOST, database: process.env.DB_NAME, user: process.env.DB_USER, password: process.env.DB_PASSWORD, url: `${process.env.DATABASE_URL}?connection_limit=20&pool_timeout=10`,Trust Score
Updated 2周前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:58
说明
Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up FastAPI with React", "analyze code quality", "audit my...
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:12
Run 2
2026年3月27日 15:47
Run 1