keyhog 0.5.85

GPU-accelerated secret scanner for code, Git history, cloud, containers, browser assets, and live credential verification
schema_version = 1

[markers]
option_declarations = [
  "Arg::new(",
  ".long(",
  ".short(",
  ".option(",
  "add_argument(",
  "add_option(",
]
command_invocations = [
  "Command::new(",
  ".arg(",
  ".args(",
  "subprocess.run(",
  "subprocess.Popen(",
  "spawn(",
  "exec(",
  "execFile(",
]
regex_constructors = [
  "Regex::new(",
  "RegexBuilder::new(",
  "RegExp(",
  "re.compile(",
  "regex!(",
]