AGENT LAB: SKILLS

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 fetch to github.com and api.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: scrapeTrending and getTrendingViaSearch functions in SKILL.md. 2. Boundary markers: None present in the code examples. 3. Capability inventory: Uses fetch to retrieve data and cheerio to 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 04:56 PM