mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 19:12:49 +00:00
Add comprehensive benchmark dataset with 32 documented secrets for testing secret detection workflows (gitleaks, trufflehog, llm_secret_detection). - Add test_projects/secret_detection_benchmark/ with 19 test files - Add ground truth JSON with precise line-by-line secret mappings - Update .gitignore with exceptions for benchmark files (not real secrets) Dataset breakdown: - 12 Easy secrets (standard patterns) - 10 Medium secrets (obfuscated) - 10 Hard secrets (well hidden)
9 lines
243 B
INI
9 lines
243 B
INI
[database]
|
|
; MEDIUM SECRET #19: Secret in deprecated INI format
|
|
password = L3g@cy_DB_P@ssw0rd_2023
|
|
|
|
[api]
|
|
; MEDIUM SECRET #20: Commented backup API key
|
|
; old_api_key = backup_key_xyz789abc123def456ghi
|
|
endpoint = https://api.legacy.example.com
|