Read Web Storage
browser_get_storageRetrieve localStorage and sessionStorage from a browser origin for authentication diagnosis and application-state inspection, requiring credential access acknowledgment.
Instructions
Use when a full-profile authentication or application-state diagnosis explicitly requires localStorage or sessionStorage. Preconditions: acknowledgeRawCapture: true and acknowledgeCredentialAccess: true are required for an authorized origin. Next: inspect only relevant keys and avoid returning raw secrets in summaries. Sensitivity: web storage frequently contains tokens, identifiers, preferences, and personal data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | ||
| maxBytes | No | ||
| acknowledgeRawCapture | No | ||
| includeSessionStorage | No | ||
| acknowledgeCredentialAccess | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |