Home / Companies / Twingate / Blog / March 2026

March 2026 Summaries

2 posts from Twingate

Filter
Month: Year:
Post Summaries Back to Blog
In March 2026, a supply chain attack on the LiteLLM Python package exposed millions of developer environments to potential theft of cloud credentials and API keys, highlighting the insufficiency of perimeter defenses in stopping such attacks. The attackers, associated with TeamPCP, inserted malicious code into LiteLLM, a highly integrated AI tool, making it a prime target due to its access to multiple AI providers and internal services. The attack demonstrated the limitations of traditional security measures like dependency auditing and software composition analysis, as the compromised package appeared legitimate due to valid publishing credentials. Attackers aimed to collect credentials for future use rather than cause immediate disruption, emphasizing the need for organizations to focus on access models that limit the damage of stolen credentials. Implementing least-privilege access, identity-aware policies, and outbound-only architecture can mitigate the impact of such attacks by restricting what attackers can do with the stolen credentials. Strategies like configuring package managers to delay updates and using tools like Twingate to enforce security measures are recommended to enhance security postures against escalating supply chain threats.
Mar 27, 2026 2,227 words in the original blog post.
Using Twingate, users can securely SSH into their Mac from a mobile device to run Claude Code sessions remotely, circumventing the need to expose SSH ports to the public internet. This setup requires enabling SSH on the Mac, configuring Twingate to establish a private encrypted network connection, and using Termius as the mobile SSH client. To maintain session persistence, tmux is used, enabling users to reattach to their sessions even if the connection is interrupted. Unlike screen sharing, this method provides a smooth terminal interface with minimal bandwidth requirements, making it effective over cellular connections. This approach allows users to access their full development environment remotely, facilitating actions like reviewing pull requests and running long tasks, while ensuring secure, continuous access without the need for VPNs or exposed ports.
Mar 05, 2026 1,222 words in the original blog post.