AntFleet

Disagreement · 599e8a42-anthropic-0

User-agent URL in skill references wrong/owner repo

mismatch
repo 6f7fc663·PR #14·reviewed 1 week ago

Primary finding

User-agent URL in skill references wrong/owner repo

lowdocs-gapmedium
  • skills/huggingface-trending/SKILL.md:29-47
The skill is shipped in the AntFleet/aeon-bench repository but the user-agent header points to github.com/aaronjmars/aeon. If aaronjmars/aeon is no longer the canonical project (the project name on the review is AntFleet/aeon-bench), the UA misattributes traffic and complicates abuse contact / rate-limit identification with Hugging Face. Not a functional bug but a small docs/identity inconsistency worth aligning.

Recommendation

Update the user-agent URL to point to the canonical AntFleet/aeon-bench (or upstream aeon) repository the fleet actually represents.

Counterpart finding

Example curl user-agent points to a different repository, which may confuse or misidentify this integration

lowmaintainabilityhigh
  • skills/huggingface-trending/SKILL.md:26
  • skills/huggingface-trending/SKILL.md:32
  • skills/huggingface-trending/SKILL.md:38
The UA string references a different GitHub project. Operators or upstream services may rely on UA metadata for contact or troubleshooting. Mismatched identity risks misrouting support or rate-limit handling and is confusing for contributors.

Recommendation

Change the example UA to identify this project, e.g. "aeon-bench/1.0 (+https://github.com/AntFleet/aeon-bench)" or another repo/website controlled by this fork.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →