skills/venhdev/skills/link-crawler/Gen Agent Trust Hub

link-crawler

Pass

Audited by Gen Agent Trust Hub on Jun 25, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The agent is instructed to execute the provided crawl_links.py script to perform crawling and link validation tasks.
  • [EXTERNAL_DOWNLOADS]: The script performs network requests to fetch HTML content from external URLs to verify if links are active and to discover new links.
  • [PROMPT_INJECTION]: The skill processes untrusted HTML and URL data from external websites, creating a surface for indirect prompt injection.
  • Ingestion points: Untrusted web content is ingested via the fetch function in crawl_links.py.
  • Boundary markers: The script produces structured JSON output which the agent is instructed to format into a markdown list, providing some structural separation.
  • Capability inventory: The skill can perform network operations (urllib.request) and write output to the local file system (--output flag).
  • Sanitization: The script parses HTML to extract links but does not filter for or sanitize potential natural language instructions embedded in the crawled content or URLs.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 25, 2026, 02:26 AM
Security Audit — agent-trust-hub — link-crawler