CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-keyvault-py

Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage.

56

Quality

65%

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/skills/azure-keyvault-py/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

60%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 body is dense with actionable, executable examples covering the SDK's surface area, but is held back by repetitive setup blocks, a filler closing section, and missing validation checkpoints around destructive operations.

Suggestions

Add explicit validation/confirmation steps before destructive calls (e.g. confirm the resource name exists, check soft-delete recovery window) and a recovery workflow if deletion fails.

De-duplicate the DefaultAzureCredential/vault_url setup by defining it once and referencing it, and remove or replace the circular "When to Use" sentence with concrete trigger conditions.

Consider moving the full per-operation API reference (key/crypto/cert operations) into a references file and keeping SKILL.md as a tighter overview with quick-start examples.

DimensionReasoningScore

Conciseness

Mostly efficient executable code, but the credential/vault_url setup block repeats in every client section, the Client Types Table re-states package names, and the closing "When to Use" section is circular filler.

3 / 5

Actionability

Extensive copy-paste-ready code across secrets, keys, crypto, certificates, async, and error handling; minor gaps (e.g. CertificatePolicy.get_default usage) keep it just below fully executable.

4 / 5

Workflow Clarity

Destructive operations (begin_delete_secret, purge_deleted_secret, begin_delete_certificate) appear without validation or confirmation checkpoints, which caps workflow clarity at 3 per the rubric.

3 / 5

Progressive Disclosure

Single self-contained file with clear, well-organized section headers and no external references needed; minor organization gaps (some inlined bulk) keep it just below a 5.

4 / 5

Total

14

/

20

Passed

Description

71%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 concise, domain-specific, and clearly distinguishable, covering the three core resource types with a usable trigger clause. It would benefit from more granular action verbs and more explicit "Use when..." trigger phrases.

DimensionReasoningScore

Specificity

Names the domain and three concrete resource types ("secrets, keys, and certificates") but the action verb is generic ("management"), lacking granular operations like set/get/encrypt.

3 / 5

Completeness

Provides a clear "what" (the SDK and its purpose) and a "Use for..." trigger clause answering "when", though the when could be more explicit with concrete trigger phrases.

4 / 5

Trigger Term Quality

Includes natural terms users would say ("secrets, keys, certificates", "Azure Key Vault") with good coverage, though a few synonyms like "vault" or "credentials" are missing.

4 / 5

Distinctiveness Conflict Risk

"Azure Key Vault SDK for Python" carves a clear, specific niche with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

16

/

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.