Protecting LLM Interactions at the Edge with NginxWhen applications interact with LLMs or MCP servers, every request and response is a potential attack surface. One way to add protection is…Sep 26Sep 26
Published inArtificial Intelligence in Plain EnglishDetecting Malicious Dependencies with Behavioral + SLM ScansEarlier this month, attackers compromised a popular npm maintainer via a phishing attack, then published malicious versions of 18…Sep 14Sep 14
Published inArtificial Intelligence in Plain EnglishIntent-Driven User InterfacesIf you are writing conventional web interfaces, it will be a good idea to take a pause and rethink your strategy. Instead of coding static…Jul 11Jul 11
Published inArtificial Intelligence in Plain EnglishStarter Kit for Secure MCP ServersGitHub repo: https://github.com/parmindersk/mcp-starterJun 19Jun 19
Securing Web Applications with Custom WAF using OpenRestyA custom web application firewall (WAF) can help protect your web application from various threats like SQL injection, cross-site scripting…Jun 13A response icon1Jun 13A response icon1
Finding Anomalies in Your Server TrafficWhether it’s API abuse, scraping, DDoS attacks, or a threat actor probing your endpoints, detecting anomalies in server traffic can help…May 27May 27
Identify Users Using Browser FingerprintingYou’ve probably seen an email from your bank, Gmail, or Netflix that says, “We noticed a login from a new device.”. To achieve this, they…May 21May 21
Poor Man’s Log Viewer with OpenSearch and FluentBitOver the weekend I was talking to a friend about troubleshooting remotely, logging and monitoring. It would be cool if we could spin up a…Apr 1Apr 1
Published inArtificial Intelligence in Plain EnglishAre you A/B testing and reviewing performance of your prompts?Most AI applications, whether a RAG based chatbot or a simple model wrapper, rely on prompts to generate responses. User or application…Mar 14Mar 14
Kubernetes Development & CI/CD with SkaffoldBuilding for Kubernetes is complex. For any fairly complex app that has multiple services, developing, building and deploying these…Mar 13Mar 13