integration-patterns

Pass

Audited by Gen Agent Trust Hub on Aug 23, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill documents standard integration patterns for full-stack React applications. It provides legitimate code examples for common workflows like data fetching, form handling, and authentication.
  • [DATA_EXPOSURE]: The provided code snippets demonstrate best practices for session management by verifying authentication headers in server functions (auth.api.getSession({ headers: request.headers })) before performing sensitive operations.
  • [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted libraries from the TanStack ecosystem and internal vendor packages (@oakoss/*). These references are appropriate for the skill's stated purpose and do not involve untrusted third-party sources.
  • [PROMPT_INJECTION]: The skill uses structured validation via Zod schemas for all data ingestion points (URL search parameters and form inputs), effectively mitigating the risk of indirect prompt injection by ensuring data conforms to expected types and structures.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 23, 2026, 03:28 AM
Security Audit — agent-trust-hub — integration-patterns