Certifications & Attestations
Cryptographic Audit Integrity
STFE's most distinctive security feature is the SHA-256 tamper-evident hash-sealing of every clinical evaluation record. This is not a standard feature of any other SNF or CAH software.
- Proof-of-Intent Hash (POI): At the moment of evaluation, a SHA-256 hash is computed over the patient state, the active clinical rule set, the facility thresholds, and the evaluation timestamp. This hash is stored immutably.
- Tamper evidence: Any modification to an audit record — even a single character — produces a different hash. This proves records have not been altered since the moment of the clinical decision.
- DON signature chain: The Director of Nursing's NPI is attached to the rule set sign-off. Each evaluation records which signed rule version ran.
- ADR defense: The signed audit record can be presented to CMS surveyors as evidence that the admission decision was made based on documented, consistent clinical criteria at a specific point in time.
Infrastructure Security
🔐 Encryption at Rest
AES-256 encryption on all data stores. AWS RDS with storage encryption. S3 server-side encryption.
🔒 Encryption in Transit
TLS 1.3 enforced on all connections. HSTS headers. Certificate pinning on mobile clients.
🌐 Network Isolation
Production workloads in private VPC subnets. No direct internet access to database or cache layers. NAT gateway for outbound-only traffic.
🔑 Secrets Management
All credentials stored in AWS Secrets Manager. No hardcoded secrets in application code. Automatic rotation.
📊 Monitoring & Alerting
Real-time alerting on authentication anomalies, access control violations, and abnormal API patterns. 24/7 alert coverage.
🚀 Container Security
AWS ECS Fargate (serverless containers). No persistent compute instances. Image vulnerability scanning on every build.
Access Controls
- Role-Based Access Control (RBAC): 5 distinct roles with strictly enforced permission boundaries. Users can only access data associated with their facility.
- Multi-Factor Authentication: Required for all administrative roles (FACILITY_ADMIN, OPERATOR_EXEC, SYSTEM_ADMIN).
- API Key Authentication: API access requires facility-specific API keys. Keys are SHA-256 hashed before storage — not reversible.
- Session Management: JWT tokens with short expiry. Refresh token rotation on every use. No persistent sessions stored server-side.
- Audit Logging: Every user action — login, evaluation, override, configuration change — is logged with timestamp, user ID, IP address, and action detail. Logs are immutable.
Application Security
- Dependency scanning: Automated scanning for known vulnerabilities in all dependencies (Python packages, npm packages) on every build.
- Input validation: All API inputs validated against strict Pydantic schemas. SQL injection and XSS prevention at the framework level.
- CORS policy: Strict origin allowlist. No wildcard CORS.
- Rate limiting: API rate limiting on all endpoints to prevent abuse and credential stuffing.
- Penetration testing: Annual third-party penetration test. Critical findings remediated within 72 hours; high findings within 14 days.
Business Continuity
- Uptime SLA: 99.9% monthly uptime commitment (planned maintenance excluded).
- Database backups: Automated daily snapshots retained for 30 days. Point-in-time recovery available.
- Multi-AZ deployment: Production infrastructure deployed across multiple AWS Availability Zones.
- Incident response: On-call engineering coverage. Defined escalation paths. Status page at status.stfe.io.
Employee Security
- Background verification for all employees with system access
- Annual HIPAA and security awareness training
- Signed confidentiality agreements covering PHI and trade secrets
- Production access is role-based, logged, and subject to quarterly access review
- Engineering team does not have standing access to production PHI — access requires approval and creates an audit trail
🔍 Report a Security Vulnerability
STFE operates a responsible disclosure program. If you discover a security vulnerability in our platform, please contact us before public disclosure. We will acknowledge receipt within 24 hours and provide a resolution timeline within 5 business days.
Email: security@stfe.io
PGP Key: Available on request for encrypted submissions
24/7 Hotline: +1 (302) 555-1911
We do not pursue legal action against security researchers who act in good faith and follow responsible disclosure practices.
Request Security Documentation
The following security documents are available to customers and prospective customers under NDA:
- SOC 2 Type II report (most recent)
- Penetration test executive summary
- Subprocessor list with data categories
- Data Processing Agreement (DPA)
- Business Continuity Plan summary
Contact security@stfe.io to request security documentation.