skills/zytedata/skills/scrape-define/Gen Agent Trust Hub

scrape-define

Pass

Audited by Gen Agent Trust Hub on Jul 16, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses shell commands to manage a local directory structure for scraping projects and to execute a local Python script (download.py) for fetching page content.
  • [COMMAND_EXECUTION]: External user input, specifically the target URL, is passed into a shell command block using a quoted heredoc (<<'EOF'). This is a secure pattern that prevents the shell from interpreting or expanding characters within the URL string, mitigating command injection risks.
  • [COMMAND_EXECUTION]: The skill coordinates complex operations by delegating tasks to other specialized subagents such as /scrape-explore-site and /scrape-analyze-page.
  • [SAFE]: All referenced scripts and sub-skills are local dependencies within the agent's environment or part of the same vendor's scraping toolset. No untrusted remote code or third-party packages are downloaded or executed during the skill's operation.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 16, 2026, 09:57 AM
Security Audit — agent-trust-hub — scrape-define