Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pr-leak/secrets.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Intentional PR secret leak (FAKE values) — used to test scanner detection
GITHUB_PAT=ghp_FAKE_PR_TOKEN_ABCDEFG1234567890
AWS_ACCESS_KEY_ID=AKIAFAKEPRKEYEXAMPLE
AWS_SECRET_ACCESS_KEY=FAKE_AWS_SECRET_PR_9876543210

Check failure on line 4 in pr-leak/secrets.properties

View check run for this annotation

Cycode Security / Cycode: Secrets

pr-leak/secrets.properties#L4

Generic Password found
DB_PASSWORD=veryinsecurepassword123
PRIVATE_KEY=-----BEGIN PRIVATE KEY-----
FAKE_PR_PRIVATE_KEY_LINE_1
FAKE_PR_PRIVATE_KEY_LINE_2
-----END PRIVATE KEY-----
SERVICE_ACCOUNT_JSON={"type":"service_account","project_id":"pr-fake","private_key_id":"fakeid","private_key":"-----BEGIN PRIVATE KEY-----\nFAKE_JSON_KEY\n-----END PRIVATE KEY-----\n"}