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

toolweb-devsecops-roadmaptoolweb devsecops 路线图

Agent Skill

toolweb-devsecops-roadmap 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,794

周安装

155

GitHub Stars

公开资料未说明

下载量

1,215
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-devsecops-roadmap

简介

基于组织评估生成定制化DevSecOps实施路线。

  • 适用于安全左移、CI/CD安全和流程优化。
  • 提供工具链推荐、流程设计和成熟度提升方案。
  • 需输入现有技术栈和安全要求进行匹配。
  • 建议分阶段实施并根据反馈调整策略。toolweb-devsecops-roadmap 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
DevSecOps Roadmap Generator
description
Generates customized DevSecOps implementation roadmaps based on organizational assessment data and maturity level analysis.

Overview

The DevSecOps Roadmap Generator is a strategic planning tool designed to help organizations establish and mature their security practices within the software development lifecycle. By analyzing 13 key assessment dimensions across people, processes, and technology, the tool produces a comprehensive implementation roadmap tailored to your organization's size, industry, and development methodology.

This API is ideal for security leaders, DevOps engineers, and engineering managers who need a data-driven approach to integrating security into their CI/CD pipelines. The generator evaluates your current maturity across critical areas including threat modeling, secure coding practices, automated testing, dependency management, and incident response, then delivers prioritized recommendations with specific tools and success metrics.

Organizations ranging from startups to enterprises use this tool to align stakeholders around a realistic security transformation strategy, establish measurable milestones, and allocate resources effectively for building a mature DevSecOps program.

Usage

Request Example:

