What Happened
- The PR changes `permissionService`’s `skip` flag from an unsynchronized `bool` to `sync/atomic.Bool`, and routes all accesses through `Load`/`Store`, removing a concurrent read/write race between `Request`/`SkipRequests` and `SetSkipRequests`.
- The PR changes `permissionService`’s `skip` flag from an unsynchronized `bool` to `sync/atomic.Bool`, and routes all accesses through `Load`/`Store`, removing a concurrent read/write race between `Request`/`SkipRequests` and `SetSkipRequests`.
- 1 evidence item attached for review.