Authorization must survive scheduling
A one-time checkbox is not enough for recurring scans. Domains expire, agencies lose clients and infrastructure changes hands. Ownership proof should have an expiry and should be validated again when a scheduled job executes.
A safe template policy
Recurring monitoring should favor detection-only templates and explicit allowlists. Templates that attempt login guessing, aggressive fuzzing, denial of service or destructive behavior do not belong in an unattended agency workflow. Rate limits and bounded concurrency reduce operational risk further.
More templates do not automatically mean better coverage. The useful set is the one whose behavior you understand and can defend to the site owner.
Triage before reporting
Template matches are observations, not final verdicts. Normalize duplicates, retain the evidence, identify confidence and explain likely impact in plain language. When a result needs manual confirmation, label it that way rather than turning uncertainty into urgency.
Protect the scanner too
Validate resolved addresses before connecting and reject private, loopback and cloud-metadata destinations. Pin the validated address during execution to reduce DNS-rebinding risk. These controls protect the scanning service from being used as a route into networks it was never meant to reach.
