m11-ecosystem
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_CONTEXT_INJECTION]: The skill utilizes dynamic context injection (using the
!command`` syntax) withinSKILL.mdto execute a shell command at load time. - Evidence:
!grep -A 100 '^\\[dependencies\\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" - Context: This command is used to read the local
Cargo.tomlfile and extract the dependencies section to provide the agent with project context. It is a read-only operation targeting a standard project file and does not involve external network requests or user-controlled input.
Audit Metadata