Trust
Secure by Design
Security has been built into Standard Works from day one, not bolted on after the fact, and we take our security posture extremely seriously. Efex AI, Inc. dba Standard Works is a signatory of CISA's Secure by Design Pledge. This page documents, in public, how we are meeting each of its seven goals.
About the pledge
The Secure by Design Pledge is a voluntary commitment, organized by the U.S. Cybersecurity and Infrastructure Security Agency (CISA), for software manufacturers to build security into their products from the start rather than bolting it on later. It centers on seven concrete goals.
We signed on June 29, 2026 and are committed to demonstrating measurable progress on each goal within a year, by June 29, 2027. The status below reflects where we stand today.
The seven goals
Our progress, goal by goal.
1. Multi-factor authentication
MetDemonstrate measurable progress toward enabling multi-factor authentication across products.
Multi-factor authentication is required for every Standard Works user, not offered as an opt-in. Users authenticate with a password plus a second factor: either a one-time code sent to a verified phone number or a code from an authenticator app (TOTP).
MFA was not required during our initial Public Archives launch. We have since made it mandatory: every existing user is enrolled in MFA on their next sign-in, and new accounts cannot complete onboarding without it. We are working toward 100% coverage across the entire user base as accounts cycle through their next login.
SSO/SAML for enterprise customers is on our near-term roadmap and will give customer administrators centralized control over authentication.
2. Default passwords
MetDemonstrate measurable progress toward reducing the use of default passwords across products.
Standard Works ships with no default or shared passwords. There are no built-in administrator credentials and nothing for a customer to "change after first login."
The only temporary credential we issue is a one-time password used during the signup flow. It expires after 7 days, and a user cannot finish onboarding without replacing it with a password of their own choosing combined with their required second factor.
3. Reducing entire classes of vulnerability
OngoingDemonstrate actions taken to reduce entire classes of vulnerability: eliminating whole categories of flaws, not just individual bugs.
Our stack is chosen so that whole categories of vulnerability are designed out by default rather than patched one bug at a time:
- Injection (SQL/NoSQL). All database access to our PostgreSQL (RDS) data runs through parameterized queries, never string-concatenated SQL, which eliminates classic SQL injection by construction. Queries to OpenSearch and AWS Neptune are likewise built from structured, parameterized inputs.
- Cross-site scripting (XSS). Our frontend is built on Next.js and React, which escape rendered output by default. We avoid raw HTML injection paths and rely on the framework's automatic escaping for user-controlled content.
- Memory-safety bugs. Our backend runs on FastAPI (Python) and our frontend on TypeScript/Node, both memory-managed runtimes that structurally avoid the buffer-overflow and use-after-free classes common to C/C++ code.
We treat this as ongoing work: as our codebase grows, we continue to favor frameworks and patterns that remove classes of bugs by default over those that require us to remember to avoid them.
4. Security patches
MetDemonstrate measurable progress toward increasing the installation of security patches by customers.
Standard Works is a fully hosted SaaS product. Customers never install or run our software on their own infrastructure, so there is no patch for a customer to apply. Every customer always runs the latest, patched version of the product the moment we deploy it.
Our infrastructure runs on AWS, and we patch the platform centrally: application updates, dependency upgrades, and managed-service patches (RDS PostgreSQL, OpenSearch, Neptune) are applied by us, not by customers. This design removes the single largest source of unpatched, exploitable systems: out-of-date customer deployments.
5. Vulnerability disclosure policy
MetPublish a vulnerability disclosure policy that authorizes good-faith security research and commits to not recommending legal action for such research.
We publish a Vulnerability Disclosure Policy that authorizes good-faith security research, defines a clear scope, and commits, through an explicit safe harbor, not to pursue legal action against researchers who follow it.
Reports go to security@standardworks.ai, and the policy is also discoverable at /.well-known/security.txt.
6. CVEs
OngoingDemonstrate progress toward issuing complete and accurate Common Vulnerabilities and Exposures (CVE) records for critical and high-impact vulnerabilities.
CVE records exist primarily for software that customers install and run themselves, where an unpatched flaw can persist on the customer's own systems. Because Standard Works is a hosted service that we patch centrally, CVEs are rarely applicable to our model. When we fix an issue, every customer receives the fix immediately and no vulnerable version remains in the field.
We are not a CVE Numbering Authority (CNA). Should a vulnerability ever warrant a CVE, for example in a component we distribute, we commit to issuing a complete and accurate record, including the appropriate CWE (weakness type) and affected-version information, through CISA and the MITRE CVE program.
7. Evidence of intrusions
MetDemonstrate measurable progress toward increasing customers' ability to gather evidence of cybersecurity intrusions affecting products.
Customers have access to audit logs covering actions taken on their data, including document views, searches, and other access events, so they can independently review who did what, and when, within their workspace.
Audit logging is on by default; a customer may choose to opt out. On the infrastructure side, we maintain server-side logging and monitoring across our AWS environment to detect and investigate anomalous activity.
Reach us
Questions or a vulnerability to report?
Security questions and vulnerability reports go to security@standardworks.ai. See our Vulnerability Disclosure Policy and our broader Security overview for more.
Last updated June 29, 2026.