delimiter_injection
Conversation delimiter injection (breakout)
Line 1675Snippets
export function createUser(overrides: Partial<User> = {}): User {export function createAdmin(overrides: Partial<User> = {}): User {export function createGuest(overrides: Partial<User> = {}): User {export function createUser(overrides: Partial<User> = {}): User {export function createAdmin(overrides: Partial<User> = {}): User {hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 1851Snippets
password: 'testpassword', password: 'adminpassword', password: 'testpassword', password: 'adminpassword',network_call
Outbound network call
Outbound network call
Line 52Snippets
- Components with data fetching await fetch('/api/orders', {it('fetches user profile', async () => {it('fetches data', async () => { const data = await fetch('https://api.example.com/data');env_access
Environment variable access
Environment variable access
Line 896Snippets
await db.connect(process.env.TEST_DATABASE_URL); const stripe = new Stripe(process.env.STRIPE_KEY); forbidOnly: !!process.env.CI, retries: process.env.CI ? 2 : 0, workers: process.env.CI ? 1 : undefined,Trust Score
Updated semana passada
Analisado
31 de mar. de 2026, 15:57
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:57
Descricao
Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API calls with MSW, creates test fixtures, and configures t...
Scans recentes
31 de mar. de 2026, 15:57
Latest analysis
31 de mar. de 2026, 15:12
Run 2
27 de mar. de 2026, 15:47
Run 1