asset_routes_discover
Extract frontend routes from DOM links, hash routes, inline scripts, JS bundles, and network logs through passive analysis. Requires browser_open to open the page first.
Instructions
开源版浅层路由发现:从 DOM 链接、hash 路由、内联脚本、已加载 JS bundle 以及 network 日志中静态提取前端路由(SPA / hash / REST 路径)。仅做被动分析,不发起主动探测或越权访问。需要先 browser_open 打开页面。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxScripts | No | 最多抓取解析的外部 JS bundle 数量(上限 30),用于控制耗时 |