Dmarc Aggregate Ingest (dmarc-aggregate-ingest)
Summary
Analyzes stored DMARC aggregate reports for auth failures, unauthorized senders, and policy mismatches (reports ingested via DMARC API, not fetched by the plugin).
Classification
- Category:
SECURITY - Plugin id:
dmarc-aggregate-ingest - Version:
1.0.0 - Target types:
WEBSITE,WEBSHOP - Weight class:
LIGHT - Risk level: not set on plugin object
- Browser required: No (HTTP / Node / other — see source)
- Tier / group: Tier 1 — HTTP-only
Schedule
- scheduleHints:
{ defaultInterval: '0 6 * * *', priority: 7 } - Prerequisites: None declared on this plugin.
Configurable inputs
Public keys are derived from inputSchema: z.object({ ... }) (underscore-prefixed keys are runtime-only and omitted here).
| Field | Notes |
|---|---|
| (none) | This plugin uses an empty z.object({}) or only internal wrappers — see inputSchema in the source file. |
Runtime / injected config
- None documented beyond standard worker context (
target,config,logger,reportProgress). Underscore-prefixed keys are internal.
What it does
- Runs as part of the worker test execution pipeline; results become
Runrows and may createFindingrecords. - Analyzes stored DMARC aggregate reports for auth failures, unauthorized senders, and policy mismatches (reports ingested via DMARC API, not fetched by the plugin).
- For finding titles, metrics, and artifacts specific to this plugin, refer to the implementation linked below.
Source
packages/test-plugins/src/plugins/dmarc-aggregate-ingest.ts