{ "id": 2, "category": "easy", "title": "Database Layer", "description": "Password embedded in a raw SQL connection string.", "scan_mode": "dir", "exclude_paths": [ ".env" ], "secrets": [ { "id": "s1", "type": "connection_string", "path": "db.py", "line": 3, "visibility": "surface" }, { "id": "s2", "type": "connection_string", "path": "db.py", "line": 3, "visibility": "surface" }, { "id": "s3", "type": "assignment_secret", "path": "db.py", "line": 3, "visibility": "shallow" } ] }