← 返回 Skills 市场
completetech

Agentic Security Review Skill

作者 CompleteTech · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
77
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install agentic-security-review-skill
功能描述
Create CompleteTech LLC security, safety, permissions, and production-readiness review artifacts for agentic development workflows, including risk intake, to...
使用说明 (SKILL.md)

Agentic Security Review Skill

Purpose

Create practical security review artifacts for CompleteTech LLC agentic development workflows. Use this skill before launch, before granting new access, after material configuration changes, and after incidents or near misses.

System Boundary

This skill owns security, safety, permissions, data, credential, tool, and launch-risk review. Use it alongside discovery, proposal, or delivery when risk needs a dedicated artifact. It does not replace agentic-delivery-skill launch checklists, agentic-contract-skill legal terms, external compliance certification, formal penetration testing, or counsel-reviewed privacy/security advice.

Core Workflow

  1. Identify the review event: launch, new tool, sensitive data, external action, retrieval/RAG, credential change, dependency change, incident, or signoff.
  2. Gather verified facts: workflow purpose, users, data classes, tools, permissions, credentials, integrations, retrieval sources, human approvals, logs, deployment path, rollback owner, incident contacts, and known constraints.
  3. Use references/use-case-decision-table.md to choose the right review artifact.
  4. Use references/security-positioning.md for CompleteTech LLC security language and guardrails.
  5. Use references/security-catalog.md for the artifact library.
  6. Keep the review bounded and evidence-based. Do not claim compliance, certification, legal approval, penetration-test completion, production readiness, or guaranteed security unless the user provides verified evidence.

Artifact Selection Guide

  • Starting a new agentic workflow: use agentic-risk-intake.
  • Adding a tool or integration: use tool-permission-inventory.
  • Handling API keys, tokens, service accounts, or secrets: use credential-secret-handling-checklist.
  • Accessing sensitive, client, personal, regulated, or proprietary data: use data-exposure-review.
  • Testing prompt injection or tool misuse: use prompt-injection-test-plan.
  • Adding retrieval/RAG, indexed docs, websites, or knowledge stores: use retrieval-source-trust-review.
  • Reviewing human-in-the-loop controls: use approval-gate-audit.
  • Sending emails, creating calendar events, modifying files, posting messages, purchasing, billing, or changing production systems: use external-action-review.
  • Needing traceability, audit trails, or operational evidence: use logging-auditability-review.
  • Changing model, provider, system prompt, tool runtime, or safety settings: use model-provider-configuration-review.
  • Defining storage, deletion, or retention behavior: use data-retention-review.
  • Adding packages, services, scripts, or vendor dependencies: use dependency-supply-chain-review.
  • Reducing access scope or sandboxing execution: use sandbox-least-privilege-checklist.
  • Preparing for launch: use production-readiness-security-checklist.
  • Deciding what blocks launch: use launch-blocker-checklist.
  • Preparing a backout path: use rollback-plan.
  • Responding to a security event or near miss: use incident-response-plan.
  • Defining who to contact and when to escalate: use human-escalation-procedure.
  • Summarizing adversarial testing: use red-team-test-report.
  • Recording final approval status: use security-signoff-memo.

When several artifacts fit, start with the artifact closest to the change or decision being reviewed, then add supporting artifacts only when they materially reduce risk.

Quality Rules

  • Use verified contact routing. Do not invent client, security, legal, billing, support, or approval email addresses; ask for the right address or use TBD.
  • Preserve least privilege: name each tool, permission, credential, data class, and external action that is actually needed.
  • Protect human approval gates for irreversible actions, client-facing communication, payments, data export/deletion, production changes, and material business decisions.
  • Separate facts from recommendations. Label unknowns, assumptions, residual risks, blockers, and owner decisions.
  • Recommend technical escalation when secrets may be exposed, logs are missing, sandboxing is weak, prompt injection can trigger tools, approval gates are bypassed, production rollback is unclear, or sensitive data flows are not understood.
  • Recommend client or human approval before launch, before expanding permissions, before connecting client systems, before sending external communications, and before closing incident follow-up.

