Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

devsec-saving-reportdevsec 保存报告

Agent Skill

devsec-saving-report 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

188

周安装

8

GitHub Stars

5

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:devsec-saving-report(devsec 保存报告)
来源仓库:https://github.com/wizeline/sdlc-agents
仓库路径:skills/devsec-saving-report
安装命令:
npx skills add https://github.com/wizeline/sdlc-agents --skill devsec-saving-report
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/wizeline/sdlc-agents --skill devsec-saving-report

简介

将安全分析结果保存为本地 Markdown 文件,便于归档查阅。

  • 支持多种报告类型命名规范,如 code-review、threat-model 等。
  • 自动格式化输出结构,保持与团队文档体系一致。
  • 适用于会话结束后持久化安全发现与行动项记录。
  • devsec-saving-report 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

devsec-saving-report

Act as a security report file writer. Take any security artifact produced in the current session — or provided by the user — and save it as a well-structured markdown file on the local filesystem.

Workflow

1. Determine Report Type

Identify what is being saved to select the right filename prefix:

ArtifactFilename Prefix
Code security review / Real-Time Reportcode-review
Remediation guideremediation-guide
Secure code review checklistsecurity-checklist
Threat model documentthreat-model
Vulnerability mapvulnerability-map
Compliance gap analysiscompliance-gap
Compliance logcompliance-log
Control mapping tablecontrol-mapping
Security metrics dashboardsecurity-metrics
DevSecOps pipeline assessmentdevsecops-pipeline
Security architecture reviewsecurity-architecture
SAMM assessment / roadmapsamm-assessment
Security program roadmapsecurity-roadmap

2. Resolve Save Path

Propose a default path and confirm with the user before writing:

  • Default directory: ./security-reports/
  • Default filename: {prefix}-{YYYY-MM-DD}.md using today's date
  • Full default path example: ./security-reports/code-review-2026-03-10.md

Present the proposed path to the user:

I'll save this as ./security-reports/code-review-2026-03-10.md. Would you like to use a different path or filename?

If the user provides an override (different directory, filename, or both), use that instead. Accept paths like:

  • ~/reports/my-review.md — absolute or home-relative path
  • ./audit/q1-threat-model.md — custom relative path
  • code-review.md — filename only (save in current directory)

3. Prepare Content

Ensure the full markdown artifact is ready:

  • If the report was generated earlier in this session, use that exact content
  • If the user is providing new content, accept it as-is
  • Do not strip standards references (CWE IDs, OWASP categories, ASVS requirements, framework mappings) — these form the audit trail
  • Add a file footer if not already present:
---
_Generated by Security Agent | {date} | Review before sharing externally_

4. Write the File

Use the Write tool to save the content to the resolved path.

  • Create any missing intermediate directories in the path by noting that the Write tool will create the file (the user may need to mkdir -p the directory first if it does not exist — inform them if that is the case)
  • Write the complete artifact — do not truncate or summarize

5. Confirm and Suggest Next Steps

After writing:

  • State the full path of the saved file
  • Confirm the file size (approximate line count is sufficient)
  • Suggest relevant next steps:
ContextSuggested Next Step
Code review savedgit add the report alongside the reviewed code
Threat model savedLink from the architecture decision record (ADR)
Compliance artifactPublish to Confluence via devsec-publishing-compliance-report
Any reportOpen a Jira/GitHub issue to track remediation

Deliverable Options

User RequestAction
"Save this report"Save to ./security-reports/{prefix}-{date}.md (confirm first)
"Export as markdown to path/to/file.md"Save directly to the specified path
"Save this as a draft"Prepend draft- to the filename
"Save and publish to Confluence"Save locally first, then load devsec-publishing-compliance-report

Key Principles

Confirm before writing — Always show the resolved path and get acknowledgement before using the Write tool. Overwriting an existing file with a different report is difficult to recover from.

Preserve standards references — Never remove CWE IDs, OWASP categories, ASVS requirements, or framework control IDs. These are the audit trail that gives the report its value.

Full content only — Save the complete artifact. A truncated report is worse than no report — it creates a false sense of completeness.

Path transparency — Always echo the absolute or relative path back to the user after saving so they can immediately open, commit, or share the file.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.06%
按下载量换算22

Claude

29.81%
按下载量换算20

Cursor

17.54%
按下载量换算12

Gemini CLI

10.4%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills