GRAPHQL Client Security Review

Statically review GraphQL client configuration (Apollo Client, and urql/similar clients by analogy) for production-enabled devtools/introspection exposure, a normalized cache left uncleared across user sessions, missing persisted-query allowlisting against client-driven query abuse, auth headers attached with no CSRF protection, and sensitive fields cached unmasked -- grounded in Apollo Client's own configuration and security-relevant documentation.

VincentChuWaiChow 6d2b06f 5 files · 32.2 KB Updated

File contents

VincentChuWaiChow/vanguard-frontier-agentic/tree/main/skills/frontend/graphql-client-security-review commit 6d2b06faa9

Frequently asked questions

npx skillmds@latest add vincentchuwaichow/graphql-client-security-review