yao-doubao-crawler
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands to automate browser and mobile interactions.
scripts/doubao_browser_crawl.mjsexecutes theopenclicommand to interact with web sessions.scripts/doubao_mobile_crawl.pyutilizesadb(Android Debug Bridge) to control mobile devices andappiumfor UI automation.scripts/preflight.mjsruns various system commands (e.g.,node,python3,opencli) to verify the environment and dependencies.- [SAFE]: The skill's operations are consistent with its documented purpose of AI search result analysis.
- Access to the system clipboard in the mobile crawler is used specifically for inputting prompts and recovering URLs from the UI, which is a standard practice in mobile UI automation.
- Data processing is handled locally, and the generated reports (HTML, Excel, Markdown) are stored in user-defined output directories.
Audit Metadata