Files
2026-04-07 10:17:43 +02:00

30 lines
679 B
JSON

{
"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
}