← Back to Trust Center

MemNexus SIG Lite Self-Assessment

Document ID: LEGAL-004 Last updated: 2026-04-08 Status: Current Contact: [email protected]


Overview

This document is a self-assessment response to the Standardized Information Gathering (SIG) Lite questionnaire. It provides an honest summary of MemNexus's current security and compliance posture for vendor risk evaluation.

Where controls are not yet implemented, they are marked as Planned with context. MemNexus does not certify controls that are not yet operational.


A. Risk Management

ControlStatusEvidenceNotes
Formal risk management programPlanned--No formal risk register exists today. Risk is managed informally through engineering review and incident response.
Risk assessments conducted periodicallyPlanned--Planned as part of SOC 2 readiness.
Risk acceptance criteria definedPlanned--Will be formalized alongside the risk register.
Third-party risk assessmentPartially ImplementedSubprocessor ListSubprocessor list is published and reviewed. Formal vendor risk scoring is not yet in place.

B. Security Policy

ControlStatusEvidenceNotes
Documented information security policyImplementedSecurity PracticesPublished and current. Covers encryption, authentication, authorization, audit logging, infrastructure, and development practices.
Policy reviewed and updated regularlyImplementedDocument header tracks last update dateReviewed at each enterprise iteration.
Formal Information Security Management System (ISMS)Planned--No formal ISMS. Planned as part of ISO 27001 readiness (targeted 2027).
Security policy communicated to all personnelImplementedsecurity-practices.md is in the repositoryAccessible to all team members via source control.

C. Organizational Security

ControlStatusEvidenceNotes
Security roles and responsibilities definedPartially Implemented--Small team with defined roles. Security responsibilities are understood but not formally documented in job descriptions.
Segregation of dutiesPlanned--Team size does not currently support full segregation. Compensating control: all code changes require PR review by a different team member.
Contact with authorities and special interest groupsImplemented[email protected]Responsible disclosure contact published. No formal relationships with ISACs or CERTs.
Independent review of information securityPlanned--External penetration testing and SOC 2 audit are planned but not yet engaged.

D. Asset Management

ControlStatusEvidenceNotes
Asset inventory maintainedPartially ImplementedHelm charts, GitHub Actions workflowsInfrastructure is managed as code (IaC). No formal Configuration Management Database (CMDB).
Asset classification schemePlanned--Data classification is implicit (all customer memory content treated as sensitive) but not formally documented as a classification policy.
Acceptable use of assetsImplementedAcceptable Use Policy (LEGAL-006)Published acceptable use policy for the service.
Media handling and disposalN/A--Fully cloud-hosted. No physical media. Azure handles disk disposal per their SOC 2 controls.

E. Human Resources Security

ControlStatusEvidenceNotes
Background checks for personnelPlanned--Not yet formalized. Will be implemented as team scales.
Security awareness trainingPlanned--No formal training program. Security practices are communicated through documentation and code review.
Disciplinary process for security violationsPlanned--Not yet formalized.
Termination procedures (access revocation)Partially Implemented--Access revocation is performed manually on termination. No automated offboarding workflow.

F. Physical Security

ControlStatusEvidenceNotes
Physical access controlsN/A--MemNexus is fully cloud-hosted on Microsoft Azure. No company-operated data centers or server rooms.
Physical security of data centersN/AAzure SOC 2 Type II reportPhysical security is managed by Microsoft Azure. Azure's SOC 2 Type II report covers physical data center controls for the US East 2 region.
Equipment security and maintenanceN/A--All infrastructure is managed by Azure.

G. Operations Management

ControlStatusEvidenceNotes
Documented change management processImplementedChange Management Policy (OPS-007)All changes go through PR review and automated CI/CD.
Incident response planImplementedIncident Response Plan (OPS-003)Published plan with severity classification and response procedures.
Incident response drillsPlanned--Drills have not yet been conducted. Planned.
Monitoring and alertingImplementedApplication and infrastructure monitoring with configurable alertingMonitoring deployed. Alert rules configured for critical metrics.
Capacity managementPartially Implemented--Azure AKS provides scaling capabilities. No formal capacity planning process.
Backup and recoveryPlanned--Azure Disk Snapshots designed but deployment is in progress. Backup procedures are being formalized.
Separation of development and production environmentsImplemented--Development, staging, and production environments are separated. CI/CD promotes through environments.

H. Access Control

ControlStatusEvidenceNotes
Access control policyImplementedSecurity PracticesRBAC with 3 roles (Owner, Admin, Member). Documented.
User registration and deprovisioningImplemented--WorkOS AuthKit handles registration. Account deletion with 7-day grace period (see Data Retention and Deletion Policy).
Privileged access managementPartially Implemented--Admin and Owner roles have elevated privileges. No Privileged Access Management (PAM) tool.
Multi-factor authentication (MFA)Planned--MFA is not currently enforced. WorkOS supports MFA; enforcement is planned.
Single Sign-On (SSO)ImplementedWorkOS AuthKitSAML 2.0 and OIDC via WorkOS. Configurable per organization.
API key managementImplementedSecurity PracticesHMAC-SHA256 hashed storage. Creation, listing, revocation supported.
Session managementImplementedWorkOS AuthKitSecure cookie-based sessions managed by WorkOS.
Cross-tenant data isolationImplemented--All queries scoped by userId/organizationId at the repository layer.

