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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install edgeiq-edgeiq-security-report-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/edgeiq-edgeiq-security-report-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Edgeiq Security Report Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install edgeiq-edgeiq-security-report-generator」即可一键安装,无需额外配置。
Edgeiq Security Report Generator 是免费的吗?
是的,Edgeiq Security Report Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Edgeiq Security Report Generator 支持哪些平台?
Edgeiq Security Report Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Edgeiq Security Report Generator?
由 snipercat69(@snipercat69)开发并维护,当前版本 v1.4.0。