skills: quote cargo-audit-workflow description containing backtick

YAML choked on the leading backtick in the description value (line 2
column 14 — the `cargo-audit` inline-code span). Quoting the whole
string makes it a scalar, not a tag/anchor. Surfaced by prod server
logs after today's compose refresh.
This commit is contained in:
Omar Sobh
2026-07-20 04:19:16 -07:00
parent c0a4fbc943
commit 4c32799906
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
name: cargo-audit-workflow name: cargo-audit-workflow
description: `cargo-audit` (rustsec) — how to run it, triage findings, and integrate into the security template's mission flow. description: "`cargo-audit` (rustsec) — how to run it, triage findings, and integrate into the security template's mission flow."
when_to_use: You're on a security mission or investigating a RUSTSEC advisory in a Rust project. when_to_use: You're on a security mission or investigating a RUSTSEC advisory in a Rust project.
tags: [security, rust, versioned] tags: [security, rust, versioned]
--- ---