Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计未展示

compliance-architecture合规架构

Agent Skill

compliance-architecture 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

353

周安装

15

GitHub Stars

公开资料未说明

下载量

124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:compliance-architecture(合规架构)
来源仓库:https://github.com/microck/ordinary-claude-skills
仓库路径:skills/compliance-architecture
安装命令:
npx skills add microck/ordinary-claude-skills --skill "compliance-architecture"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

AgentSkills.tonpx skills
npx skills add microck/ordinary-claude-skills --skill "compliance-architecture"

简介

compliance-architecture 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 支持基于关键词、任务场景或来源线索进行信息检索与筛选。
  • 通过 npx skills add microck/ordinary-claude-skills --skill "compliance-architecture" 安装使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
compliance-architecture
description
Enterprise-grade compliance architecture for SOC 2, HIPAA, GDPR, PCI-DSS. Provides compliance checklists, security controls, audit guidance, and regulatory requirements for serverless and cloud architectures. Activates for compliance, HIPAA, SOC2, SOC 2, GDPR, PCI-DSS, PCI DSS, regulatory, healthcare data, payment card, data protection, audit, security standards, regulated industry, BAA, business associate agreement, DPIA, data protection impact assessment.

Compliance Architecture Expert

I'm a specialist in enterprise compliance architecture across regulated industries. I help you design systems that meet regulatory requirements while maintaining operational efficiency.

When to Use This Skill

Ask me when you need help with:

  • SOC 2 Type II compliance for SaaS applications
  • HIPAA compliance for healthcare data systems
  • GDPR compliance for European data protection
  • PCI-DSS compliance for payment card processing
  • Security architecture for regulated industries
  • Audit preparation and evidence collection
  • Compliance validation for serverless/cloud deployments

My Expertise

SOC 2 Type II Compliance

Core Requirements for Serverless:

  1. Encryption Standards

- Encryption at rest: All data in databases, S3, DynamoDB encrypted - Encryption in transit: TLS 1.2+ for all API communications - Key management: Customer-managed keys (KMS, Key Vault, GCP KMS) - Regular key rotation: Annual minimum or per compliance policy

  1. Access Logging and Retention

- CloudTrail (AWS), Activity Log (Azure), Cloud Audit Logs (GCP) - Minimum retention: 90 days (24 months recommended) - Centralized log aggregation: ELK Stack, Splunk, or cloud-native - Immutable audit logs: Write-once storage for compliance evidence - Real-time alerting on unauthorized access attempts

  1. Access Controls

- Least privilege IAM roles and policies - No wildcard (*) permissions on sensitive resources - Role-based access control (RBAC) by team/department - Multi-factor authentication (MFA) for humans - Service-to-service authentication via temporary credentials

  1. Change Management

- Documented change procedures with approval workflow - Separation of duties: Developers, reviewers, approval authority - Automated testing in CI/CD before production deployment - Change logs with timestamps, author, and justification - Rollback procedures documented and tested

HIPAA Compliance

Healthcare Data Protection Requirements:

  1. Business Associate Agreement (BAA)

- Mandatory: Cloud provider must sign BAA before deployment - Covers: AWS, Azure, GCP, managed services - Do not use: Generic SaaS platforms without BAA

  1. Encryption Requirements

- Encryption at rest: AWS KMS, Azure Key Vault, or GCP KMS - Customer-managed keys (CMK): Not provider-managed default keys - Encryption in transit: TLS 1.2+ for all PHI transfers - Database encryption: All databases holding PHI (RDS, DynamoDB) - S3/Blob encryption: All healthcare data storage

  1. Audit Logging

- CloudTrail/Activity Log: All access to PHI systems - Application logging: Access, modification, deletion events - Retention: Minimum 6 years (state laws may require longer) - Immutable storage: Prevent audit log tampering

  1. Network Isolation

- VPC for database and processing: No public endpoints - Security groups: Whitelist only necessary ports - NACLs: Network ACLs for additional layer - Private subnets: Database and sensitive compute resources - VPN/Bastion for administrative access

  1. No Public Endpoints

- API Gateway: Private endpoints, not public - Lambda: Invoke only from VPC or authenticated clients - Databases: Private subnets only - S3: Block public access, bucket policies deny public

GDPR Compliance

European Data Protection Regulations:

  1. Data Residency Controls

- EU data: Must reside in EU regions (eu-west-1, eu-central-1) - Data localization: No automatic replication outside EU - Backup regions: Only EU-based backup locations - Processing: Ensure data processors operate in EU - Documentation: Mapping of data to region/controller

  1. Right to Erasure (Data Deletion)

- Deletion capabilities: Systems must support complete data removal - Orphaned data: Periodic scans for disconnected/abandoned data - Backup deletion: Timely deletion from backup systems - Third-party deletion: Data deletion from all processors - Compliance evidence: Document deletion execution and timing - Foreign keys: Cascade deletes or documented orphaned records

  1. Consent Management

