Menu

Post image 1
Post image 2
1 / 2
0

Waymark v4.7.0 is Live — The Ultimate MCP Security Layer

DEV Community·Shaiful Islam Shabuj·18 days ago
#PMztkowz
Reading 0:00
15s threshold

Just shipped : 30% faster policy enforcement, real-time approvals dashboard, and better error messages. The Problem We Solve AI agents like Claude are awesome for code generation, but they can: 😱 Read your .env files 💥 Delete entire directories 🗂️ Modify sensitive database schemas Waymark prevents this by sitting between your agent and the MCP tools. What's New ⚡ Performance Policy evaluation: 30% faster Dashboard renders: 50% lighter New indexed database queries 🎯 Better UX Clearer error messages with reasons New CLI commands for testing policies Real-time action telemetry 🔐 Security Improvements Fixed symlink bypass issue Transactional approval workflow Immutable policy versions Quick Example { "allowedPaths" : [ "./src/**" ], "blockedPaths" : [ ".env" , "secrets/" ], "requireApproval" : [ "./migrations/**" ], "blockedCommands" : [ "rm -rf" , "DROP TABLE" ] } Enter fullscreen mode Exit fullscreen mode → Now Claude can write code safely while sensitive files stay protected.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More