EdgeIQ Labs Security Report Generator — SKILL.md
Version: 1.0.0
Category: Security Intelligence / Reporting
Author: EdgeIQ Labs
Status: Stable
What It Does
The Security Report Generator aggregates scan output from EdgeIQ Labs tools — XSS Scanner, Network Scanner, SSL Watcher, and Alerting System — into professional formatted security reports delivered by email, Telegram, or file download.
Designed for automated cron-driven operation (weekly/monthly), this skill transforms raw scan data into a recurring-revenue report product for MSSP resale or internal security posture tracking.
Tiers
| Free | Pro | Bundle |
|---|
| Price | Free | $19/mo | Included |
| Targets | Up to 5 | Unlimited | Unlimited |
| Frequency | 1/month | Any | Any |
| Output | Text summary | PDF + HTML + JSON | PDF + HTML + JSON |
| Delivery | File only | Email + Telegram + File | Email + Telegram + File |
| Branding | Generic | Branded (EdgeIQ Labs) | Branded |
| Multi-tool aggregation | Single tool | All tools | All tools |
Features
- Multi-tool aggregation — Combines output from XSS Scanner, Network Scanner, SSL Watcher, and Alerting System
- Output formats — JSON (machine-readable), HTML (branded/colorful), TEXT (plain)
- Delivery channels — SMTP email (MIME multipart), Telegram Bot API, local file
- Executive summary — Risk score, total issues, severity breakdown
- Prioritized recommendations — Fix list ranked by severity and impact
- Cron-friendly — One-shot run, outputs, exits; perfect for
cron or CI pipelines
- Input flexibility — Reads structured scan result JSON from a configurable input directory
- Rate throttling — Configurable delay between targets to avoid hammering live systems
- Template system — Placeholder-based HTML/text templates for easy branding customization
- Alert history — Parses EdgeIQ Alerting System JSON to include triggered alerts in report
- CVE matching — Network scan results include CVE lookups against known CVEs
- Brand footer — EdgeIQ Labs logo placeholder + footer on all HTML/PDF output
Usage Examples
Basic — Generate report from scan data
python3 scripts/report_generator.py --config config.json --format html
From other EdgeIQ tools (piped input)
# Run XSS scan, save output, then generate report
python3 scripts/xss_scanner.py --target https://example.com --json > /data/scans/xss_example.com.json
python3 scripts/report_generator.py --config config.json --targets example.com
Cron — Monthly HTML report to email
0 9 1 * * python3 /opt/edgeiq/report_generator.py --config /opt/edgeiq/config.json --format html --delivery email
Telegram delivery with file attachment
python3 scripts/report_generator.py --config config.json --format html --delivery telegram --chat-id @yourchannel
How It Integrates with Other EdgeIQ Tools
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ XSS Scanner │ │ Network │ │ SSL Watcher │ │Alert System │
│ │ │ Scanner │ │ │ │ │
└──────┬──────┘ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘
│ │ │ │
▼ ▼ ▼ ▼
JSON files dropped into input/ directory (configured in config.json)
│ │ │ │
└─────────────────┼─────────────────┼─────────────────┘
▼
┌──────────────────┐
│ Report Generator │
│ (this skill) │
└────────┬─────────┘
▼
┌────────────┴────────────┐
│ Email / Telegram / File │
└──────────────────────────┘
Each tool saves its output as structured JSON to the configured scan_input_dir. The report generator reads all JSON files from that directory, correlates findings by target, and produces a unified report.
Legal Notice
DISCLAIMER: This tool processes security scan data and generates reports. The report generator itself does not perform network reconnaissance or vulnerability scanning. All scan data must be gathered through authorized, legitimate means only.
EdgeIQ Labs accepts no liability for misuse of this tool or data it processes. Users are solely responsible for ensuring they have explicit authorization to scan and assess any systems referenced in report input data.
Report findings are advisory only. EdgeIQ Labs does not guarantee the accuracy, completeness, or timeliness of generated reports. Always validate findings through secondary investigation before taking remediation action.
EdgeIQ Labs — Security Intelligence for the Modern Web