scrape-analyze-page

Pass

Audited by Gen Agent Trust Hub on Jun 27, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill uses uv run to execute internal Python scripts for HTML cleaning and metadata extraction. These scripts are provided within the skill package and do not perform any network operations or access sensitive system files.
  • [SAFE]: The clean_html.py script uses the standard lxml library to remove noisy or dangerous tags (scripts, styles, etc.) from HTML files, which is a security best practice for processing untrusted content.
  • [SAFE]: The extract_metadata.py script uses extruct to parse structured data (like JSON-LD) from HTML files, which is a routine data extraction task.
  • [SAFE]: All file access is performed on paths provided as arguments or derived from them (e.g., meta.json in the same directory), following standard workflow for data processing skills.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 27, 2026, 05:23 AM
Security Audit — agent-trust-hub — scrape-analyze-page