addin-operations
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to utilize the
dotnetCLI for project management and tool installation. - Uses
dotnet newto scaffold C# projects from templates. - Suggests
dotnet tool install -g ilspycmdfor assembly decompilation, which is a standard utility in the .NET development ecosystem. - Mentions that administrative privileges are required for the command prompt, which is consistent with the requirements for interacting with the TIA Portal and Global Assembly Cache (GAC).
- [EXTERNAL_DOWNLOADS]: The skill references external tools available through official package registries.
- Recommends downloading the
ilspycmdtool via NuGet, a well-known service for .NET development. - [SAFE]: The skill provides specialized technical guidance for a restricted engineering environment.
- Includes extensive documentation on the TIA Portal partial-trust sandbox, explaining why specific system calls or NuGet packages are blocked by the host application.
- Provides safe programming patterns for handling COM-bound threading constraints and implementing debug logging in isolated environments.
Audit Metadata