Back to Home
carloshenriquecarniatto icon

Code-Tools

Verified Safe

by carloshenriquecarniatto

Overview

A set of developer utilities for analyzing .NET codebases, including dead code detection and other analysis tools.

Installation

Run Command
dotnet run --project . -c Release -- <your-args>

Environment Variables

  • GITHUB_TOKEN
  • PERSONAL_TOKEN

Security Notes

The core application is a local .NET console tool with no apparent network vulnerabilities or hardcoded secrets in the provided snippets. The CI/CD process involves JavaScript-based tooling (`semantic-release`, `commitlint`) and a Node.js script (`tools/update-csproj.js`) for updating the `.csproj` file. The `update-csproj.js` script uses regex-based string manipulation for file modification, which is noted as potentially fragile, though not a direct security exploit in this context. The main security consideration is the `GITHUB_TOKEN` or `PERSONAL_TOKEN` permissions required for the release workflow to write to the repository, which is a standard and well-documented concern for automated CI/CD releases.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-11-25

Tags

.NETCode AnalysisDeveloper ToolsCI/CDSemantic Release