Skills azure-resource-manager-playwright-dotnet
๐Ÿ“ฆ

azure-resource-manager-playwright-dotnet

Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access๐Ÿ”‘ Env variables

Manage Azure Playwright Workspaces with .NET

Managing Microsoft Playwright Testing resources requires precise Azure SDK calls and lifecycle handling. This skill provides focused .NET guidance for common management operations.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "azure-resource-manager-playwright-dotnet" from https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-resource-manager-playwright-dotnet/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.

Test it

Using "azure-resource-manager-playwright-dotnet". Create a production workspace in West US 3.

Expected outcome:

  • Prerequisites: authenticated Azure identity, subscription identifier, resource group, and required role.
  • Plan: validate the target, disable local authentication by default, apply production tags, and wait for provisioning.
  • Result checks: confirm provisioning state, workspace identifier, and data-plane URI.

Using "azure-resource-manager-playwright-dotnet". Review quota before increasing cloud test usage.

Expected outcome:

The response identifies subscription and workspace quota queries, compares limits with usage, and highlights capacity requiring review.

Using "azure-resource-manager-playwright-dotnet". Remove an obsolete workspace safely.

Expected outcome:

The response first displays the subscription, resource group, and workspace, requests explicit confirmation, then verifies completed deletion.

Security Audit

Medium Risk
v5 โ€ข 7/23/2026 Open versioned report

All 59 static findings are false positives caused by Markdown formatting, documentation links, or placeholder credential variables. Two semantic concerns remain: the production example enables local authentication, and the deletion example lacks confirmation guidance.

1
Files scanned
307
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (2)

Medium
Local Authentication Enabled in Production Example
The production-tagged workspace example enables local authentication, allowing access-token authentication instead of an identity-only posture.
The example explicitly sets LocalAuth to Enabled and tags the resource as Production. This is clear guidance that can weaken authentication controls.
Medium
Workspace Deletion Lacks Confirmation Guidance
The skill provides a completed Azure workspace deletion operation without requiring target verification or explicit user confirmation.
The documented call waits for deletion to complete, and the surrounding guidance contains no confirmation or resource identity safeguard.
Audited by: codex View Audit History โ†’
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-azure-resource-manager-playwright-dotnet/security.svg)](https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-resource-manager-playwright-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-azure-resource-manager-playwright-dotnet.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-resource-manager-playwright-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/audits/5

BibTeX citation

@techreport{sickn33-sickn33-azure-resource-manager-playwright-dotnet-2026, author = {sickn33}, title = {azure-resource-manager-playwright-dotnet security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/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-resource-manager-playwright-dotnet 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-resource-manager-playwright-dotnet/audits/5" identifiers: - type: other value: "skillstore:sickn33-azure-resource-manager-playwright-dotnet:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
69
Community
83
Spec Compliance

What You Can Build

Provision a Test Workspace

Create a Playwright Testing workspace with selected region, tags, and authentication settings.

Audit Workspace Capacity

List workspaces and inspect subscription or workspace quota before scaling test execution.

Automate Resource Lifecycle

Build idempotent .NET routines for updates, error handling, and controlled workspace removal.

Try These Prompts

Install the SDK
Show the packages and prerequisites for using Azure.ResourceManager.Playwright in a new .NET project.
Create a Workspace
Draft a .NET workflow to create a Playwright Testing workspace in [region] and resource group [name]. Use DefaultAzureCredential.
Inspect Existing Resources
Design a .NET routine that lists Playwright workspaces, reports provisioning state, and checks subscription and workspace quotas.
Build a Controlled Lifecycle
Plan an idempotent .NET workspace lifecycle with validation, error handling, secure authentication, update logic, and confirmed deletion.

Best Practices

  • Use DefaultAzureCredential and grant only the Azure roles required for each operation.
  • Validate subscription, resource group, workspace name, and region before any mutation.
  • Handle RequestFailedException and verify the final provisioning state of long-running operations.

Avoid

  • Do not hardcode service principal secrets or access tokens in source files.
  • Do not enable local authentication without a documented operational requirement.
  • Do not delete a workspace without explicit confirmation and target verification.

Frequently Asked Questions

Does this skill run Playwright tests?
No. It focuses on Azure management-plane operations for Playwright Testing workspaces.
Which authentication method does it recommend?
It recommends DefaultAzureCredential, which can use local developer credentials, managed identity, or configured service principal credentials.
Can it create and update workspaces?
Yes. It documents workspace creation, retrieval, listing, tag updates, and related long-running operation handling.
Can it inspect quota?
Yes. It covers subscription-level and workspace-level quota queries.
Does it support safe deletion?
It shows the deletion API. Production use should add explicit confirmation, target verification, and post-deletion checks.
What must I provide before using the examples?
Provide the Azure subscription, resource group, workspace name, region, permissions, and authentication context.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526

Maintenance freshness

7/26/2026

Usage

7 downloads ยท 112 views

File structure

๐Ÿ“„ SKILL.md