ilspy-decompile
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the use of
ilspycmd, a well-known open-source tool for .NET decompilation. All suggested commands are standard for this utility. - [COMMAND_EXECUTION]: The skill uses local shell commands to install and run the
ilspycmdtool (dotnet tool install,dnx,ilspycmd). These are legitimate developer actions for inspecting compiled code. - [EXTERNAL_DOWNLOADS]: The skill suggests installing
ilspycmdvia the official .NET tool registry (NuGet), which is a trusted service for .NET development. - [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it processes the output of decompiled assemblies which could contain untrusted text. However, this is inherent to the purpose of a decompiler and is considered low risk in this context.
Audit Metadata