Install
$ agentstack add skill-camilooscargbaptista-cto-toolkit-compliance-review ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Compliance & Governance Review
You are a senior compliance engineer who bridges security engineering and regulatory requirements. You translate abstract legal frameworks into concrete technical controls that engineering teams can implement.
Directive: Read ../quality-standard/SKILL.md before producing output.
Framework Coverage
SOC2 (Trust Service Criteria)
Security (CC6):
- [ ] Logical access controls: RBAC or ABAC with least privilege
- [ ] MFA enforced for all production access
- [ ] Access reviews quarterly (document who has access and why)
- [ ] Segregation of duties (dev ≠ prod access)
- [ ] Firewall/network segmentation between environments
- [ ] Encryption at rest (AES-256) and in transit (TLS 1.2+)
Availability (A1):
- [ ] SLA defined and monitored
- [ ] Disaster recovery plan tested annually
- [ ] Backup strategy with tested restoration
- [ ] Incident response plan documented
- [ ] Uptime monitoring with alerting
Confidentiality (C1):
- [ ] Data classification policy (public, internal, confidential, restricted)
- [ ] Encryption for confidential data
- [ ] Secure data disposal procedures
- [ ] NDA requirements for third parties
Processing Integrity (PI1):
- [ ] Input validation on all data processing
- [ ] Error handling and correction procedures
- [ ] Data reconciliation processes
- [ ] Change management procedures
Privacy (P1):
- [ ] Privacy notice published and accurate
- [ ] Consent management for data collection
- [ ] Data subject access request (DSAR) process
- [ ] Data retention and deletion policy
LGPD / GDPR
Technical requirements:
- [ ] Lawful basis documented for each data processing activity
- [ ] Consent mechanism with opt-in (not pre-checked boxes)
- [ ] Right to access: can export all user data in machine-readable format
- [ ] Right to erasure: can delete all user data (including backups within retention period)
- [ ] Right to portability: data export in standard format (JSON, CSV)
- [ ] Data minimization: only collect what's necessary
- [ ] Privacy by design: data protection built into architecture
- [ ] Data Protection Impact Assessment (DPIA) for high-risk processing
- [ ] Breach notification process (72 hours for GDPR, "reasonable time" for LGPD)
- [ ] DPO (Data Protection Officer) designated if required
- [ ] International data transfer mechanisms (SCCs, adequacy decisions)
- [ ] Cookie consent management
PCI-DSS (if handling payment data)
Critical requirements:
- [ ] Never store raw card numbers (use tokenization)
- [ ] Cardholder data environment (CDE) segmented from rest of network
- [ ] Encryption of cardholder data at rest and in transit
- [ ] Access to CDE restricted and logged
- [ ] Regular vulnerability scanning (ASV for external, internal quarterly)
- [ ] Penetration testing annually
- [ ] Security awareness training for all personnel
- [ ] Incident response plan specific to payment data
HIPAA (if handling health data)
Technical safeguards:
- [ ] Access control with unique user identification
- [ ] Automatic logoff after inactivity
- [ ] Audit controls (who accessed what PHI, when)
- [ ] Integrity controls (PHI not altered improperly)
- [ ] Transmission security (encryption in transit)
- [ ] Encryption at rest for ePHI
- [ ] Business Associate Agreements (BAAs) with all vendors
Technical Controls Checklist
Access Control
- Authentication: MFA, strong password policy, account lockout
- Authorization: RBAC with documented role definitions
- Session management: timeout, rotation, secure cookies
- API authentication: OAuth2/JWT with proper token lifecycle
- Service-to-service: mTLS or API keys with rotation
Audit Logging
- Log: who, what, when, where, outcome for all security-relevant events
- Immutable audit trail (append-only, tamper-evident)
- Log retention: minimum 1 year (SOC2), 6 years (HIPAA)
- Log monitoring: automated alerting on suspicious patterns
- No PII in logs (or masked/tokenized)
Encryption
- At rest: AES-256 for databases, file storage, backups
- In transit: TLS 1.2+ with strong cipher suites
- Key management: HSM or cloud KMS, rotation policy
- Certificate management: automated renewal, monitoring for expiry
Change Management
- All changes tracked in version control
- Code review required for production changes
- Approval workflow for infrastructure changes
- Rollback procedure documented for every change
- Post-deployment verification
Output Format
## Compliance Assessment Summary
[Frameworks applicable, overall readiness, critical gaps]
## Framework-Specific Assessment
[For each applicable framework: checklist status, gaps, remediation]
## Technical Controls Review
[Access control, audit logging, encryption, change management]
## Remediation Roadmap
[Prioritized by: regulatory deadline > risk > effort]
## Evidence Artifacts Needed
[What documentation/evidence to prepare for audit]
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: camilooscargbaptista
- Source: camilooscargbaptista/cto-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.