{
  "assessmentData": {
    "step1": {
      "education": "Foundational",
      "workshops": "Quarterly",
      "platform": "LinkedIn Learning"
    },
    "step2": {
      "business_education": "Partial",
      "resources": "Limited"
    },
    "step3": {
      "culture": "Security-aware",
      "embedded": "Team-level"
    },
    "step4": {
      "scanning": "Manual",
      "remediation": "Ad-hoc"
    },
    "step5": {
      "requirements": "Basic",
      "documentation": "Incomplete"
    },
    "step6": {
      "quality_bars": "Informal"
    },
    "step7": {
      "threat_modeling": "None",
      "training": "Occasional"
    },
    "step8": {
      "safeguards": "Network-based"
    },
    "step9": {
      "deprecation": "Manual tracking",
      "response": "Reactive"
    },
    "step10": {
      "sast": "Not implemented",
      "local": "None"
    },
    "step11": {
      "dast": "Basic scanning",
      "local": "None"
    },
    "step12": {
      "fuzz": "Not in use"
    },
    "step13": {
      "manual": "Annual"
    },
    "context": {
      "org_size": "100-500",
      "industry": "FinTech",
      "methodology": "Agile",
      "challenges": "Legacy system integration, regulatory compliance"
    }
  },
  "sessionId": "sess-abc123xyz",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Response Example:

{
  "maturity_score": 38,
  "maturity_level": "Initial",
  "executive_summary": "Your organization is at the Initial maturity level with foundational security awareness but limited automation and integration into development workflows. Immediate focus should be on establishing automated scanning, formalizing threat modeling practices, and building organizational security culture.",
  "immediate_priorities": [
    {
      "priority": 1,
      "action": "Implement SAST tooling in CI/CD pipeline",
      "effort": "Medium",
      "timeframe": "0-3 months"
    },
    {
      "priority": 2,
      "action": "Establish threat modeling workshops",
      "effort": "Low",
      "timeframe": "0-1 months"
    },
    {
      "priority": 3,
      "action": "Automate dependency scanning",
      "effort": "Medium",
      "timeframe": "1-3 months"
    }
  ],
  "short_term_goals": [
    {
      "goal": "Achieve 80% SAST coverage across codebases",
      "timeline": "6 months",
      "metrics": "Pull requests blocked by security issues"
    },
    {
      "goal": "Implement DAST in staging environment",
      "timeline": "6 months",
      "metrics": "Vulnerabilities found and remediated"
    },
    {
      "goal": "Complete threat modeling for 5 critical systems",
      "timeline": "3 months",
      "metrics": "Number of systems modeled"
    }
  ],
  "long_term_goals": [
    {
      "goal": "Achieve Managed/Optimized maturity level",
      "timeline": "18-24 months",
      "metrics": "Overall maturity score increase to 75+"
    },
    {
      "goal": "Full shift-left security integration",
      "timeline": "12-18 months",
      "metrics": "100% automation coverage for scanning"
    },
    {
      "goal": "Establish continuous compliance monitoring",
      "timeline": "12 months",
      "metrics": "Real-time compliance dashboard"
    }
  ],
  "step_analysis": [
    {
      "step": 1,
      "category": "Education & Awareness",
      "current_state": "Foundational",
      "gap": "Need specialized DevSecOps training programs"
    },
    {
      "step": 4,
      "category": "Dependency & Build Security",
      "current_state": "Manual",
      "gap": "Requires automated scanning integration"
    }
  ],
  "recommended_tools": [
    "SonarQube (SAST)",
    "OWASP Dependency-Check",
    "Snyk (dependency scanning)",
    "GitLab/GitHub security scanning",
    "Threat Dragon (threat modeling)",
    "Burp Suite Community (DAST)"
  ],
  "success_metrics": "Key metrics include: SAST/DAST detection rate, time-to-remediation, security training completion rates, vulnerability density per 1K LOC, and overall maturity score progression targeting 10-15 points per quarter.",
  "sessionId": "sess-abc123xyz",
  "timestamp": "2024-01-15T10:30:45Z"
}

Endpoints

GET /

Summary: Root

Description: Health check endpoint

Parameters: None

Response:

200 OK
Content-Type: application/json

POST /api/devsecops/roadmap

Summary: Generate Roadmap

Description: Generate a customized DevSecOps implementation roadmap based on organizational assessment data.

Parameters:

NameTypeRequiredDescription
assessmentDataobjectYesStructured assessment data containing 13 steps (step1–step13) and contextual information about organization size, industry, development methodology, and challenges.
sessionIdstringYesUnique identifier for the assessment session, used for tracking and audit purposes.
userIdintegerNoOptional user identifier for associating the roadmap generation with a specific user account.
timestampstringNoOptional ISO 8601 formatted timestamp indicating when the assessment was conducted.

Assessment Data Structure:

The assessmentData object contains the following required fields:

  • step1 (object): Education & Awareness - education, workshops, platform
  • step2 (object): Business Alignment - business_education, resources
  • step3 (object): Culture & Embedding - culture, embedded
  • step4 (object): Dependency & Build Security - scanning, remediation
  • step5 (object): Requirements & Design - requirements, documentation
  • step6 (object): Quality Gates - quality_bars
  • step7 (object): Threat Modeling & Design Review - threat_modeling, training
  • step8 (object): Runtime Safeguards - safeguards
  • step9 (object): Deprecation & Incident Response - deprecation, response
  • step10 (object): SAST Integration - sast, local
  • step11 (object): DAST Integration - dast, local
  • step12 (object): Fuzzing - fuzz
  • step13 (object): Manual Testing - manual
  • context (object): Organizational context - org_size (required), industry (required), methodology (required), challenges (optional)

Response Schema:

FieldTypeDescription
maturity_scoreintegerNumerical score (0-100) indicating current DevSecOps maturity level.
maturity_levelstringCategorical maturity level: Initial, Developing, Managed, or Optimized.
executive_summarystringHigh-level narrative overview of current state and strategic recommendations.
immediate_prioritiesarrayList of highest-priority actions to implement within 0-3 months.
short_term_goalsarrayGoals targeted for achievement within 6 months.
long_term_goalsarrayStrategic goals for 12-24 month timeframe.
step_analysisarrayDetailed analysis of gaps and recommendations for each assessment step.
recommended_toolsarrayList of specific security tools and platforms recommended for your organization.
success_metricsstringNarrative description of key performance indicators and measurement strategy.
sessionIdstringEchoed session identifier for audit and tracking.
timestampstringISO 8601 timestamp of response generation.

HTTP Status Codes:

CodeDescription
200Successful roadmap generation with complete response payload.
422Validation error in request structure or required fields missing.

GET /health

Summary: Health Check

Description: Health check endpoint to verify service availability and readiness.

Parameters: None

Response:

200 OK
Content-Type: application/json

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/career/devsecops
  • API Docs: https://api.mkkpro.com:8113/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.5%
按下载量换算1,160

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills