π¦ ClawHub
gqllint
by @suhteevah
GraphQL anti-pattern & security analyzer -- detects query depth/complexity issues, resolver N+1 problems, over/under fetching, rate limiting & auth gaps, sch...
βοΈ Configuration
Users can configure GQLLint in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"gqllint": {
"enabled": true,
"apiKey": "YOUR_LICENSE_KEY_HERE",
"config": {
"severityThreshold": "medium",
"ignorePatterns": ["/test/", "/fixtures/", "**/*.test.*"],
"ignoreChecks": [],
"reportFormat": "text"
}
}
}
}
}
TERMINAL
clawhub install gqllint