delimiter_injection
Conversation delimiter injection (breakout)
Line 150Snippets
update(id: string, updates: Partial<User>): User { async fetchUser(id: string): Promise<User> { async createUser(user: CreateUserDTO): Promise<User> { create(user: User): Promise<User>; async getUser(id: string): Promise<User> {hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 578Snippets
password: "password123", password: "password123", password: "password123", password: "password123", password: "password123",network_call
Outbound network call
Outbound network call
Line 218Snippets
async fetchUser(id: string): Promise<User> { const response = await fetch(`https://api.example.com/users/${id}`); const response = await fetch("https://api.example.com/users", {global.fetch = vi.fn(); describe("fetchUser", () => {env_access
Environment variable access
Environment variable access
Line 310Snippets
host: process.env.SMTP_HOST, user: process.env.SMTP_USER, pass: process.env.SMTP_PASS, from: process.env.EMAIL_FROM, host: process.env.SMTP_HOST,Trust Score
Updated semana passada
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:58
Descricao
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1