[extractors] [[extractors.declarative]] name = "algorithm_detector" description = "Captures algorithm name from match" languages = ["python"] pattern = 'ALGORITHM\s*=\s*["\'](\w+)["\']' confidence = 0.9 [extractors.declarative.claim] subject = "crypto/algorithm" predicate = "uses" value_from_match = true