Monday 27 July 2026 06:52:57 GMT+02:00

Netcrook

HomeManifesto
News
Techcrook
Geocrook
WikicrookTeamAppContactLogin
EnglishItaliano

WIKICROOK

Fine-grained tokens

Access tokens with limited permissions, designed to reduce damage if one is exposed.

Fine-grained tokens are access tokens that grant only a narrow set of permissions, such as access to one repository, one API, or a specific workflow. Unlike broad secrets that can reach many systems at once, they are designed around least privilege: if the token is stolen, the attacker gets less usable access.

They matter because token leakage is a common way for intruders to move from a small foothold into production systems. In AI platforms and cloud services, a stolen token may let an attacker read data, trigger jobs, or call internal services. Defenders use fine-grained tokens to limit blast radius, simplify rotation, and contain incidents faster. They work best when combined with short lifetimes, rotation, and strict scope review.

← WIKICROOK index