CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-keyvault-certificates-rust

Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates.

58

Quality

67%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills-claude/skills/azure-keyvault-certificates-rust/SKILL.md

The canonical home for this skill is azure-keyvault-certificates-rust in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is well-structured, concise, and largely actionable with solid executable Rust examples across core operations. Its main gaps are a missing validation checkpoint for destructive operations, one empty placeholder example, and a vague 'When to Use' line.

Suggestions

Add a validation or verification step around Delete/Purge in the lifecycle (e.g., confirm the certificate is in a recoverable soft-delete state, or verify deletion succeeded) to lift workflow clarity above the destructive cap.

Replace the empty Update Certificate Policy example with a concrete populated struct showing which fields can be updated.

Rewrite the 'When to Use' section with concrete trigger conditions (e.g., 'Use when the user asks to create, import, list, or delete Azure Key Vault certificates from Rust') instead of the generic overview reference.

DimensionReasoningScore

Conciseness

The body is lean and code-driven with brief section intros and no over-explanation of concepts, but the generic 'When to Use' line ('This skill is applicable to execute the workflow or actions described in the overview') is filler that could be trimmed, fitting anchor 4 rather than the fully lean anchor 5.

4 / 5

Actionability

Most operations (get, create, import, delete, list) have concrete, executable Rust code using real crate APIs, but the Update Certificate Policy example is an empty placeholder ('// Update policy properties' with '..Default::default()'), a minor gap matching anchor 4.

4 / 5

Workflow Clarity

The Certificate Lifecycle section lists a sequenced set of operations, but destructive operations (Delete, Purge) have no validation or verification checkpoints, so per the destructive-operations cap workflow clarity cannot exceed 3.

3 / 5

Progressive Disclosure

No bundle files exist, and the single SKILL.md is well-organized into clear sections plus an external Reference Links table; structure is good with only minor organization gaps (e.g., lifecycle/best-practices could be split), matching anchor 4.

4 / 5

Total

15

/

20

Passed

Description

66%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and well-targeted to a distinct niche, with a clear what and a usable when-equivalent. Its main weakness is trigger-term breadth and the generic 'managing' verb, which limit specificity and natural-phrase coverage.

Suggestions

Replace or expand 'managing' with concrete actions (e.g., 'renewing, rotating, and deleting certificates') to lift specificity.

Add a 'Use when the user needs to create, import, or manage Azure Key Vault certificates from Rust' trigger clause with natural synonyms (certs, Key Vault, .pfx/.pem).

Include common file extensions or formats (PFX, PEM) to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

Names the domain and lists 'creating, importing, and managing certificates', but 'managing' is a generic catch-all leaving only two concrete actions, matching the '1-2 concrete actions, not comprehensive' anchor rather than the multi-action anchor 4.

3 / 5

Completeness

Clearly states what ('Azure Key Vault Certificates SDK for Rust') and a when-equivalent ('Use for creating, importing, and managing certificates'), but the when is capability-flavored and could be more explicit about trigger scenarios, matching anchor 4 rather than the explicit-trigger anchor 5.

4 / 5

Trigger Term Quality

Relevant keywords ('Azure Key Vault Certificates', 'Rust', 'certificates') are present but coverage is narrow with no synonyms or common variations, fitting 'some relevant keywords but missing common variations'.

3 / 5

Distinctiveness Conflict Risk

Targets a highly specific niche (Azure Key Vault certificates in Rust) with distinct triggers and minimal realistic overlap with other skills, matching the 'clear niche with distinct triggers; minimal conflict risk' anchor.

5 / 5

Total

15

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.