triage Adversarial triage of raw security-scanner output. Does four jobs: verify each finding is real, deduplicate across runs and scanners, rank survivors by derived exploitability rather than the scanner's claimed severity, and route each to a component owner. Output is a short, ranked, owned list instead of a raw dump. Invoke with . Arguments (parse from ; positional / expansion is not stable across runtimes): - findings path (first positional, required): a JSON file, a directory of JSON files, a , a pipeline directory, or a markdown report. - : skip the interview and use defaults. Default…