Sast GRAPHQL

Detect GraphQL injection vulnerabilities in a codebase using a three-phase approach: recon (confirm GraphQL usage and find unsafe operation document assembly sites), batched verify (trace user input to those sites in parallel subagents, up to 3 candidate sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first). Outputs findings to sast/graphql-results.md. If no GraphQL technology is found in Phase 1, later phases are skipped. Use when asked to find GraphQL injection, unsafe GraphQL document construction, or operation string injection bugs.

reasonless-throne486 5c5b448 18.3 KB Updated

File contents

reasonless-throne486/sast-skills/tree/main/sast-files/.agents/skills/sast-graphql commit 5c5b448e45

Frequently asked questions

npx skillmds@latest add reasonless-throne486/sast-graphql