Install
$ agentstack add skill-azure-azure-functions-skills-azure-functions-doctor ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Azure Functions Project Diagnostics
Analyze the local Azure Functions workspace for code and configuration issues that static checks cannot detect. This skill is invoked by the azure-functions-skills doctor --deep CLI command.
Instructions
You are running as part of azure-functions-doctor. Analyze the workspace at the current directory for Azure Functions code and configuration issues that require semantic understanding.
Before detailed analysis, read references/routing.md and then load only the checklist reference files that match the project language, detected triggers/bindings, and requested execution scope. Do not load every checklist by default.
Context from built-in checks
The CLI has already run Tier 1 deterministic checks. Their results are provided below for context — do not repeat checks that have already passed or been reported.
{{tier1Results}}
Analysis scope
Focus on issues that require understanding code semantics, not just syntax or file structure:
Code quality
- Load
references/ai-semantic-checks.mdfor semantic code-quality checks. - Load
references/language-checks.mdfor language-specific patterns.
Configuration coherence
- Load
references/source-only-checks.mdwhen interpreting deterministic check output. - Load
references/iac-azure-resource-checks.mdonly when IaC files or Azure resource context are present.
Azure Functions-specific patterns
- Use the routed checklist files to evaluate Durable, Service Bus, Event Hubs, storage, HTTP, timer, and language-specific risks.
- Prefer findings with concrete evidence from a file path and line number.
Output
Write your findings as a JSON array to the file path specified below. Each finding must follow this schema:
{
"id": "string — short kebab-case identifier",
"category": "string — code | configuration | pattern",
"severity": "critical | high | medium | low | info",
"status": "fail | warn",
"title": "string — short human-readable title",
"message": "string — detailed description",
"file": "string — relative file path (optional)",
"line": "number — line number (optional)",
"recommendation": "string — how to fix (optional)"
}
Report file path: {{reportPath}}
Rules
- Only report actual problems — do not suggest improvements unless they fix an issue.
- Be specific: include file paths and line numbers when possible.
- Do not repeat findings already covered by the Tier 1 built-in checks.
- If no issues are found, write an empty JSON array
[]. - Do not modify any project files — this is a read-only analysis.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Azure
- Source: Azure/azure-functions-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.