Resource Guide

  • references/security-positioning.md: load for CompleteTech LLC review language and boundaries.
  • references/use-case-decision-table.md: load when choosing a security review artifact.
  • references/security-lifecycle.md: load for review flow from intake through launch and post-incident follow-up.
  • references/security-catalog.md: load for the reusable artifact templates.
  • references/template-index.json: machine-readable artifact metadata used by the renderer.
  • scripts/render_security_review.py: list security artifacts or render a draft with placeholders.

Renderer

python3 scripts/render_security_review.py --list
python3 scripts/render_security_review.py --stage launch --list
python3 scripts/render_security_review.py --template agentic-risk-intake --var client_name=Acme --var workflow="support triage agent"

Rendered artifacts are drafts. Replace placeholders with verified project facts before sending, storing, or relying on them.

Rendering to a Branded PDF

Artifacts from this skill are delivered as branded CompleteTech LLC PDF documents, not raw Markdown. The renderer emits the PDF (and prints the Markdown) in one command, using the same reportlab branding engine as the contract skill:

pip install -r requirements.txt
python3 scripts/render_security_review.py --template security-signoff-memo \
  --out artifact.pdf --png artifact.png \
  --title "Security Signoff Memo" --doc-type "SECURITY REVIEW" \
  --subtitle "Workflow: \x3Cb>Support Email Triage Agent (Pilot)\x3C/b>" --meta "MEMO NO.=SEC-2026-0090" --meta "DATE=2026-06-17" \
  --var client_name="Client Name" --var workflow="support triage"
  • --no-pdf emits Markdown only (the original behavior); --no-cover drops the cover page.
  • Already drafted the Markdown yourself? Render it directly: python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".
  • The PDF supports a Markdown subset: #/##/### headings, paragraphs, - bullets, tables, > callouts, **bold**, and [PAGE_BREAK]. PDF requires reportlab; the optional --png preview requires pypdfium2 and pillow. See assets/examples/ for a rendered example.

Network Boundary

This skill is local-only. It does not include outbound network helpers, callbacks, or any helper that posts security-review run metadata to an external service.

安全使用建议
Before installing, treat generated reviews as drafts, avoid entering actual secret values into templates, and install the Python PDF dependencies only if you need branded PDF or PNG output.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The artifacts coherently support drafting security, permissions, data, credential, launch-readiness, incident, and signoff review documents; credential references are review topics rather than instructions to collect or store secret values.
Instruction Scope
Instructions are bounded to evidence-based review artifact selection, local rendering, and explicit cautions not to claim compliance, legal approval, penetration testing, or production readiness without verified evidence.
Install Mechanism
The skill declares Python and uv-installed packages for reportlab and PyYAML, with optional PDF/PNG rendering dependencies in requirements.txt; these are purpose-aligned for local document generation.
Credentials
The included scripts read local templates and write user-directed Markdown/PDF/PNG outputs; the skill states it is local-only and inspection found no outbound network helpers or callbacks.
Persistence & Privilege
No background agents, autorun persistence, credential storage, privilege escalation, or broad local indexing behavior was found; outputs are generated only when the user runs the provided commands.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentic-security-review-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentic-security-review-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Remove external receipt helper and tighten local validation
v1.0.1
Fix installed package validation and packaged contract template
v1.0.0
Initial CompleteTech public ClawHub release
元数据
Slug agentic-security-review-skill
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Agentic Security Review Skill 是什么?

Create CompleteTech LLC security, safety, permissions, and production-readiness review artifacts for agentic development workflows, including risk intake, to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Agentic Security Review Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-security-review-skill」即可一键安装,无需额外配置。

Agentic Security Review Skill 是免费的吗?

是的,Agentic Security Review Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agentic Security Review Skill 支持哪些平台?

Agentic Security Review Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agentic Security Review Skill?

由 CompleteTech(@completetech)开发并维护,当前版本 v1.0.2。

💬 留言讨论