Researchers from Aikido Security report that Google Cloud API keys can continue to authenticate after they are deleted, contradicting the expectation that revocation happens immediately. According to the findings described by multiple outlets, the “revocation window”—the time between a key’s deletion and its last successful authentication—varies between keys and is not reflected in Google Cloud’s user interface. In testing, the median time for a deleted key to stop working was about 16 minutes, with successful authentication observed for as long as 23 minutes in the longest cases. The outlets note that this creates risk when credentials are leaked and then deleted: attackers who still hold a deleted key may continue making API requests during the window. The implications can include continued access to Google services and potential exposure of user data if the project has Gemini enabled, such as uploaded files and cached conversations. Aikido Security recommends treating key deletion as effective only after a buffer window (including guidance to consider 30 minutes), and monitoring API usage tied to specific credentials to detect unexpected activity after deletion. The researchers say they reported the issue to Google, but the report was marked as “won’t fix” as described in the coverage.