github-trending
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill performs network requests using
fetchtogithub.comandapi.github.com. These are recognized as trusted external sources. - [PROMPT_INJECTION] (LOW): Indirect Prompt Injection Surface. The skill ingests untrusted data from external GitHub pages. 1. Ingestion points:
scrapeTrendingandgetTrendingViaSearchfunctions inSKILL.md. 2. Boundary markers: None present in the code examples. 3. Capability inventory: Usesfetchto retrieve data andcheerioto parse HTML. 4. Sanitization: No sanitization or escaping is performed on the scraped repository descriptions before they are returned as data objects. This could allow a malicious repository owner to embed instructions in a description that might influence the agent if later interpolated into a prompt.
Audit Metadata