github-stars
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses GitHub's official REST API (api.github.com) to retrieve repository metadata, which is a trusted and well-known service.
- [SAFE]: The server-side implementation example correctly demonstrates the use of a
GITHUB_TOKENenvironment variable for authentication, avoiding hardcoded secrets. - [SAFE]: The client-side hook includes basic sanitization by using
encodeURIComponentwhen building the query string for the internal API route. - [SAFE]: The code utilizes standard, well-known libraries such as
lucide-reactfor iconography.
Audit Metadata