Check if a file is a Shadow Monitor bundle
check_bundleCheck a local path to see if it is a workable Shadow Monitor diagnostic export. Returns details like encoding, schema version, and hints without indexing events.
Instructions
Cheap probe of a local path: does it look like a workable Shadow Monitor diagnostic export (.json or .json.gz, any folder/name)? Returns workable / looksLikeShadowMonitor, encoding, encrypted, schemaVersion, and hints. Does not index events — use before load_bundle when the path is unfamiliar, or when load_bundle might fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to a candidate file. | |
| passphrase | No | Optional passphrase if the file may be an encrypted export. |