verify_read_only_guarantees
Scans the server's installed source for write APIs and mutating operations to confirm it cannot modify the machine.
Instructions
Prove that this server cannot modify the machine.
Scans the server's own installed source — every Python module and every PowerShell script it ships — for write APIs, mutating cmdlets, shell escapes and dynamic code execution, and reports what it allows.
Run this if you want to confirm the guarantee against the code that is actually installed rather than take the documentation's word for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |