server-functions
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard patterns for RPC-style server functions using
@tanstack/react-start,zod, and the vendor's own libraries (@oakoss/database,@oakoss/auth). - [SAFE]: Data access patterns use the vendor's official database package (
@oakoss/database) for querying and mutations, which is consistent with the author's ecosystem. - [SAFE]: Authentication and authorization patterns correctly demonstrate verifying sessions via request headers using the vendor's auth package (
@oakoss/auth/server). - [SAFE]: Input validation is consistently performed using
zodschemas, and error handling practices explicitly advise against exposing raw database errors or internal stack traces to the user.
Audit Metadata