keyhog-core 0.5.4

keyhog-core — shared data model and detector specifications for the KeyHog secret scanner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Docs: https://docs.humanloop.com/docs/use-your-own-model-provider
# Format: 32-character hex string, no unique prefix
# Verify: no public verification endpoint
# Prefix: none (requires context anchoring)

[detector]
id = "humanloop-api-key"
name = "Humanloop API Key"
service = "humanloop"
severity = "high"
keywords = ["HUMANLOOP_API_KEY", "Humanloop", "humanloop"]

[[detector.patterns]]
regex = "(?:HUMANLOOP_API_KEY|humanloop.api.key)[=:\\s\"'']+([a-f0-9]{32})"
description = "Humanloop API key with context anchor"
group = 1