Topics
Security
Every article on Security published on this blog, newest first: 2 in total, written by Ramón Chancay.
2 articles on Security
Sensitive data out of the prompt: a TypeScript library written in 39 minutes from its specification
sanitype redacts, masks or drops sensitive data inside the process before a payload leaves for an LLM, a log sink or a third party. How it is implemented in TypeScript.
Read moreThe hard limits of an autonomous agent: what keeps it from disaster
The limits that separate an experiment from an agent you'd leave running: iteration and token caps treated as a budget, command and path allowlists, a kill switch, idempotency and observability.
Read more