External Transmission
Medium
- Category
- Data Exfiltration
- Content
### 1. System Health & Monitoring Check the current state of the Mac (CPU, RAM, network, etc.). ```bash curl http://127.0.0.1:8000/api/performance curl http://127.0.0.1:8000/api/system ```
- Confidence
- 88% confidence
- Finding
- The skill instructs an agent to send HTTP requests to a local service that exposes sensitive system state such as CPU, RAM, and network information. Even though the destination is localhost rather than an external host, this still expands the agent's ability to access and act on privileged local resources through an unauthenticated local API, which can enable unauthorized system inspection and follow-on destructive actions when combined with other endpoints in the skill.
