Edgeiq Security Report Generator
/install edgeiq-edgeiq-security-report-generator
EdgeIQ Labs Security Report Generator — SKILL.md
Version: 1.0.0
Category: Security Intelligence / Reporting
Author: EdgeIQ Labs
Status: Stable
Price: Lifetime: $39 / Optional Monthly: $7/mo (all Pro features permanently)
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 | Lifetime ($39) | Optional Monthly ($7/mo) | | Price | Free | $39 (lifetime) | $7/mo (optional) | | Targets | Up to 5 | ✅ (unlimited) | ✅ (unlimited) | | Frequency | 1/month | Any | Any | | Output | Text summary | ✅ (all formats) | ✅ (all formats) | | Delivery | File only | ✅ (all) | ✅ (all) | | Branding | Generic | ✅ (branded) | ✅ (branded) | | Multi-tool aggregation | Single tool | ✅ (all tools) | ✅ (all tools) |
👉 Buy Lifetime — $39 👉 Subscribe Monthly — $7/mo 👉 Subscribe Monthly — $7/mo
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
cronor 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
🔗 More from EdgeIQ Labs
edgeiqlabs.com — Security tools, OSINT utilities, and micro-SaaS products for developers and security professionals.
- 🛠️ Subdomain Hunter — Passive subdomain enumeration via Certificate Transparency
- 📸 Screenshot API — URL-to-screenshot API for developers
- 🔔 uptime.check — URL uptime monitoring with alerts
- 🛡️ headers.check — HTTP security headers analyzer
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install edgeiq-edgeiq-security-report-generator - After installation, invoke the skill by name or use
/edgeiq-edgeiq-security-report-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Edgeiq Security Report Generator?
Aggregates EdgeIQ Labs scan results into branded, scheduled security reports with risk scores, recommendations, and multi-channel delivery for MSSPs or inter... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Edgeiq Security Report Generator?
Run "/install edgeiq-edgeiq-security-report-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Edgeiq Security Report Generator free?
Yes, Edgeiq Security Report Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Edgeiq Security Report Generator support?
Edgeiq Security Report Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Edgeiq Security Report Generator?
It is built and maintained by snipercat69 (@snipercat69); the current version is v1.4.0.