Detect logging security vulnerabilities

logging-failuresskillsetup L118
thejefflarson/soundcheck
What it does

Detect security-relevant logging gaps and credential leaks

Best for

Auditing authentication/authorization event logs and preventing credential exposure before code review

Inputs
  • · source code with logging statements
  • · error handlers
Outputs
  • · identified vulnerable logging patterns
  • · remediation checklist
Preconditions
  • · code contains security event logging or authentication handling
Failure modes
  • · false negatives if logs are conditional/scattered
  • · misses custom logger implementations
Trust signals
  • · OWASP A09:2025 standard
  • · CWE-117/223/532 references