azure-storage-blob-py
Build Azure Blob Storage Workflows in Python
Developers need reliable patterns for Azure Blob Storage operations. This skill provides practical Python SDK guidance for authentication, transfers, management, and performance.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-storage-blob-py" from https://skillstore.io/skills/sickn33-azure-storage-blob-py.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-storage-blob-py/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-storage-blob-py". Explain a secure upload workflow for a text file.
Expected outcome:
- Authenticate with DefaultAzureCredential.
- Create a service client for the account endpoint.
- Open the local file in binary read mode.
- Upload to an explicit container and blob name with overwrite behavior selected.
Using "azure-storage-blob-py". Recommend settings for downloading a large blob.
Expected outcome:
Use bounded concurrency and stream into an existing file or buffer. Avoid loading the entire blob into memory.
Using "azure-storage-blob-py". Describe how to share one blob temporarily.
Expected outcome:
Generate a read-only SAS token with a short expiry. Share the resulting Azure Blob URL through an approved secure channel.
Security Audit
SafeAll 34 static findings are false positives from Markdown formatting or bounded Azure SDK examples. The skill contains no prompt injection, malicious commands, or data exfiltration. No semantic security findings were identified.
Risk Factors
โ๏ธ External commands (30)
๐ Network access (3)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-storage-blob-py/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-storage-blob-py?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-storage-blob-py?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-storage-blob-py/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-storage-blob-py.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-storage-blob-py security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-storage-blob-py/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-storage-blob-py-2026,
author = {sickn33},
title = {azure-storage-blob-py security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-storage-blob-py/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-storage-blob-py security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-storage-blob-py/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-storage-blob-py:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Add Application File Storage
Create authenticated upload and download flows for application files using the synchronous Python SDK.
Process Large Data Transfers
Configure chunk sizes, streaming, and concurrency for reliable movement of large blobs.
Automate Storage Operations
Build asynchronous container, listing, metadata, and cleanup workflows for cloud operations.
Try These Prompts
Show me how to connect to Azure Blob Storage in Python with DefaultAzureCredential and an account URL placeholder.
Create a Python workflow that uploads a local file, then downloads the blob to a different fixed path.
Design a Python function that lists blobs by prefix, reports metadata, and safely deletes selected blobs with snapshots.
Design an asynchronous large-file transfer workflow with bounded concurrency, streaming, context managers, error handling, and memory-efficient downloads.
Best Practices
- Prefer DefaultAzureCredential and managed identities over embedded connection strings or account keys.
- Use fixed, validated container names, blob names, and local paths before performing transfers or deletion.
- Set short SAS expirations, minimal permissions, bounded concurrency, and appropriate content types.
Avoid
- Do not embed account keys, connection strings, or SAS URLs in source control or logs.
- Do not call readall for large blobs when streaming or readinto can limit memory use.
- Do not enable overwrite, broad SAS permissions, or snapshot deletion without explicit requirements.
Frequently Asked Questions
Which Python packages are required?
Does this skill create an Azure storage account?
Can it upload streams and in-memory content?
Does it support asynchronous operations?
How should temporary blob access be granted?
How are large downloads handled?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-storage-blob-pyRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
7 downloads ยท 112 views
File structure
๐ SKILL.md