1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Example file with hardcoded secrets for testing
# AWS credentials (HIGH confidence)
=
=
# Google API key (HIGH confidence)
=
# Database URL with embedded password (HIGH confidence)
=
# Generic API key (MEDIUM confidence)
=
# Secret key (HIGH confidence)
=
# JWT token (MEDIUM confidence)
=
# Password (LOW confidence)
=
# Email password (MEDIUM confidence)
=
# These should be excluded as placeholders
# EXCLUDED_API_KEY = 'your_api_key_here'
# TEST_SECRET = 'test_secret_key_12345'
# MOCK_PASSWORD = 'dummy_password_123'
return