hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 29Snippets
const apiKey = "sk-proj-xxxxx" // Hardcoded secretconst dbPassword = "password123" // In source codeconst apiKey = "sk-proj-xxxxx" // Hardcoded secretconst dbPassword = "password123" // In source codenetwork_call
Outbound network call
Outbound network call
Line 432Snippets
const response = await fetch('/api/protected') const response = await fetch('/api/admin', { const response = await fetch('/api/users', { fetch('/api/endpoint') const response = await fetch('/api/protected')env_access
Environment variable access
Environment variable access
Line 35Snippets
const apiKey = process.env.OPENAI_API_KEYconst dbUrl = process.env.DATABASE_URLconst apiKey = process.env.OPENAI_API_KEYconst dbUrl = process.env.DATABASE_URLTrust Score
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:58
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:58
Description
"This skill ensures all code follows security best practices and identifies potential vulnerabilities. Use when implementing authentication or authorization, handling user input or file uploads, or creating new API endpoints."
Scans recents
31 mars 2026, 15:58
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:46
Run 1