Cortex Digital Archive

A Developer Artifact Registry

ARTICLE

//

Searchable field-level encryption on Supabase with CipherStash

The CipherStash integration for Supabase introduces Data Level Access Control (DLAC) to Postgres, enabling field-level encryption that maintains searchability, sorting, and joins through Searchable Encrypted Metadata (SEM). By encrypting data at the application layer using ZeroKMS before it reaches the database, teams can ensure that neither Supabase nor CipherStash ever has access to plaintext data while still utilizing standard SQL operations like WHERE clauses and ORDER BY. The integration fits into existing TypeScript workflows via an encrypted SDK wrapper for Supabase.js, Drizzle, and Prisma, requiring no schema changes and offering a transparent proxy for legacy tools or background workers. This approach effectively solves the tradeoff between data security and database performance, allowing regulated workloads to meet strict compliance standards like HIPAA and GDPR without sacrificing the developer experience of a managed Postgres environment.

ARTICLE

//

Ben Bernanke appointed to Anthropic’s Long-Term Benefit Trust

Dr. Ben Bernanke, former Federal Reserve Chair and Nobel laureate, has been appointed to Anthropic’s Long-Term Benefit Trust (LTBT) to provide high-level governance and economic oversight as advanced AI systems scale. By joining this independent body, Bernanke brings his expertise in crisis management and economic stability to help Anthropic navigate the significant societal and workforce disruptions anticipated from AI. As part of a Public Benefit Corporation structure, the LTBT serves as a critical check on the company's development path, holding the authority to appoint board members and ensuring that long-term safety and public benefit remain prioritized over commercial interests. This appointment specifically strengthens Anthropic's capacity to model and respond to the technology's global economic effects, leveraging Bernanke’s unique background in steering large-scale financial systems.

ARTICLE

//

Build logs now redact Sensitive Environment Variable values

Vercel now automatically redacts sensitive environment variables that are 32 characters or longer by replacing them with a [REDACTED] placeholder in build logs. This security enhancement ensures that high-entropy secrets remain hidden while still providing developers with visibility into redaction events via the Build Logs view and Activity Log. Additionally, certain system environment variables used for deployment security are also masked to prevent accidental exposure of critical infrastructure credentials.