signalgrid_sharing_services
Checks macOS remote-access services and returns enabled status for SSH, Screen Sharing, SMB, and Remote Desktop to identify exposed attack surfaces.
Instructions
Remote-access exposure: SSH remote login, remote Apple events, Screen Sharing, SMB file sharing, and Apple Remote Desktop.
An enabled sharing service widens the device's attack surface; on a managed endpoint most of these should be off. Same null-means-unknown semantics as signalgrid_security_posture (systemsetup checks in particular often need elevation and will report null without it).
Returns: dict mapping service name -> {"raw": str, "enabled": bool | None}, plus "_unknown" and "_note".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||