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

toolweb-network-security-audittoolweb 网络安全审计

Agent Skill

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

总安装

4,406

周安装

180

GitHub Stars

公开资料未说明

下载量

1,411
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:toolweb-network-security-audit(toolweb 网络安全审计)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/toolweb-network-security-audit
安装命令:
openclaw skills install toolweb-network-security-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-network-security-audit

简介

跨安全域和合规框架的全面审计报告生成。

  • 适用于企业网络安全评估和差距分析。
  • 提供自动化扫描和人工复核相结合方式。
  • 需输入资产清单和合规要求配置检查项。
  • 高风险发现需经专家确认后再行动。toolweb-network-security-audit 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Network Security Audit Platform
description
Professional network security assessment and gap analysis platform generating comprehensive audit reports across security domains and compliance frameworks.

Overview

The Network Security Audit Platform is a comprehensive security assessment tool designed to evaluate organizational network infrastructure against industry standards and best practices. It provides detailed analysis across 12 critical security domains, including network architecture, segmentation, firewall configuration, intrusion detection, vulnerability management, access controls, encryption, patch management, and vendor security.

This platform enables security teams, compliance officers, and network administrators to conduct professional security audits, identify gaps in their security posture, and generate compliance reports aligned with major frameworks. The tool systematically evaluates each security domain through checkpoint-based assessments and detailed notes, providing actionable insights for remediation.

Ideal users include enterprise security teams, managed security service providers (MSSPs), compliance auditors, and organizations preparing for security certifications or regulatory assessments. The platform supports multi-user workflows with session tracking and user attribution for audit accountability.

Usage

Example Request:

{
  "sessionId": "audit-2024-001",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z",
  "assessmentData": {
    "architecture": {
      "checkpoints": [true, true, false],
      "notes": "Network design reviewed. Missing DMZ segmentation for web tier."
    },
    "segmentation": {
      "checkpoints": [true, false],
      "notes": "VLAN segregation partially implemented. Production and development not isolated."
    },
    "firewall": {
      "checkpoints": [true, true, true],
      "notes": "Perimeter firewall properly configured with stateful inspection enabled."
    },
    "ids_ips": {
      "checkpoints": [false],
      "notes": "IDS/IPS not currently deployed. Recommend immediate implementation."
    },
    "vulnerabilities": {
      "checkpoints": [true, false, true],
      "notes": "Vulnerability scanning active but remediation SLA not documented."
    },
    "access_controls": {
      "checkpoints": [true, true],
      "notes": "Role-based access control implemented. MFA enabled for administrative accounts."
    },
    "access_logs": {
      "checkpoints": [true, false],
      "notes": "Logs collected but retention policy only 90 days. Recommend 1-year minimum."
    },
    "encryption": {
      "checkpoints": [true, true, false],
      "notes": "TLS in-transit encryption enabled. Data-at-rest encryption partial."
    },
    "remote_access": {
      "checkpoints": [true],
      "notes": "VPN implemented with certificate-based authentication."
    },
    "patch_management": {
      "checkpoints": [true, false],
      "notes": "Patch policy documented but deployment automation not fully implemented."
    },
    "backup_recovery": {
      "checkpoints": [true, true],
      "notes": "Daily incremental backups with monthly full backups. RTO/RPO defined."
    },
    "vendor_security": {
      "checkpoints": [false, true],
      "notes": "Vendor assessments incomplete. Begin third-party risk program."
    }
  }
}

Example Response:

{
  "auditId": "audit-20240115-001",
  "sessionId": "audit-2024-001",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z",
  "completionTime": "2024-01-15T10:35:22Z",
  "overallScore": 72,
  "domainScores": {
    "architecture": 67,
    "segmentation": 50,
    "firewall": 100,
    "ids_ips": 0,
    "vulnerabilities": 67,
    "access_controls": 100,
    "access_logs": 50,
    "encryption": 67,
    "remote_access": 100,
    "patch_management": 50,
    "backup_recovery": 100,
    "vendor_security": 50
  },
  "summary": "Network security posture is adequate but requires improvements in threat detection, data protection, and vendor risk management.",
  "criticalFindings": [
    "IDS/IPS deployment is missing - critical gap in threat detection capability",
    "Data-at-rest encryption incomplete - sensitive information may be exposed",
    "Vendor security assessment program not formalized"
  ],
  "recommendations": [
    "Deploy IDS/IPS solution within 30 days",
    "Complete data-at-rest encryption for all sensitive systems within 90 days",
    "Establish vendor risk assessment and SLA framework within 60 days",
    "Extend access log retention to minimum 1 year",
    "Automate patch deployment processes"
  ],
  "complianceMapping": {
    "NIST-CSF": 0.74,
    "CIS": 0.69,
    "ISO27001": 0.71
  }
}

Endpoints

GET /

Health Check Endpoint

Verifies API availability and readiness.

  • Method: GET
  • Path: /
  • Description: Returns health status of the Network Security Audit Platform
  • Parameters: None
  • Response: JSON object confirming API operational status (200 OK)

POST /api/security/audit

Generate Security Audit

Creates a comprehensive network security audit report based on assessment data provided.

  • Method: POST
  • Path: /api/security/audit
  • Description: Processes assessment data across 12 security domains and generates detailed audit report with scores, findings, and compliance mappings

Request Parameters:

ParameterTypeRequiredDescription
assessmentDataAssessmentDataYesAssessment data containing security domain evaluations
sessionIdstringYesUnique session identifier for audit tracking
userIdintegerNoUser ID attributing the audit request
timestampstringYesISO 8601 timestamp of audit initiation

AssessmentData Structure:

Contains 12 security domains, each with:

  • checkpoints (array of booleans): Pass/fail assessment for each checkpoint
  • notes (string): Detailed observations and findings

Domains:

  • architecture - Network architecture and design
  • segmentation - Network segmentation and isolation
  • firewall - Firewall configuration and rules
  • ids_ips - Intrusion Detection/Prevention Systems
  • vulnerabilities - Vulnerability management processes
  • access_controls - Authentication and authorization
  • access_logs - Access logging and audit trails
  • encryption - Data protection in transit and at rest
  • remote_access - Remote access security controls
  • patch_management - Software patch deployment
  • backup_recovery - Backup and disaster recovery
  • vendor_security - Third-party and vendor management

Response: JSON audit report with scores, findings, recommendations, and compliance framework mappings (200 OK) or validation error details (422 Unprocessable Entity)


GET /api/security/domains

Get Security Domains

Retrieves definitions and documentation for all available security assessment domains.

  • Method: GET
  • Path: /api/security/domains
  • Description: Lists all 12 security domains supported by the platform with their definitions, assessment criteria, and best practice references
  • Parameters: None
  • Response: JSON array of domain definitions with checkpoint descriptions and compliance mappings (200 OK)

GET /api/security/frameworks

Get Compliance Frameworks

Retrieves list of supported compliance frameworks and their assessment criteria.

  • Method: GET
  • Path: /api/security/frameworks
  • Description: Returns available compliance frameworks (NIST CSF, CIS, ISO 27001, etc.) with scoring methodologies and requirement mappings
  • Parameters: None
  • Response: JSON array of framework definitions with requirement details and scoring weights (200 OK)

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/security/network-security-audit
  • API Docs: https://api.mkkpro.com:8119/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

92.33%
按下载量换算1,303

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills