dotnet-native-interop
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains educational content regarding official .NET runtime features for native interoperability. No malicious code or instructions were found.
- [SAFE]: Code snippets demonstrate standard usage of
[LibraryImport],[DllImport], and theNativeLibraryAPI for platform-specific library resolution. These are intended functionalities for .NET developers. - [SAFE]: All external references target official Microsoft documentation (learn.microsoft.com), which is a well-known and trusted source.
- [SAFE]: The skill encourages security best practices, such as using
SafeHandlefor resource management and explicit marshalling to prevent memory corruption or buffer overflows.
Audit Metadata