返回顶部
C

Cloud Risk Summary Generator

Generates comprehensive cloud risk summaries by analyzing provider configurations, environments, services, and security exposures.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
91
下载量
0
收藏
概述
安装方式
版本历史

Cloud Risk Summary Generator

# Overview The Cloud Risk Summary Generator is a security-focused API that synthesizes cloud infrastructure risk assessments into actionable summaries. It analyzes multi-cloud deployments across AWS, Azure, GCP, and other providers to identify, categorize, and contextualize security exposures within specific environments and service architectures. This tool is designed for cloud security engineers, compliance teams, and DevSecOps professionals who need rapid risk quantification and executive-level reporting on cloud infrastructure posture. By consolidating exposure data with environmental and service context, the API generates structured risk narratives that facilitate remediation prioritization and stakeholder communication. The generator supports complex cloud environments with multiple services and heterogeneous exposure types, making it suitable for enterprises managing hybrid and multi-cloud infrastructures at scale. ## Usage ### Sample Request ```json { "provider": "aws", "environment": "production", "services": [ "ec2", "s3", "rds", "lambda" ], "exposures": [ { "issue": "Publicly accessible S3 bucket", "impact": "Confidentiality breach affecting 10GB of customer PII" }, { "issue": "Unencrypted RDS instance", "impact": "Data at rest vulnerability affecting financial records" }, { "issue": "Overly permissive IAM policy on Lambda execution role", "impact": "Lateral movement risk to other AWS services" } ] } ``` ### Sample Response ```json { "summary": "AWS production environment contains 3 critical security exposures across 4 services. Immediate action required on S3 public access and RDS encryption. Lambda IAM permissions require least-privilege review.", "risk_level": "high", "provider": "aws", "environment": "production", "exposure_count": 3, "affected_services": [ "ec2", "s3", "rds", "lambda" ], "exposures_analyzed": [ { "issue": "Publicly accessible S3 bucket", "impact": "Confidentiality breach affecting 10GB of customer PII", "severity": "critical" }, { "issue": "Unencrypted RDS instance", "impact": "Data at rest vulnerability affecting financial records", "severity": "critical" }, { "issue": "Overly permissive IAM policy on Lambda execution role", "impact": "Lateral movement risk to other AWS services", "severity": "high" } ] } ``` ## Endpoints ### POST /generate-risk-summary Generates a comprehensive risk summary for a cloud infrastructure configuration. **Method:** `POST` **Path:** `/generate-risk-summary` **Description:** Analyzes cloud provider configuration, environment details, active services, and identified security exposures to produce a structured risk summary with severity assessment and remediation context. **Request Body (application/json):** | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `provider` | string | Yes | Cloud service provider (e.g., "aws", "azure", "gcp") | | `environment` | string | Yes | Deployment environment (e.g., "production", "staging", "development") | | `services` | array[string] | Yes | List of cloud services in use (e.g., ["ec2", "s3", "rds"]) | | `exposures` | array[Exposure] | Yes | Array of identified security exposures, each with issue and impact description | **Exposure Object:** | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `issue` | string | Yes | Description of the security issue or vulnerability | | `impact` | string | Yes | Description of potential business impact if exploited | **Response (200 - Success):** Returns a JSON object containing: - `summary` (string): Executive-level risk summary text - `risk_level` (string): Overall risk classification (e.g., "critical", "high", "medium", "low") - `provider` (string): Echoed provider identifier - `environment` (string): Echoed environment name - `exposure_count` (integer): Total number of exposures analyzed - `affected_services` (array[string]): Services impacted by identified exposures - `exposures_analyzed` (array): Detailed breakdown of each exposure with severity assessment **Response (422 - Validation Error):** ```json { "detail": [ { "loc": ["body", "provider"], "msg": "field required", "type": "value_error.missing" } ] } ``` ## Pricing | Plan | Calls/Day | Calls/Month | Price | |------|-----------|-------------|-------| | Free | 5 | 50 | Free | | Developer | 20 | 500 | $39/mo | | Professional | 200 | 5,000 | $99/mo | | Enterprise | 100,000 | 1,000,000 | $299/mo | ## About ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube. - [toolweb.in](https://toolweb.in) - [portal.toolweb.in](https://portal.toolweb.in) - [hub.toolweb.in](https://hub.toolweb.in) - [toolweb.in/openclaw/](https://toolweb.in/openclaw/) - [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477) - [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009) ## References - **Kong Route:** https://api.mkkpro.com/compliance/cloud-risk-summary - **API Docs:** https://api.mkkpro.com:8027/docs

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cloud-risk-summary-1776078566 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cloud-risk-summary-1776078566 技能

通过命令行安装

skillhub install cloud-risk-summary-1776078566

下载 Zip 包

⬇ 下载 Cloud Risk Summary Generator v1.0.0

文件大小: 3.44 KB | 发布时间: 2026-4-14 14:14

v1.0.0 最新 2026-4-14 14:14
Cloud Risk Summary Generator v1.0.0

- Initial release of a security-focused API that analyzes and summarizes cloud infrastructure risks for AWS, Azure, GCP, and more.
- Generates executive-level risk summaries with severity assessments and remediation context.
- Supports multi-cloud, multi-service environments and identifies, categorizes, and contextualizes security exposures.
- Includes a /generate-risk-summary endpoint for structured input and JSON output.
- Flexible pricing plans from Free to Enterprise.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部