delimiter_injection
Conversation delimiter injection (breakout)
Line 774Snippets
async create(data: CreateUserDTO): Promise<User> {async create(data: CreateUserDTO): Promise<User> { async create(data: CreateUserDTO): Promise<User> { async update(id: string, data: UpdateUserDTO): Promise<User> { async create(data: Prisma.UserCreateInput): Promise<User> {time_bomb
Suspicious deferred execution
Suspicious deferred execution
Line 4255Snippets
if (cached && Date.now() - cached.timestamp < this.CACHE_TTL) { if (cached && Date.now() - cached.timestamp < this.CACHE_TTL) {fs_read
Filesystem read access
Filesystem read access
Line 1882Snippets
const iniConfig = ini.parse(fs.readFileSync(configPath, 'utf-8'));const sentryConfig = ini.parse(fs.readFileSync(sentryConfigPath, 'utf-8'));const iniConfig = ini.parse(fs.readFileSync(configPath, 'utf-8'));const sentryConfig = ini.parse(fs.readFileSync(sentryConfigPath, 'utf-8'));network_call
Outbound network call
Outbound network call
Line 827Snippets
async function fetchData() {async function fetchData() { return fetchData() const data = await fetchData(); fetchData().then(data => processResult(data)); // Unhandledenv_access
Environment variable access
Environment variable access
Line 162Snippets
process.env.JWT_SECRET;❌ process.env usage- Direct process.env usage (60+ occurrences)- [NEVER Use process.env Directly](#never-use-processenv-directly)const timeout = parseInt(process.env.TIMEOUT_MS || '5000');Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:58
Descricao
"You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Use when routes, controllers, services, repositories, express middleware, or prisma database access."
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:46
Run 1