Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

edgeiq-edgeiq-security-report-generatorEdgeiq Edgeiq 安全报告生成器

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

2,252

周安装

92

GitHub Stars

公开资料未说明

下载量

729
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:edgeiq-edgeiq-security-report-generator(Edgeiq Edgeiq 安全报告生成器)
来源仓库:https://github.com/snipercat69/edgeiq-edgeiq-security-report-generator
安装命令:
openclaw skills install edgeiq-edgeiq-security-report-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install edgeiq-edgeiq-security-report-generator

简介

聚合 EdgeIQ Labs 扫描结果生成品牌化安全报告,含风险评分、修复建议与多渠道分发。

  • 适用于 MSSP 服务商、企业安全团队定期输出合规审计报告。
  • 通过 OpenClaw 安装并使用 clawhub 方式部署,需配置扫描结果输入与模板样式。
  • 使用前请确认数据脱敏规则、报告发布权限及是否涉及敏感漏洞披露。
  • edgeiq-edgeiq-security-report-generator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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 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*


🔗 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

👉 Visit edgeiqlabs.com →

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.29%
按下载量换算571

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills