logoalt Hacker News

hobofantoday at 6:50 AM0 repliesview on HN

> Model router is also a natural home for llm security - OpenRouter has the beginnings of prompt injection detection

Maybe I'm biased from the perspective of a "harness provider", but I think Model routers often have too little context to act as well-informed prompt injection prevention. e.g. it lacks context of where which part of the message(s) originates from and sanitization/safeguards were already performed on the application layer.

Something like OpenRouter's "flag" mode is fine, but usage of auto-redact or auto-block should really only be used if there is significant risk exposure through your harness or otherwise they are a constant source of bugs.