Primary finding
User-Agent references wrong upstream repo (aaronjmars/aeon) in keyless HF API calls
lowmaintainabilityhigh
- skills/huggingface-trending/SKILL.md:35-50
This skill lives in AntFleet/aeon-bench but the user-agent header points reviewers/operators at a different repo (aaronjmars/aeon). If Hugging Face ever rate-limits or contacts operators based on UA, the contact link is wrong for this fork. It's also a minor branding/identity leak inherited from upstream that wasn't updated when the file landed here.
Recommendation
Update the user-agent to reference AntFleet/aeon-bench (or whichever fork is canonical) so the contact URL in the UA matches the repo actually issuing requests.