rust-mega-eng — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rust-mega-eng (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill as the explicit orchestration layer for broad Rust architecture and product engineering work. For ordinary local Rust edits, use rust-expert or a specialist skill instead.
Do not invoke this skill implicitly for normal Rust questions, compiler errors, single-crate fixes, broad architecture wording, or isolated CLI/TUI/Tauri/service work. Invoke only when the user explicitly names rust-mega-eng for broad, cross-cutting Rust architecture and execution planning.
references/orchestration.md for workspace strategy, crate portfolio defaults, decision scoring, fanout planning, release engineering, and anti-patterns.Use the specialist skills for detailed implementation:
rust-cli-clap for CLI and clap command surfaces.rust-tui-ratatui for terminal UI architecture.rust-tauri-apps for Tauri v2 Rust app backends and IPC.rust-web-services for Axum/Tokio/Tower services.rust-expert for core Rust ownership, async, errors, crates, testing, performance, and security.For broad Rust work, define a validation ladder early:
cargo fmt --all --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-targets --all-features
cargo nextest run --all-targets --all-features
cargo deny check
cargo audit
cargo semver-checks check-releaseRun only gates that are relevant and available, but report any skipped gate with the reason.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.