msbuild-antipatterns
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- Catalog of Best Practices: The skill provides a detailed reference for identifying and fixing MSBuild anti-patterns, such as hardcoded paths, unquoted conditions, and inefficient target configurations. These recommendations align with standard Microsoft build system best practices.- Resource References: The skill includes internal references to markdown files (e.g.,
private-assets.md,additional-antipatterns.md) that provide deeper context for specific build optimizations like incremental builds and dependency management.- Safe Tool Usage: While the skill discusses the<Exec>task (which can execute shell commands), it does so to recommend safer, built-in MSBuild alternatives (like<Copy>or<MakeDir>) that provide better error handling and cross-platform compatibility.- No Remote Dependencies: The skill does not perform external network operations, download remote scripts, or require third-party packages. It operates as a static reference for build auditing.
Audit Metadata