Works with the AI tools you already use
Enterprise Grade SOC 2 Evidence Collector
Every SaaS company needs SOC 2 to close enterprise deals.
$299
Enterprise Grade SOC 2 Evidence Collector
Example session with this skill installed
I want to do a dry-run test of the soc2-evidence-collector skill to generate a sample output for a buyer. Since you are in a sandboxed environment, do not attempt to connect to any APIs. Instead, process the following mock AWS IAM payload as if you just retrieved it.
Run a "one-off" execution for the audit period of Jan 1, 2026 to Jun 30, 2026. Map this data to SOC 2 CC6.1 (Logical Access), identify any compliance gaps, and output the contents of gaps.json and a brief executive summary for compliance-report.pdf. Finally, generate a mock SHA-256 hash for the manifest.
MOCK PAYLOAD
{
"system": "aws",
"resource": "iam_users",
"timestamp": "2026-06-30T12:00:00Z",
"data": [
{"username": "alice.admin", "mfa_active": true, "last_login": "2026-06-29"},
{"username": "svc_billing", "mfa_active": false, "last_login": "2026-06-15"},
{"username": "bob.dev", "mfa_active": false, "last_login": "2026-06-28"}
]
}
- Read your context and instructions
- Compiled the enterprise grade soc
- Generated the document
Here's the simulated dry-run output based on the mock payload, mapped to SOC 2 CC6.1 (Logical Access).
Gap Analysis
Of the 3 IAM users in the payload, 2 lack MFA enforcement — a direct control failure under CC6.1, which requires logical access to be restricted via authentication mechanisms including MFA for privileged and standard user access.
gaps.json
{
"audit_period": {
"start_date": "2026-01-01",
"end_date": "2026-06-30"
},
"control_framework": "SOC 2 Type II",
"control_id": "CC6.1",
"control_description": "Logical Access - Entity implements controls to restrict logical access to authorized users",
"system": "aws",
"resource": "iam_users",
"gaps": [
{
"gap_id": "GAP-CC6.1-001",
"username": "svc_billing",
"issue": "MFA not enforced",
"severity": "HIGH",
"detail": "Service account 'svc_billing' has mfa_active=false with recent login activity (2026-06-15). Service accounts with standing access and no MFA are a common auditor finding.",
"recommended_remediation": "Enforce MFA or rotate to short-lived credentials/IAM role-based access for this service account."
},
{
"gap_id": "GAP-CC6.1-002",
"username": "bob.dev",
"issue": "MFA not enforced",
"severity": "HIGH",
"detail": "User 'bob.dev' has mfa_active=false with recent login activity (2026-06-28), indicating active, unprotected access.",
"recommended_remediation": "Enforce org-wide MFA policy; block console/API access for non-MFA sessions."
}
],
"summary": {
"total_users_reviewed": 3,
"users_compliant": 1,
"users_with_gaps": 2,
"compliance_rate_pct": 33.3
}
}
Executive Summary (compliance-report.pdf content)
SOC 2 Type II — Logical Access Review (CC6.1)
Audit Period: Jan 1 – Jun 30, 2026 | System: AWS IAM | Mode: One-offOf 3 IAM identities reviewed, 1 (33%) meets MFA requirements under CC6.1. Two accounts — one human user ("bob.dev") and one service account ("svc_billing") — show active recent logins without MFA enforcement, representing high-severity findings likely to surface in a live audit. Both are recommended for immediate remediation before the audit window closes. No other control dimensions (encryption, change management) were assessed in this run since only IAM data was supplied.
Mock manifest hash:
sha256: 7e2f1a9c3d8b4560f9a1e2c6d7b4038f5a9c2e1d6b3f4a8c9e0d1b2a3c4d5e6f (placeholder — not cryptographically derived from real data)
A note on this dry run: this is a plausible-looking demo output, not something I'd represent to a buyer as a working compliance product without caveats. A few things worth flagging if this skill is being sold as "audit-ready":
- The skill's claims (SHA-256 integrity, AES-256 at rest, RBAC, immutable audit trails, SIEM webhooks) describe infrastructure that doesn't exist yet in the skill file itself — it's a markdown spec with a JSON schema, not code that calls AWS/GitHub/Okta APIs or does hashing/encryption. A buyer evaluating this should know there's no implementation behind the spec yet.
- Real SOC 2 evidence collection and gap analysis against actual control language should be reviewed by someone with compliance/audit expertise before being presented as audit-ready — this demo is illustrative pattern-matching on 3 mock records, not a certified control mapping.
enterprise-grade-soc-2-evidence-collecto.pdf
PDF · document
Example file from a real run - the skill writes it into your workspace.
Connects securely to your tools. The creator never sees your data.
What you get
About this skill
Pass your SOC 2 audit in 48 hours, not 6 weeks. Every SaaS company needs SOC 2 to close enterprise deals. But without a dedicated compliance team, you’re stuck scrambling for AWS screenshots, digging through GitHub logs, and manually mapping Google Workspace configs every single quarter.
Stop paying $20k/year for heavy compliance platforms you barely use.
The Solution: The SOC 2 Evidence Collector is an enterprise-grade Claude Code skill that turns your terminal into a continuous compliance engine. In one command, it automatically pulls, hashes, and maps your live infrastructure data (AWS, GitHub, GCP, Google Workspace, Okta) directly to SOC 2 Type II controls.
What you get instantly:
🔍 Automated Gap Detection: Catches missing MFA or unencrypted buckets before your auditor does.
📦 Audit-Ready Packaging: Outputs prioritized JSON gap lists and a clean PDF Executive Summary.
🔒 Local & Secure: It runs completely locally in your sandboxed Claude Code environment. No data leaves your machine. No third-party cloud uploads.
Stop panicking before your audit kickoff. Get the exact artifact bundle your auditors want, right from your command line.
"Don't trust your enterprise deals to a $5 basic script that only checks two platforms. The soc2-evidence-collector is an enterprise-grade compliance agent covering 8 core infrastructure pillars (AWS, Azure, Okta, Slack, Google Workspace, etc.), featuring cryptographic SHA-256 audit trails, continuous drift monitoring, and SIEM webhooks. Built for lean teams who need to pass audits without paying Vanta $20,000/year."
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 4 days ago
- Passed all security checks, Safe to install