Greek: mostly fine, with exceptions
Credit: The Pokémon Company
。关于这个话题,heLLoword翻译官方下载提供了深入分析
What are Moon phases?According to NASA, the Moon takes about 29.5 days to orbit the Earth. Over the course of this period, it moves through eight recognisable phases. While the same side of the Moon always faces us, the amount of its surface lit by the Sun changes as it continues along its path. The shifts in sunlight create the different appearances we see from Earth, ranging from a fully illuminated Moon to a thin sliver or near darkness. The eight phases are:
Local sandboxing on developer machinesEverything above is about server-side multi-tenant isolation, where the threat is adversarial code escaping a sandbox to compromise a shared host. There is a related but different problem on developer machines: AI coding agents that execute commands locally on your laptop. The threat model shifts. There is no multi-tenancy. The concern is not kernel exploitation but rather preventing an agent from reading your ~/.ssh keys, exfiltrating secrets over the network, or writing to paths outside the project. Or you know if you are running Clawdbot locally, then everything is fair game.