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
Updated vor 2 Wochen
Analysiert
31.03.2026, 15:58
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 2 Wochen
Analysiert 31.03.2026, 15:58
Beschreibung
"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."
Letzte Scans
31.03.2026, 15:58
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:46
Run 1