PCI DSS Assessment
Assess Payment Card Industry Data Security Standard (PCI DSS) compliance for "$ARGUMENTS". Determine SAQ type, assess the 12 requirements, and identify scope reduction opportunities.
Prerequisites
Read .metapowers/compliance/$ARGUMENTS/00-scope.md. If this file does not exist, tell the user:
Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run /compliance:regulatory-landscape $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
- Read
plugins/compliance/shared/assessment-template.md for output structure
- Read
.metapowers/compliance/$ARGUMENTS/00-scope.md for scope and control framework context
SAQ type determination:
- Assess payment processing model and cardholder data flow
- Determine applicable SAQ: A (card-not-present, fully outsourced), A-EP (e-commerce with partial outsourcing), B (imprint/standalone terminals), C (payment application connected to internet), D (all others), P2PE (validated P2PE merchants)
- Evaluate merchant level (1-4) based on transaction volume
- Document SAQ type and merchant level with rationale
Scope assessment:
- Identify all systems that store, process, or transmit cardholder data (CHD)
- Map the Cardholder Data Environment (CDE)
- Identify connected-to and security-impacting systems
- Assess network segmentation effectiveness
- Document in-scope systems, applications, and network segments
12 requirements assessment:
- Req 1: Network security controls — firewall/network security device configuration, CDE isolation
- Req 2: Secure configurations — vendor default passwords removed, system hardening standards
- Req 3: Protect stored account data — data retention policies, rendering PAN unreadable, key management
- Req 4: Encrypt transmission — strong cryptography for CHD over open/public networks
- Req 5: Anti-malware — malware protection on all systems, anti-malware mechanisms current
- Req 6: Secure development — secure SDLC, patch management, web application security (WAF)
- Req 7: Restrict access — need-to-know access control, access control systems
- Req 8: Identify users — unique IDs, MFA for CDE access, strong authentication policies
- Req 9: Physical security — physical access controls to CDE, visitor management, media security
- Req 10: Logging and monitoring — audit trails, log review, time synchronization, SIEM
- Req 11: Security testing — vulnerability scans (ASV quarterly), penetration testing, IDS/IPS, file integrity monitoring
- Req 12: Security policies — information security policy, risk assessment, security awareness, incident response
- Score each requirement: in place / in place with remediation / not in place / not applicable
Scope reduction opportunities:
- Evaluate tokenization feasibility (replace CHD with tokens)
- Assess Point-to-Point Encryption (P2PE) validated solutions
- Review outsourcing options for payment processing
- Evaluate network segmentation improvements
- Identify quick wins for reducing in-scope systems
Write the artifact to .metapowers/compliance/$ARGUMENTS/01-assess/pci-dss.md following the assessment template structure with:
- SAQ Determination — SAQ type and merchant level with rationale
- Scope Definition — CDE map, in-scope systems, segmentation assessment
- 12 Requirements Assessment — scoring per requirement with sub-requirement detail
- Scope Reduction Opportunities — tokenization, P2PE, outsourcing options
- ASV and Penetration Testing Status — current scan and test coverage
- Evidence Inventory — existing evidence and evidence gaps
- Remediation Priorities — ranked list of gaps to address
Output
The PCI DSS assessment written to .metapowers/compliance/$ARGUMENTS/01-assess/pci-dss.md. Present a summary to the user highlighting:
- SAQ type and merchant level determination
- Overall compliance score across 12 requirements
- Scope reduction opportunities with estimated effort savings
- Top 3 gaps requiring remediation
1---2name: pci-dss3description: Assess PCI DSS compliance — 12 requirements, SAQ determination, scope reduction4---56# PCI DSS Assessment78Assess Payment Card Industry Data Security Standard (PCI DSS) compliance for "$ARGUMENTS". Determine SAQ type, assess the 12 requirements, and identify scope reduction opportunities.910## Prerequisites1112Read `.metapowers/compliance/$ARGUMENTS/00-scope.md`. If this file does not exist, tell the user:1314> Phase 0 (Scope) has not been completed for "$ARGUMENTS". Run `/compliance:regulatory-landscape $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check.1718## Process19201. **Read context files:**21 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference22 - Read `plugins/compliance/shared/assessment-template.md` for output structure23 - Read `.metapowers/compliance/$ARGUMENTS/00-scope.md` for scope and control framework context24252. **SAQ type determination:**26 - Assess payment processing model and cardholder data flow27 - Determine applicable SAQ: A (card-not-present, fully outsourced), A-EP (e-commerce with partial outsourcing), B (imprint/standalone terminals), C (payment application connected to internet), D (all others), P2PE (validated P2PE merchants)28 - Evaluate merchant level (1-4) based on transaction volume29 - Document SAQ type and merchant level with rationale30313. **Scope assessment:**32 - Identify all systems that store, process, or transmit cardholder data (CHD)33 - Map the Cardholder Data Environment (CDE)34 - Identify connected-to and security-impacting systems35 - Assess network segmentation effectiveness36 - Document in-scope systems, applications, and network segments37384. **12 requirements assessment:**39 - **Req 1: Network security controls** — firewall/network security device configuration, CDE isolation40 - **Req 2: Secure configurations** — vendor default passwords removed, system hardening standards41 - **Req 3: Protect stored account data** — data retention policies, rendering PAN unreadable, key management42 - **Req 4: Encrypt transmission** — strong cryptography for CHD over open/public networks43 - **Req 5: Anti-malware** — malware protection on all systems, anti-malware mechanisms current44 - **Req 6: Secure development** — secure SDLC, patch management, web application security (WAF)45 - **Req 7: Restrict access** — need-to-know access control, access control systems46 - **Req 8: Identify users** — unique IDs, MFA for CDE access, strong authentication policies47 - **Req 9: Physical security** — physical access controls to CDE, visitor management, media security48 - **Req 10: Logging and monitoring** — audit trails, log review, time synchronization, SIEM49 - **Req 11: Security testing** — vulnerability scans (ASV quarterly), penetration testing, IDS/IPS, file integrity monitoring50 - **Req 12: Security policies** — information security policy, risk assessment, security awareness, incident response51 - Score each requirement: in place / in place with remediation / not in place / not applicable52535. **Scope reduction opportunities:**54 - Evaluate tokenization feasibility (replace CHD with tokens)55 - Assess Point-to-Point Encryption (P2PE) validated solutions56 - Review outsourcing options for payment processing57 - Evaluate network segmentation improvements58 - Identify quick wins for reducing in-scope systems59606. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/01-assess/pci-dss.md` following the assessment template structure with:61 - **SAQ Determination** — SAQ type and merchant level with rationale62 - **Scope Definition** — CDE map, in-scope systems, segmentation assessment63 - **12 Requirements Assessment** — scoring per requirement with sub-requirement detail64 - **Scope Reduction Opportunities** — tokenization, P2PE, outsourcing options65 - **ASV and Penetration Testing Status** — current scan and test coverage66 - **Evidence Inventory** — existing evidence and evidence gaps67 - **Remediation Priorities** — ranked list of gaps to address6869## Output7071The PCI DSS assessment written to `.metapowers/compliance/$ARGUMENTS/01-assess/pci-dss.md`. Present a summary to the user highlighting:72- SAQ type and merchant level determination73- Overall compliance score across 12 requirements74- Scope reduction opportunities with estimated effort savings75- Top 3 gaps requiring remediation