convert-to-cpm
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Command Execution: The skill utilizes standard .NET CLI tools such as
dotnet build,dotnet restore, anddotnet cleanto verify project integrity. These commands are executed locally to manage the project's dependency state. - File System Operations: It reads and updates .NET project files (.csproj, .sln) and configuration files (Directory.Packages.props). These operations are restricted to the user-defined scope and are necessary for the conversion process.
- Project Metadata Ingestion: The skill analyzes local .NET project and solution files to audit package versions. This is a standard requirement for migration tooling.
- Ingestion points: Project files (.csproj, .fsproj, .vbproj) and solution files (.sln, .slnx) are read during the audit phase.
- Boundary markers: File content is processed as part of the structured migration workflow.
- Capability inventory: The skill performs file system writes and executes standard .NET build commands within the local environment.
- Sanitization: Metadata is processed using standard .NET CLI tools to ensure compatibility with NuGet standards.
Audit Metadata