📄 skillActiveCuratedhigh
microsoft/waza
by microsoft
CLI / Framework for Agent Skills - create, test, measure and improve skill quality and effectiveness
Supported Platforms
🤖 Claude Code🧠 Codex
Quality Breakdown
120/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Install script execution via curl pipe to bash (install.sh) - requests shell execution without user review of script contents
- Git LFS artifacts embedded in repository - potentially includes compiled binaries (copilot binaries mentioned) that cannot be easily audited
- Multi-agent orchestration framework (.squad-templates, .github/agents/squad.agent.md) - evidence of autonomous agent spawning and coordination capabilities
- Copilot integration (.copilot/ directory with session state and MCP configuration) - external AI model integration with persistent state
- Automated GitHub workflows with elevated permissions (auto-merge, release, triage, promote workflows) - autonomous operations without explicit approval gates
- Command execution examples in codebase (command-execution/main.go, exec_stream_session.go) - demonstrates remote command execution capabilities