Install
openclaw skills install agentic-security-review-skillCreate CompleteTech LLC security, safety, permissions, and production-readiness review artifacts for agentic development workflows, including risk intake, tool permissions, secrets handling, data exposure, prompt-injection testing, retrieval trust, approval gates, external actions, audit logging, model/provider configuration, retention, dependency risk, least privilege, launch blockers, rollback, incident response, escalation, red-team results, and security signoff. Use before production launch or whenever tools, data, credentials, integrations, retrieval sources, or external actions change.
openclaw skills install agentic-security-review-skillCreate 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.
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.
references/use-case-decision-table.md to choose the right review artifact.references/security-positioning.md for CompleteTech LLC security language and guardrails.references/security-catalog.md for the artifact library.agentic-risk-intake.tool-permission-inventory.credential-secret-handling-checklist.data-exposure-review.prompt-injection-test-plan.retrieval-source-trust-review.approval-gate-audit.external-action-review.logging-auditability-review.model-provider-configuration-review.data-retention-review.dependency-supply-chain-review.sandbox-least-privilege-checklist.production-readiness-security-checklist.launch-blocker-checklist.rollback-plan.incident-response-plan.human-escalation-procedure.red-team-test-report.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.
TBD.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.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.
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: <b>Support Email Triage Agent (Pilot)</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.python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...".#/##/### 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.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.