Ciso Review

/cs:ciso-review <plan> — Risk-paranoid interrogation of any plan that touches data, compliance, or production access.

Business & Ops / Executive Advisorybusiness-opsexecutive-advisory
by AgentVoltv1.0.0Published 1y ago1 install
Free to sign up · every skill included with AgentVolt Pro

Before & after

Same prompt, same agent — the only difference is the skill.

PromptReview our plan to add user data export feature before launch
Beforegeneric AI agent
I'll conduct a comprehensive security review of that proposed feature. Can you tell me what specific data users will be able to export from the system? What format should the exported data be in—CSV, JSON, XML? How are you planning to authenticate that the user requesting export actually owns that data and has permission? I'd definitely recommend carefully checking your access control implementation, encryption both in transit and at rest, and all relevant compliance requirements. Are there specific data protection regulations that apply to your industry or your customers? Should we add audit logging for every single export event? What's your target timeline for launching this feature to production?
Afterwith Ciso Review
CISO THREAT MODEL — USER DATA EXPORT FEATURE:
FEATURE SCOPE: Authenticated users can export account data (profile, activity log, settings) as CSV or JSON. No third-party sharing.
THREAT ANALYSIS:
THREAT 1 — Unauthorized export (SEVERITY: High). Risk: User A exports User B's data if user ID validation missing. MITIGATION: Verify export request matches authenticated user ID. Add rate limiting (5 exports per day per user). Implement immediately.
THREAT 2 — Data in transit (SEVERITY: Medium). Risk: CSV sent over HTTP (plaintext). MITIGATION: HTTPS only. Add Content-Disposition header (attachment mode). Implement immediately.
THREAT 3 — Audit trail gap (SEVERITY: Medium). Risk: No record of who exported what. Compliance issue for SOC 2. MITIGATION: Log every export (user ID, timestamp, row count, IP address) to immutable audit table. Implement before launch.
THREAT 4 — Sensitive data leakage (SEVERITY: Medium). Risk: Passwords, API keys appear in exported activity log. MITIGATION: Scan export before delivery. Redact sensitive patterns (password, token, api_key). Implement before launch.
COMPLIANCE REQUIREMENTS:
GDPR: Right to data portability satisfied. Recommend DPIA (data protection impact assessment) documentation.
CCPA: Consumer right-to-know satisfied. Disclose data sale status in privacy policy update.
SOC 2: Audit logging required. Implement threat 3 mitigation.
SIGN-OFF GATE: Security team (required). Legal team (required). Privacy team (required). Launch greenlit only after all three approvals.

About this skill


name: ciso-review description: Use when /cs:ciso-review <plan> — Risk-paranoid interrogation of any plan that touches data, compliance, or production access.

Ciso Review

/cs:ciso-review <plan> — Risk-paranoid interrogation of any plan that touches data, compliance, or production access. Use when launching features that handle customer data, before a SOC 2 / ISO audit, or after any incident or near-miss.

What you get

  • Public GitHub repo (alirezarezvani/claude-skills)
  • the ciso-review skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.

Customize your output

  • Fork the repo and adapt the skill's instructions and references to your workflow.

Example output

Activates automatically when your request matches Ciso Review; chains with the other skills, agents, and commands in the collection.

Best for

Creators, builders, and teams using Claude Code.

SKILL.md preview

SKILL.md
---
name: ciso-review
description: Use this skill before launching a feature that touches customer data, ahead of a SOC 2 or ISO audit, or after any security incident or near-miss, to interrogate a plan for compliance and production-access risk.
version: 1.0.0
category: Business & Ops / Executive Advisory
author: AgentVolt
license: proprietary
tags:
  - business-ops
  - executive-advisory
---

# Ciso Review

Runs a risk-paranoid interrogation of any plan that touches data, compliance, or production access, surfacing what a security-minded executive would object to before it ships.

## When to use

… (sign up to view the full skill)
Sign up to view, copy, and install the full skill

More business & ops skills

View all Business & Ops skills →