Hacker News new | ask | show | jobs
by amirdor 111 days ago
Interesting. If you're already proxying LLM requests for security, adding cost-optimized routing is a natural next step. NadirClaw does the routing side (classifies prompts, routes to cheaper models). Could see these stacking well. https://github.com/doramirdor/NadirClaw
1 comments

Good timing on this. I just finished testing PromptGuard last week — similar product, same 95%+ detection claim, multi-encoding detection highlighted. Found 12 of 18 attack vectors bypassed: base64, unicode homoglyphs, ROT13, leetspeak, reversed text, non-English inputs, multi-turn fragmentation.

InferShield makes the same encoding claims. Sent a note to security@infershield.io today offering to run the same test suite. No pressure — just documenting the attempt publicly.

If the team is watching this thread: the session-history tracking for multi-turn attacks is genuinely differentiated. That is harder to bypass than single-shot encoding filters. Worth stress-testing that specific path.