csharp-scripts
Audited by Socket on Mar 7, 2026
1 alert found:
Obfuscated FileThe skill is largely coherent with its stated purpose of running single-file C# scripts for quick experimentation. It leverages official tooling (dotnet CLI) and standard NuGet package directives, with a documented path for cross-platform execution (including a Unix shebang option). The data flows and install sources are proportionate to the goal, and there is no inherent credential access or external data exfiltration mandated by the skill itself. Some elevated risk items are context-dependent (e.g., user-provided script content could download packages, perform I/O, or access the network), but these are typical for a scripting workflow and not intrinsic to the skill’s design. Overall, the security posture is Benign with Minor Suspicious considerations limited to dependency installation via user-provided directives and executable script potential if sourced from untrusted inputs.