package sources import "github.com/salvacybersec/keyhunter/pkg/recon" // newTestEngine returns an empty recon.Engine for tests that need a non-nil // engine to exercise registration paths without touching real sources. func newTestEngine() *recon.Engine { return recon.NewEngine() }