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)
13 lines
473 B
YAML
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"
|