Files
fuzzforge_ai/test_projects/secret_detection_benchmark/config/keys.yaml
tduhamel42 3be4d34531 test: Add secret detection benchmark dataset and ground truth
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)
2025-10-16 11:46:28 +02:00

13 lines
473 B
YAML

# Keys configuration
api_keys:
production:
# MEDIUM SECRET #16: Multi-line private key in YAML literal block
private_key: |
-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEAyLqJZvd5CZxJhLZYLFCqLV9G5k8dFz1LoNwPPfK3qE1k8H4y
FQwNyX3WJZNmKJLOPQMfHZQxGhHJPwZYjKQPYHJ1234567890abcdefghijklmno
-----END RSA PRIVATE KEY-----
# MEDIUM SECRET #17: Secret with Unicode characters
api_token_intl: "tøkęn_śęçrėt_ẃïth_ŭñïçődė_123456"