mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 21:12:56 +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)
10 lines
207 B
Properties
10 lines
207 B
Properties
# Application properties file
|
|
app.name=SecretDetectionBenchmark
|
|
app.version=1.0.0
|
|
|
|
# EASY SECRET #8: API Key
|
|
api.key=sk_test_4eC39HqLyjWDarjtT1zdp7dc
|
|
api.endpoint=https://api.example.com
|
|
|
|
logging.level=INFO
|