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

Quality

Content

61%Scale 1-5

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

This is a comprehensive API reference for Azure Key Vault SDK with excellent, executable code examples covering all major client types. However, it functions more as a reference dump than a well-structured skill: it's overly long for a single file, lacks workflow sequencing and validation for destructive operations, and includes some generic advice that doesn't earn its token cost. The 'When to Use' section is entirely vacuous.

Suggestions

Split the content into a concise SKILL.md overview with a client types table and quick-start example, then move detailed operations for secrets, keys, certificates, and crypto into separate referenced files.

Add explicit validation/verification steps around destructive operations (delete, purge) — e.g., check secret exists before purge, verify deletion completed, warn about soft-delete recovery window.

Remove the 'When to Use' section entirely and trim the 'Best Practices' to only non-obvious, Key Vault-specific guidance (e.g., remove 'use async clients for high-throughput' which is generic advice).

Reduce repeated boilerplate by showing client setup once and noting that KeyClient and CertificateClient follow the same pattern with different imports.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with good code examples, but includes some unnecessary content: the 'Best Practices' section contains generic advice Claude already knows (e.g., 'use managed identity', 'rotate secrets regularly'), the 'When to Use' section is a meaningless tautology, and the repeated client setup boilerplate across sections adds bulk. The Client Types Table is useful but the overall content could be tightened.

3 / 5

Actionability

All code examples are fully executable and copy-paste ready, covering the complete lifecycle of secrets, keys, and certificates including setup, CRUD operations, cryptographic operations, async usage, and error handling. The examples are concrete with specific imports, method calls, and output formatting.

5 / 5

Workflow Clarity

The skill presents operations as individual code snippets rather than sequenced workflows. For destructive operations like delete and purge, there are no validation checkpoints or confirmation steps. The delete operations (soft delete, purge) lack any verification or feedback loops, which should cap this at 3 per the rubric's guidance on destructive operations.

3 / 5

Progressive Disclosure

The content is a monolithic ~200-line file with no references to external files and no bundle structure. The secrets, keys, certificates, and crypto operations sections could each be separate reference files with the SKILL.md serving as a concise overview. All content is inlined with no navigation aids beyond section headers.

2 / 5

Total

13

/

20

Passed

Description

70%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 adequately identifies the domain (Azure Key Vault SDK for Python) and the core capabilities (secrets, keys, certificates management). However, it lacks specific concrete actions (e.g., create, retrieve, rotate, delete) and could benefit from more explicit trigger guidance and natural language variations users might use.

Suggestions

Add specific concrete actions like 'create, retrieve, rotate, and delete secrets, keys, and certificates' to improve specificity.

Expand the 'Use for' clause into a more explicit 'Use when...' with trigger scenarios, e.g., 'Use when the user needs to manage Azure Key Vault resources, store secrets securely, or work with the azure-keyvault Python package'.

DimensionReasoningScore

Specificity

Names the domain (Azure Key Vault SDK for Python) and mentions a few actions (secrets, keys, and certificates management with secure storage), but doesn't list specific concrete actions like 'create secrets', 'rotate keys', 'retrieve certificates', etc.

3 / 5

Completeness

Has a clear 'what' (Azure Key Vault SDK for Python for secrets/keys/certificates management) and a 'when' via 'Use for secrets, keys, and certificates management with secure storage', though the 'when' could be more explicit with trigger phrases like 'Use when the user needs to store or retrieve secrets from Azure Key Vault'.

4 / 5

Trigger Term Quality

Includes good natural keywords like 'Azure Key Vault', 'secrets', 'keys', 'certificates', 'secure storage', and 'Python'. Missing some variations like 'vault', 'secret management', 'key rotation', 'certificate renewal', or 'azure-keyvault'.

4 / 5

Distinctiveness Conflict Risk

Fairly distinct due to the specific mention of 'Azure Key Vault' and 'Python SDK', which narrows the scope well. Minor overlap risk with general Azure SDK skills or generic secrets management skills.

4 / 5

Total

15

/

20

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

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.