Skill audit report
Create or review Blazor components (.razor files) with correct architecture. USE FOR: writing new Blazor components that do NOT involve JavaScript interop, implementing parameters and EventCallback, RenderFragment slots, component lifecycle (OnInitializedAsync, OnParametersSet), async patterns, IAsyncDisposable, CancellationToken, CSS isolation, code-behind. DO NOT USE FOR: creating new projects (use create-blazor-project), JavaScript interop or calling browser APIs from Blazor (use use-js-interop), forms and validation (use collect-user-input), prerendering issues (use support-prerendering), HTTP data fetching patterns (use fetch-and-send-data), coordinating state between unrelated components (use coordinate-components).
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
PASS94
5.3K GitHub stars
Stars/forks activity
PASS88
5.3K stars, 403 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
7d since push
License clarity
PASS86
MIT
README/SKILL.md completeness
INFO76
Public metadata needs stronger README/SKILL.md context
Dependency/runtime risk
INFO64
credential or environment access, network or browser surface
Install availability
PASS92
npx skills add dotnet/skills --skill author-component
Install command safety
PASS92
standard package or runtime install path
Permission surface
WARN46
secrets or environment access, filesystem or document access
Repository evidence
PASS86
https://github.com/dotnet/skills/tree/main/plugins/dotnet-blazor/skills/author-component
Review status
PASS88
AI review data available
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install path
92
npx skills add dotnet/skills --skill author-component
Repository
88
https://github.com/dotnet/skills/tree/main/plugins/dotnet-blazor/skills/author-component
License
86
MIT
Maintenance
100
7d since push
AI review
88
Approved with no listed issues
README/SKILL.md completeness
84
Warnings
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options
Apache ECharts is a powerful, interactive charting and data visualization library for browser
67K Stars · Audit report
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
113K Stars · Audit report
Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 160,000+ scientists worldwide. 140 ready-to-use skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.
33K Stars · Audit report
Usable description available
Dependency risk
64
credential or environment access, network or browser surface
Install command safety
92
standard package or runtime install path
Permission surface
46
secrets or environment access, filesystem or document access
Stars/forks activity
88
5.3K stars, 403 forks; issue activity unavailable in current metadata
Adoption
88
5.3K GitHub stars
Agent safety v2
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
Browser automation
mediumSkill may drive a browser or interact with web pages.
Network access
mediumSkill likely fetches remote pages, APIs, repositories, or external services.
Filesystem access
mediumSkill may read or write project files, documents, generated artifacts, or local workspace state.
Secrets or environment access
highSkill metadata references credentials, tokens, environment variables, or secret-bearing workflows.