async-python-patterns

Pass

Audited by Gen Agent Trust Hub on Mar 8, 2026

Risk Level: SAFEPROMPT_INJECTION
Full Analysis
  • [PROMPT_INJECTION]: The skill provides patterns for web scraping and API consumption that ingest data from untrusted external sources, creating a surface for indirect prompt injection.
  • Ingestion points: The fetch_url and scrape_urls functions in SKILL.md read data from remote URLs using aiohttp and httpx.
  • Boundary markers: No delimiters or specific instructions to ignore embedded commands in the fetched content are present in the examples.
  • Capability inventory: The skill utilizes network access (aiohttp, httpx, requests), file system access (pathlib), and thread pool execution (concurrent.futures).
  • Sanitization: There is no demonstration of content validation or sanitization for handling fetched external data before it is processed.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 8, 2026, 12:21 PM