You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Similarly to the Minder rule type that detects invisible characters, the purpose of this feature would be to detect invisible unicode characters. In the context of LLMs, these can be used as a venue for prompt injection attacks.
Invisible characters can also be present in the code that the LLM generates, poisoning the generated application.
We should add a pipeline step that detects and blocks these.