Checks whether an Evidence.v1 finding is likely already disclosed. Use when the user asks to deduplicate a finding, check CNA duplicate risk, search NVD/GHSA/OSV/ecosystem advisory databases, or invokes `/omv-dedup`. Produces deterministic advisory queries and writes Evidence.v1 dedup fields only after confirmation.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Checks whether an Evidence.v1 finding is likely already disclosed. Use when the user asks to deduplicate a finding, check CNA duplicate risk, search NVD/GHSA/OSV/ecosystem advisory databases, or invokes `/omv-dedup`. Produces deterministic advisory queries and writes Evidence.v1 dedup fields only after confirmation.
omv-dedup
Assess duplicate disclosure risk for a local finding.
Invocation
/omv-dedup <id>
Workflow
Read .omv/findings/<id>.yaml using contracts/evidence.v1.yaml as the local schema reference.
Run omv dedup <id> to produce deterministic NVD, GHSA, OSV, and ecosystem advisory queries.
Show the queries before conclusions.
Compare package, ecosystem, affected range, vulnerability class, CWE, source, sink, guard, and fixed version signals.
Use sanitized fixture names in examples and evals. Do not teach from a real public CVE as the default example; real CVEs are allowed only when supplied by the user or when validating identifier format.