CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-identity-py

Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching.

66

Quality

80%

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-identity-py/SKILL.md

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

SKILL.md
Quality
Evals
Security

Quality

Content

72%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 highly actionable with extensive executable examples and clear credential ordering, but it is a monolithic inlined reference with no progressive disclosure to supporting files and a vacuous 'When to Use' closer. Adding validation guidance and splitting deeper reference material into bundle files would raise the weaker dimensions.

Suggestions

Replace the filler 'When to Use' line with concrete trigger guidance (e.g., when to pick DefaultAzureCredential vs a specific credential).

Add validation/verification guidance — e.g., confirm a token was obtained and check `token.expires_on` before use, or handle `CredentialUnavailableError` in chained credentials.

Move the full credential-types table and async/advanced patterns into a references/ bundle file, keeping SKILL.md a concise overview with signaled links.

DimensionReasoningScore

Conciseness

The body is code-heavy and largely efficient, but the closing 'When to Use' section ('This skill is applicable to execute the workflow or actions described in the overview') is vague filler and a few comments restate the obvious, placing it just below the lean 5 anchor.

4 / 5

Actionability

Multiple copy-paste-ready executable examples cover the common cases (DefaultAzureCredential, ManagedIdentityCredential, ClientSecretCredential, ChainedTokenCredential, get_token, async), matching the fully-executable top anchor.

5 / 5

Workflow Clarity

The credential chain is clearly tabulated and sections are well ordered, but there are no validation checkpoints or feedback loops and the 'When to Use' closer is incoherent, so it stays at the 'sequence present but checkpoints missing' anchor rather than 4.

3 / 5

Progressive Disclosure

No bundle files exist, so all reference material (credential catalog, async usage, full credential table) is inlined into a ~187-line SKILL.md with good headers but no signaled one-level-deep navigation, fitting the 'some structure, content that should be separate is inline' anchor.

3 / 5

Total

15

/

20

Passed

Description

87%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 strong: it names a specific domain, lists several concrete capabilities, and provides an explicit 'Use for' trigger clause covering both what and when. Minor improvements would add synonym coverage (Azure AD/Entra ID).

DimensionReasoningScore

Specificity

Names the domain and several concrete capabilities — 'DefaultAzureCredential, managed identity, service principals, and token caching' — with only minor coverage gaps (no certificate/device-code/async), matching the 'several specific actions' anchor rather than the comprehensive 5.

4 / 5

Completeness

Explicitly answers both what ('Azure Identity SDK for Python authentication') and when ('Use for DefaultAzureCredential, managed identity, service principals, and token caching') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Includes natural terms users would say ('Azure Identity SDK', 'managed identity', 'service principals', 'token caching') but omits common synonyms like 'Azure AD' or 'Entra ID', so it sits at good-but-not-comprehensive rather than 5.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (Azure Python auth) with distinct triggers (DefaultAzureCredential, managed identity) and minimal overlap with other skills, matching the 'clear niche with distinct triggers' anchor.

5 / 5

Total

18

/

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.