I. Application Security

ControlStatusEvidenceNotes
Secure development lifecyclePartially Implemented--PR-based code review, automated CI/CD, input validation (Zod). No formal SDLC policy document.
Input validationImplementedZod schema validationAll API inputs validated against Zod schemas.
Static Application Security Testing (SAST)Planned--No SAST tooling integrated. Planned.
Dynamic Application Security Testing (DAST)Planned--No DAST tooling integrated. Planned.
Penetration testingPlanned--External penetration test planned but vendor not yet engaged.
Code reviewImplementedGitHub PR workflowAll changes require pull request review before merge.
Dependency vulnerability scanningPlanned--No automated dependency scanning (e.g., Dependabot, Snyk) configured. Planned.

J. Incident Response

ControlStatusEvidenceNotes
Incident response plan documentedImplementedIncident Response Plan (OPS-003)Covers severity levels, roles, communication, and post-incident review.
Incident classification and severity levelsImplementedOPS-003Severity levels defined (Critical, High, Medium, Low).
Breach notification proceduresImplementedOPS-00372-hour notification target for personal data breaches (GDPR Article 33).
Post-incident review processImplementedOPS-003Post-incident reviews documented in the plan.
Incident response drills and tabletop exercisesPlanned--Not yet conducted. Planned.
Evidence preservation proceduresPlanned--No formal forensic evidence handling procedures.

K. Business Continuity

ControlStatusEvidenceNotes
Business continuity plan (BCP)Planned--No formal BCP document.
Disaster recovery plan (DRP)Planned--Azure Disk Snapshots designed but deployment in progress. No formal DRP with RTO/RPO targets.
Business continuity testingPlanned--Cannot test until BCP and DRP are formalized.
Data backup and recoveryPlanned--Backup strategy designed. Implementation in progress. See Data Retention and Deletion Policy Section 7.

L. Compliance

ControlStatusEvidenceNotes
GDPR Article 17 (Right to Erasure)ImplementedData Retention and Deletion PolicySelf-service account deletion with complete data erasure.
GDPR Article 20 (Right to Data Portability)ImplementedData Retention and Deletion PolicySelf-service data export in JSON format.
CCPA complianceImplementedData Retention and Deletion PolicyRight to Delete supported.
SOC 2 Type IPlanned--Auditor engagement not yet started.
SOC 2 Type IIPlanned--Requires Type I first, then observation period.
ISO 27001Planned--Targeted for 2027.
HIPAANot currently planned--Under evaluation. No BAA offered.
Regulatory compliance monitoringPlanned--No formal process for tracking regulatory changes.

M. Encryption

ControlStatusEvidenceNotes
Encryption at restImplementedSecurity PracticesAES-256-GCM-SIV field-level encryption. 13 of 14 sensitive field types encrypted.
Encryption in transitImplementedSecurity PracticesTLS 1.2+ on all external connections. TLS 1.3 for third-party API calls (OpenAI, Stripe). HSTS enabled.
Key managementImplementedSecurity PracticesPer-user DEKs with envelope encryption. Azure Key Vault for KEK in production.
Key rotationPlanned--No automated key rotation. Planned.
Bring Your Own Key (BYOK)Planned--Designed but not yet implemented.

N. Data Privacy

ControlStatusEvidenceNotes
Data retention policyImplementedData Retention and Deletion PolicyPlan-based retention with configurable organization-level policies.
Account deletionImplementedData Retention and Deletion PolicySelf-service with 7-day grace period. Immediate deletion available for regulatory requests.
Data Processing Agreement (DPA)Implemented (Draft)Data Processing Agreement (DPA) (LEGAL-002)DPA template available. Pending final legal review.
Subprocessor listImplementedSubprocessor ListPublished with 30-day advance notice for changes.
Data minimizationImplemented--Stripe receives minimum required data. Audit logs contain metadata only, no user content.
Privacy impact assessmentPlanned--No formal PIA process.
Data subject access requests (DSAR)ImplementedSelf-service export via API and portalUsers can export all data at any time.

Summary

CategoryImplementedPartially ImplementedPlannedN/A
A. Risk Management1030
B. Security Policy3010
C. Organizational Security1120
D. Asset Management1111
E. Human Resources Security0130
F. Physical Security0003
G. Operations Management4120
H. Access Control6110
I. Application Security2140
J. Incident Response4020
K. Business Continuity0040
L. Compliance3050
M. Encryption3020
N. Data Privacy5010
Total336314

Questions

For questions about this self-assessment, contact [email protected].