Summary
subdomain_discovery parser should expose more consistent confidence or evidence mapping for findings.
Why this task exists
Plugin quality depends on metadata clarity, parser stability, and predictable capability declarations. This task should tighten one plugin or plugin family without changing unrelated plugin behavior.
Scope
- Suggested files or directories:
plugins/subdomain_discovery/parser.py
- Out of scope: broad multi-plugin refactors unless directly required to complete the target plugin change
Starting points
Review adjacent plugin metadata and parser tests in plugins/ and testing/backend/ to mirror established patterns.
Acceptance criteria
Test plan
Run the plugin-specific pytest file if one exists, or add focused parser coverage under testing/backend/ for the changed behavior.
Notes for contributors
Keep fixture data minimal and representative. Avoid opportunistic edits to unrelated plugin directories.
Summary
subdomain_discoveryparser should expose more consistent confidence or evidence mapping for findings.Why this task exists
Plugin quality depends on metadata clarity, parser stability, and predictable capability declarations. This task should tighten one plugin or plugin family without changing unrelated plugin behavior.
Scope
plugins/subdomain_discovery/parser.pyStarting points
Review adjacent plugin metadata and parser tests in
plugins/andtesting/backend/to mirror established patterns.Acceptance criteria
Test plan
Run the plugin-specific pytest file if one exists, or add focused parser coverage under
testing/backend/for the changed behavior.Notes for contributors
Keep fixture data minimal and representative. Avoid opportunistic edits to unrelated plugin directories.