microsoft-rust-guidelines — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited microsoft-rust-guidelines (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.
Microsoft's comprehensive Rust coding guidelines covering library design, API surface decisions, resilience patterns, application conventions, FFI, performance, documentation, and AI-oriented code design. Safety-critical rules (unsafe code, soundness, panic behavior, lint overrides, Debug/Display) are enforced implicitly via instructions; all other guidelines are available on demand through this skill.
Summon this skill when performing any of the following activities:
traits, error type design, builder pattern
management
utilities
points
conventions
Load the relevant reference for your specific task:
| Task | Reference |
|---|---|
| API design, traits, builders, AsRef, Sans-IO | references/library-ux.md |
| Mockable I/O, statics, strong types, glob reexports | references/library-resilience.md |
| Feature flags, OOBE, -sys crates | references/library-building.md |
| Type leakage, Send/Sync, escape hatches | references/library-interop.md |
| Naming conventions, magic values, crate splitting, static verification, logging | references/universal.md |
| Error handling (anyhow/eyre), mimalloc | references/applications.md |
| DLL state isolation, portable types | references/ffi.md |
| Hot path profiling, throughput, yield points | references/performance.md |
| Module docs, canonical sections, doc(inline), first sentence | references/documentation.md |
| Designing APIs for AI agent consumption | references/ai.md |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.