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