moai-lang-csharp
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the official .NET installation script from Microsoft's trusted domain.
- Evidence:
wget https://dot.net/v1/dotnet-install.shinreference.md. - [REMOTE_CODE_EXECUTION]: Instructions describe making the downloaded .NET install script executable and running it.
- Evidence:
chmod +x dotnet-install.shand./dotnet-install.shinreference.md. - [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to rundotnetCLI commands for project lifecycle management. - Evidence: Commands such as
dotnet new,dotnet build, anddotnet testare documented for use viaBash. - [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection due to the processing of untrusted external data.
- Ingestion points: The
UserService.FetchUserDataAsyncmethod inexamples.mdretrieves content fromjsonplaceholder.typicode.com. - Boundary markers: No delimiters or safety instructions are used to wrap the remote content before it is processed by the agent.
- Capability inventory: The skill has access to the
Bashtool, which can execute system-level commands if the agent is manipulated by remote content. - Sanitization: The provided code examples lack validation or sanitization of the JSON data returned from the external API.
Audit Metadata