The images in this article were generated with artificial intelligence. How we publish
Security researchers have demonstrated a practical way of exfiltering private data from organizations through a new feature of GitHub: agents that run "agenic workflows." The technique, baptized by the discoverers as GitLost, does not require stolen credentials, prior access to the organization or operation of servers: it is enough to open a specially drafted public issue for an agent, authorized by a token with reading permission on multiple repositories, to read malicious instructions hidden in the text and to publish in open open sensitive content extracted from private repositories.
The underlying problem is not a syntax failure or a trivial bug that a patch easily closes. It is a consequence of the operating model: these agents consume natural language that can mix data and orders, and when they are also provided with wide-ranging credentials and have a public way out (for example, to publish a comment), it creates what experts call the "lethal trifect": the combination of access to private data, untrusted entry from outside and ability to communicate outside. In practice the operation consists of an indirect prompt injection: malicious instructions camouflaged in the content that the agent must process.

GitHub and other suppliers had already incorporated mitigation measures, such as default read-only tokens, input-healing and detection in the execution time of the output before it was published. However, the concept tests have shown that even minimal changes in the text can be drawn from these filters and that reactive defenses function as a last resort, not a safe border. When an agent acts with privileges over resources that humans do not see, the risk is not so much what the agent says and what he can read and divulge.
The implications for companies and security officials are direct. An orgwide token that simplifies the life of developers and automation equipment can become a key that allows an invisible attacker to draw product design, proprietary code, internal documentation or secrets that reside in private repos. In addition to technical damage, there is a reputational and regulatory risk if sensitive information ends in public or in the hands of third parties.
Technical and organizational measures that reduce this risk share a principle: to apply the principle of less privilege and to add human and technical barriers between the agent and any potential public exit. In practical terms it is appropriate limit the scope of tokens issued to public workflows to the specific repository to be served, prefer ephemeral credentials (e.g. OIDC / short-lived tokens) against long-term personal tokens, and minimize the number of workflows that accept unverified author content. In addition, any exit to public spaces should be subject to human review and / or data loss prevention pipelines (DLP) that examine not only text but artifacts and metadata.
It is not enough to rely only on filtering content at the time of publication: this is a useful but fragile defense. Structural mitigation requires a re-examination of how credentials are given to agents and a preference for architectures that isolate access to critical data. For example, to provide the agent with a reduced context through replicas of only metadata or masked views, or to travel with credentials that allow only operations in one branch or in specific files, drastically reduces the attack surface.

Organizations should also implement detection and response: record and alert access of agents to private repositories, audit log of the tokens used by workflows and rotate credentials automatically. At the policy level, it is prudent to define which types of issues or authors can trigger automations using sensitive tokens and to force manual reviews for workflows that can produce public exits. Finally, requiring agreements and guarantees from agent and model providers on traceability and safety controls helps to manage systemic risk.
The community has already extensively discussed prompt injection attacks and their limits, and there are resources to deepen the technical issue and good safety practices. To understand the general phenomenon of prompt injections, academic literature such as arXiv analysis of prompt injection attacks ( arXiv: Prompt injection attacks). For specific measures on the management of credentials in GitHub, official documentation on the creation and use of personal access tokens explains how to list and rotate permits ( GitHub Guide to PAT), and the GitHub Actions page offers context on how workflows and their permissions work ( GitHub Actions).
In short, GitLost recalls that security with language-based agents is not just a question of models or filters: it is an architectural and organizational problem. As long as the ecosystem does not adopt patterns that clearly separate instruction data and minimize the permanent credentials of agents exposed to the outside world, any flow that combines private data reading, unreliable text ingestion and open publication will remain an open door for the next malicious issue.
Related
More news on the same subject.

Anonymous MousKIT phishing platform identified to remove Activation Lock on iPhone and iPad
Cybersecurity researchers have documented a phishing platform as a service aimed at eliminating the protection of Activation Lock from stolen iPhones and iPads, combining forged...

United States U.S. imposes sanctions on Iranian networks linked to MOIS and Mabna in the Economic Outcast operation
The U.S. Treasury Department has launched a new round of financial sanctions against networks linked to Iran, in a campaign that the U.S. authorities describe as a coordinated e...

NemoClaw operating chain exposes Olama to unauthenticated access and alters chat templates
What has happened (confirmed facts): Oasis Security researchers have published a report describing a chain of exploitation against the NemoClaw configuration that can allow a we...

CISA adds CVE-2026-21962 to KEV by remote operation in Oracle HTTP Server and WebLogic
The United States Agency for Cybersecurity and Infrastructure (CISA) has included in its catalogue Known Exploited Vulnerabilities (KEV) the critical failure traced as CVE-2026-...

IA in code generation accelerates OSS dependencies and generates security mediation debt
A recent seminar organized by ActiveState and a survey of 300 security and development leaders in companies in different sectors confirms something that many teams already notic...

They identify WordlistLoader and SynkLoader, intermediate loaders linked to access brokers for
Cybersecurity researchers have identified two new malware families - called WordlistLoader and SynkLoader - used as intermediate stages to deploy later loads and, according to p...

TikTok will pay 400 million for COPPA; 100 M subject to annulment of decree Musical.ly
The U.S. Department of Justice. United States announced payment of $400 million by TikTok to resolve a 2024 lawsuit that accused the platform - owned by ByteDance - of violating...