Commit Graph

2 Commits

Author SHA1 Message Date
ZeroClaw Bot
979b5fa791 fix(skills): harden tool_handler security per CodeRabbit review
- Validate Integer/Boolean parameter types before shell substitution
- Add SecurityPolicy checks (rate limit, command validation, action recording)
- Redact rendered command from debug logs (log template only)

Made-with: Cursor
2026-02-28 18:33:49 -05:00
ZeroClaw Bot
7672ca9044 feat(skills): add native tool handler for SKILL.toml-based skills
Add SkillToolHandler that converts SKILL.toml definitions into native
tool schemas, enabling skills to be invoked as standard tools through
the agent's tool-use protocol.

Made-with: Cursor
2026-02-28 18:33:49 -05:00