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
.envfiles - 💥 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"]
}
→ Now Claude can write code safely while sensitive files stay protected.
The Numbers
| Scenario | Result | Status |
|---|---|---|
| Read allowed file | ALLOW ✅ | Works |
| Read blocked file | BLOCK ❌ | Blocked |
| Write requires approval | PENDING ⏳ | Dashboard review |
| Dangerous command | BLOCK ❌ | Blocked |
| Safe shell command | ALLOW ✅ | Works |
100% policy enforcement across all scenarios.
Get Started in 2 Minutes
npm install -g @way_marks/cli@latest
npx @way_marks/cli init --template secure
npx @way_marks/cli start
Your dashboard opens at http://localhost:47000
Key Features
✅ Real-time policy enforcement — Every MCP call is validated
✅ Approval workflows — Human review for sensitive changes
✅ Full audit trail — Every action is logged to SQLite
✅ Dashboard UI — View policies, stats, action history
✅ Zero breaking changes — Upgrade from v4.6.x safely
✅ CLI tools — Test policies before deployment
What's Next?
🚀 v4.8.0 (Q3 2026)
- Multi-agent coordination
- Browser IDE extension
- Cloud-hosted dashboard
Check the tool
- github/waymark
npm install -g @way_marks/cli
Waymark v4.7.0 is ready. Download it today and build with confidence.
Safe AI collaboration starts here. 🚀
Published May 15, 2026 · Open source · MIT License
Top comments (0)