trafilatura
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through untrusted web content. Ingestion points:
scripts/extract_url.pyfetches data from external URLs; thepipemode processes stdin or local files. Boundary markers: Whilescripts/extract_url.pywraps output in a JSON envelope, it does not provide explicit boundary markers or instructions for the agent to ignore instructions embedded within the extracted text. Capability inventory: The skill hasBashandWritepermissions, enabling potential misuse if the agent follows malicious instructions found in scraped content. Sanitization: No sanitization, validation, or filtering is performed on the article text before it is returned to the agent. - [COMMAND_EXECUTION]: The skill safely executes the
trafilaturaCLI binary via Python scripts. Evidence: Found inscripts/doctor.py,scripts/extract_url.py,scripts/list_urls.py, andscripts/check.py. Safety: Allsubprocess.runcalls utilize list-based arguments rather than shell strings, preventing command injection vulnerabilities.
Audit Metadata