.. SPDX-FileCopyrightText: 2026 cusy GmbH
..
.. SPDX-License-Identifier: BSD-3-Clause
Security
========
Some coding agents allow you to configure permissions within them, for example
automatically, via a whitelist, or within a sandbox. However, these permissions
remain vulnerable to the `Lethal Trifecta
`_ if your coding
agent has access to private data, is exposed to untrusted content, and can
communicate externally.
In such cases, we define our own virtual environments and permissions so that
the coding agent cannot escape from this environment.
.. seealso::
* Federal Office for Information Security (BSI): `Evasion Attacks
on LLMs - Countermeasures in Practice
`_