Question 084
### What are some potential abuse vectors of enabling self-hosted runners on public repositories? (Choose four.)
> https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#self-hosted-runner-security
- [x] Malicious programs running on the machine
- [x] Escaping the runner sandbox environment
- [x] Exposing network environment
- [x] Persisting dangerous data
- [ ] Automatic environment cleanup after job execution can cause data loss
- [ ] Lower computational efficiency due to security measures
- [ ] Limited integration with GitHub-hosted services