{ "name": "github_code_search", "category": "code", "endpoint": "https://api.github.com/search/code?q={target}", "method": "GET", "requires_auth": true, "selectors": { "urls": "$.items[*].html_url" }, "rate_limit": 1.0, "headers": { "Authorization": "token {GITHUB_TOKEN}" }, "api_key_slots": [ "{GITHUB_TOKEN}" ], "input_type": "any", "output_type": [ "url" ], "normalization_map": {}, "tags": [ "passive" ], "health_check_url": "https://api.github.com", "expected_status": 200, "reliability_score": 5, "backup_endpoints": [], "confidence": 1.0 }