dotnet-core-expert
Fail
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: CRITICALEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONMETADATA_POISONINGINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation link
https://jeffallan.github.io/claude-skills/skills/backend/dotnet-core-expert/and its root domain are flagged as malicious by automated scanners. Providing documentation via a blacklisted domain is a significant security risk. - [METADATA_POISONING]: The skill's metadata contains an author link to a GitHub profile and a documentation site associated with a blacklisted infrastructure. Additionally, the skill file
SKILL.mditself has been flagged by file reputation scanners (FileRepMalware), indicating a high probability of association with malicious activity. - [COMMAND_EXECUTION]: The workflow in
SKILL.mddirects the agent to executedotnet build,dotnet test, andcurlcommands. While these are standard tools for .NET development, they provide a vector for arbitrary code execution if the skill processes malicious code or requirements. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process user requirements and data models to generate architectural patterns and code, creating an attack surface for indirect prompt injection.
- Ingestion points:
SKILL.mdcore workflow step 1 (Analyze requirements, identify architecture pattern, data models). - Boundary markers: Absent; there are no instructions to ignore or delimit potentially malicious directives embedded in the input requirements.
- Capability inventory: The skill utilizes
dotnet build,dotnet test, andcurlas part of its operational workflow. - Sanitization: Absent; there is no mention of validation, filtering, or escaping for external content before it is processed for code generation.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
- AI detected serious security threats
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata