Skip to content

Add GraphQL suggestions detection (#96)#229

Open
jthack wants to merge 1 commit into
mainfrom
issue-96-graphql-suggestions
Open

Add GraphQL suggestions detection (#96)#229
jthack wants to merge 1 commit into
mainfrom
issue-96-graphql-suggestions

Conversation

@jthack

@jthack jthack commented Oct 23, 2025

Copy link
Copy Markdown
Contributor

Summary

  • parse GraphQL error responses for "Did you mean" hints or didYouMean extensions
  • raise low-severity findings when suggestions disclose field names
  • register the passive check and enable it in the Balanced preset

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test -- --match 'GraphQL suggestions'

Closes #96

@jthack
jthack requested a review from a team as a code owner October 23, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GraphQL suggestions enabled

1 participant