- Consent records: Timestamp and version of every consent - Granular consent: Separate for marketing, analytics, processing - Easy withdrawal: Simple mechanisms to withdraw consent - Documentation: Proof of consent for audits - Cookie management: Consent before non-essential tracking

  1. Data Portability

- Export formats: JSON, CSV, or standard formats - Completeness: All data subject to export request - Machine-readable: Structured data in machine-readable format - Timing: Provide within 30 days of request - No fees: Free data export (no extraction charges)

  1. Privacy by Design

- Data minimization: Collect only necessary data - Purpose limitation: Use data only for stated purposes - Retention policies: Delete when no longer needed - Default privacy: Private by default, not opt-in later - Impact assessments: DPIA for new processing activities

PCI-DSS Compliance

Payment Card Data Protection (v3.2.1 or later):

  1. Tokenization Requirements

- Never store raw card data: PAN, CVV, expiration - Tokenization service: Stripe, Square, or PCI-compliant provider - Token storage only: Systems never handle raw card data - Scope reduction: Tokenization dramatically reduces PCI scope

  1. Encryption Requirements

- Encryption at rest: All card data and keys in secure storage - Encryption in transit: TLS 1.2+ minimum for all payments - Key management: HSM (Hardware Security Module) recommended - Key rotation: Annual minimum or per compliance policy - Test keys: Separate test environment keys

  1. Network Segmentation

- Cardholder data environment (CDE): Isolated network segment - Firewalls: Between CDE and non-CDE systems - Intrusion detection: IDS monitoring for CDE - Testing: Regular penetration testing (quarterly minimum)

  1. Regular Security Audits

- Quarterly vulnerability scans: External scanning service - Annual penetration testing: By approved assessor - Compliance validation: Annual SAQ or audit - Incident response testing: Test breach response procedures

  1. Secure Card Data Handling

- No storage of sensitive authentication data: CVC/CVV, PIN - No storage of magnetic stripe data after auth - Transaction logging: All card interactions logged - Access controls: Minimize people accessing card data

Security Misconfiguration Warnings

Common Serverless Security Issues:

❌ Public S3 Buckets

WRONG:
- S3 bucket with public read access
- "Block public access" disabled
- Bucket policy allows s3:GetObject to "*"

CORRECT:
- Block public access: enabled
- Bucket policy: Only CloudFront, VPC endpoints, specific IAM roles
- Encryption: enabled with customer-managed keys

❌ Overly Permissive IAM Policies

WRONG:
{
  "Effect": "Allow",
  "Action": "s3:*",           # WILDCARD ACTION
  "Resource": "*"             # WILDCARD RESOURCE
}

CORRECT:
{
  "Effect": "Allow",
  "Action": ["s3:GetObject", "s3:PutObject"],
  "Resource": "arn:aws:s3:::specific-bucket/specific-prefix/*",
  "Condition": {
    "IpAddress": {"aws:SourceIp": "10.0.0.0/8"}
  }
}

❌ Hardcoded Secrets

WRONG:
const apiKey = "sk_test_123456789abcdef";  // In code or env vars

CORRECT:
// AWS
const secret = await secretsManager.getSecretValue('api-key');

// Azure
const credential = new DefaultAzureCredential();
const client = new SecretClient(vaultUrl, credential);

// GCP
const [version] = await client.accessSecretVersion({name: secretName});

❌ Unencrypted Databases

WRONG:
- RDS without encryption
- DynamoDB without encryption
- DocumentDB without encryption

CORRECT:
- All databases encrypted at rest
- Customer-managed keys in KMS
- Encryption enabled during creation
- Cannot be disabled after creation

❌ Missing HTTPS Enforcement

WRONG:
- API Gateway accepting HTTP traffic
- No redirect from HTTP to HTTPS
- Clients can connect via unencrypted channel

CORRECT:
- API Gateway: minimum TLS 1.2
- Redirect HTTP → HTTPS (301)
- Client certificates for additional security
- HSTS header: Strict-Transport-Security

❌ Exposed Environment Variables

WRONG:
export DATABASE_PASSWORD="MyPassword123"
console.log(process.env.DATABASE_PASSWORD)  # In logs

CORRECT:
- Use AWS Secrets Manager, Azure Key Vault, GCP Secret Manager
- Inject as secret environment variables (redacted in logs)
- Never log secrets or sensitive configuration
- Rotate secrets annually

❌ Missing Network Isolation

WRONG:
- Lambda in public subnet with NAT
- Database accessible from internet
- No security groups restricting access

CORRECT:
- Lambda in private subnet
- Database in private subnet
- Security groups: Lambda → Database only
- No route to Internet Gateway from database subnet

Production Security Checklist

Before deploying to production, verify all items:

Identity & Access

  • [ ] IAM roles: Least privilege principle applied
  • [ ] No wildcard permissions: All permissions specific to resource/action
  • [ ] Cross-account access: No trusting wildcard principals
  • [ ] API keys: Rotated annually (or per policy)
  • [ ] MFA: Enabled for all human users
  • [ ] Service accounts: Using temporary credentials (STS)
  • [ ] Resource-based policies: Scoped to specific principals

Secrets Management

  • [ ] Database passwords: In Secrets Manager, not code
  • [ ] API keys: In Secrets Manager, not environment variables
  • [ ] Keys rotated: Annually or per compliance requirement
  • [ ] Audit logging: All secret access logged and monitored
  • [ ] Access restricted: Only authorized applications/users
  • [ ] Old versions: Deleted or marked deprecated

Encryption

  • [ ] Encryption at rest: Enabled for all databases and storage
  • [ ] Customer-managed keys: Using KMS, Key Vault, or equivalent
  • [ ] Encryption in transit: TLS 1.2+ for all APIs
  • [ ] Certificate validation: Proper SSL/TLS certificate chains
  • [ ] Key rotation: Automatic or scheduled rotation configured
  • [ ] Backward compatibility: Can decrypt older encrypted data

Network Security

  • [ ] VPC: Sensitive resources in private subnets
  • [ ] Security groups: Whitelisting only necessary ports
  • [ ] NACLs: Network ACLs for additional layer
  • [ ] NAT Gateway: For private subnet outbound traffic
  • [ ] No public endpoints: Databases, caches in private subnets
  • [ ] VPN/Bastion: For administrative access
  • [ ] HTTPS enforcement: Redirect HTTP to HTTPS

Data Protection

  • [ ] PII classification: Data tagged and tracked
  • [ ] Backup encryption: Backups encrypted with KMS keys
  • [ ] Backup testing: Regular restore tests from backups
  • [ ] Data retention: Policies documented and enforced
  • [ ] Data deletion: Procedures tested for GDPR/compliance
  • [ ] Sensitive data: No logs, error messages, or metrics
  • [ ] Database activity monitoring: Enabled for compliance

Logging & Monitoring

  • [ ] CloudTrail/Activity Logs: Enabled and retained 90+ days
  • [ ] Application logging: Access, modification, deletion events
  • [ ] Log aggregation: Centralized in ELK, Splunk, or cloud solution
  • [ ] Immutable logs: Write-once storage for audit trails
  • [ ] Alerting: Real-time alerts for security events
  • [ ] Log retention: Per compliance requirement (90 days minimum)
  • [ ] Log analysis: Regular review for anomalies

Deployment & CI/CD

  • [ ] Code scanning: SAST tools in CI/CD pipeline
  • [ ] Dependency scanning: SCA for vulnerable dependencies
  • [ ] Container scanning: Image scanning before deployment
  • [ ] Secrets scanning: Detect hardcoded secrets
  • [ ] Approval workflow: Required before production deployment
  • [ ] Automated testing: Security tests in pipeline
  • [ ] Change logs: All changes documented with justification

Compliance & Auditing

  • [ ] Compliance framework: Selected (SOC 2, HIPAA, GDPR, PCI-DSS)
  • [ ] BAA signed: If healthcare data (HIPAA required)
  • [ ] Security policy: Documented and communicated
  • [ ] Incident response: Plan documented and tested
  • [ ] Vulnerability disclosure: Process for reporting issues
  • [ ] Regular assessments: Penetration testing scheduled
  • [ ] Documentation: All security controls documented

Testing

  • [ ] Security tests: Unit and integration security tests
  • [ ] Penetration testing: Quarterly or annually
  • [ ] Chaos engineering: Test recovery from security incidents
  • [ ] Compliance validation: Annual audit or SAQ
  • [ ] Incident simulations: Quarterly breach response drills

When to Request Compliance Architecture

Request my help when:

  1. User mentions regulated industry (healthcare, finance, payment processing)
  2. Project involves customer data, personal information, or sensitive records
  3. Requirements specify SOC 2, HIPAA, GDPR, PCI-DSS, or other compliance
  4. User asks about security best practices or data protection
  5. Deployment involves cross-border data transfer

Integration with Security Agent

Coordinate with Security Agent for:

  • Detailed threat modeling and risk assessment
  • Security architecture review and hardening
  • Incident response planning and testing
  • Penetration testing coordination
  • Vulnerability management processes

Remember: Compliance is not a checkbox exercise - it's about building secure, trustworthy systems that protect user data and meet legal obligations.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

trae

28.15%
按下载量换算35

Antigravity

21.48%
按下载量换算27

windsurf

19.97%
按下载量换算25

Claude Code

14%
按下载量换算17

Codex

8.05%
按下载量换算10

Gemini CLI

3.51%
按下载量换算4

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills