{ "name": "github_search_repos", "category": "social", "endpoint": "https://api.github.com/search/repositories?q={target}", "method": "GET", "requires_auth": true, "selectors": { "total": "$.total_count" }, "rate_limit": 1.0, "headers": { "Authorization": "token {GITHUB_TOKEN}" }, "api_key_slots": [ "{GITHUB_TOKEN}" ], "input_type": "username", "output_type": [ "username" ], "normalization_map": {}, "tags": [ "passive" ], "health_check_url": "https://api.github.com", "expected_status": 200, "reliability_score": 5, "backup_endpoints": [], "confidence": 1.0 }