Analyze a Chrome extension manifest
analyze_manifestStatic privilege analysis of a Chrome MV3 manifest.json. Returns a 0-100 risk score, the permissions and host patterns that drive it, dangerous permission combinations, and MV3 policy problems (remote code, unsafe-eval, web_accessible_resources). Content-script matches are counted as host access even when host_permissions is empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | The manifest.json content, as a JSON object or a JSON string. |