Quiz 13 Question 9 of 20

An agent is designed to automate issue labeling in a GitHub repository. It reads open issues and applies predefined labels based on their content. A developer proposes using a classic Personal Access Token (PAT) with full repo scope for simplicity, arguing it is easier to set up than fine-grained alternatives. What is the primary security concern with this approach, and what is the recommended alternative?

Select an answer to reveal the explanation.

Motivation