← Back to AllCode Nexus

Security & Compliance

This document describes the security posture of AllCode Nexus for review by your security and compliance teams.

Architecture Security Model

AllCode Nexus follows a shared responsibility model:

Responsibility Owner
CloudFormation stack resources in your account Customer
IAM role permissions and trust policies Customer
Identity provider configuration Customer
User access management Customer
Nexus portal infrastructure AllCode
Credential helper software integrity AllCode
Monitoring and analytics pipeline AllCode
Platform security patches AllCode

Data Handling

What AllCode Nexus Stores

What AllCode Nexus Does NOT Store

Data Flow

  1. Users authenticate directly with your IdP — credentials never pass through AllCode
  2. OIDC tokens are exchanged for temporary AWS credentials via Cognito in your account
  3. Claude Code communicates directly with Amazon Bedrock in your AWS account
  4. Usage metrics (token counts only) are reported to the Nexus analytics pipeline

No customer code or conversation data ever leaves your AWS account or passes through AllCode infrastructure.

Encryption

Layer Standard
Data in transit TLS 1.2+ (all API and portal communications)
Data at rest (Nexus platform) AES-256
Data at rest (your AWS account) AWS-managed encryption (CloudWatch, Cognito)
Credential exchange AWS STS with short-lived tokens (1 hour max)

IAM Security

The CloudFormation stack creates the minimum required permissions:

Credential Lifecycle

Compliance Readiness

Framework Status
SOC 2 Type II In progress
HIPAA Architecture supports BAA requirements (no PHI stored)
FedRAMP Compatible with GovCloud deployment
GDPR No EU personal data stored beyond email for attribution
ISO 27001 Controls aligned

Audit Capabilities

Network Security

Supply Chain Security

Incident Response

In the event of a security incident:

Frequently Asked Questions

Can AllCode access my AWS account? No. The CloudFormation stack creates resources owned by you. AllCode has no IAM access to your account.

Can AllCode read my code or conversations? No. All Claude Code interactions go directly to Amazon Bedrock in your account. AllCode only receives anonymized usage metrics (token counts).

What happens if I delete the stack? All Nexus resources are removed from your account. Users lose access immediately. Your Nexus portal data (metrics history, policies) is retained until you cancel your subscription.

Is the credential helper open source? The credential helper is distributed as a signed binary. Source code is available for security review upon request under NDA.

Next Steps