Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2026 Changes in this version + func Register(r *engine.Registry) + type Module struct + func New() *Module + func (m *Module) Analyze(ctx context.Context, t *engine.Target) ([]engine.Finding, error) + func (m *Module) Description() string + func (m *Module) Domains() []string + func (m *Module) Name() string + func (m *Module) Supports(t engine.TargetType) bool