lsp-refactoring

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses standard command-line utilities like grep, find, and sed for code analysis and transformation. These operations are performed locally and are routine for developer workflows.\n- [EXTERNAL_DOWNLOADS]: The workflow references npx tsc, which interacts with the official npm registry. As a well-known service, this is considered a safe and standard dependency management practice.\n- [SAFE]: The skill incorporates essential safety checks, including the use of type-checkers (tsc, mypy, go vet) and the requirement to run tests and review git diff after modifications. These steps significantly mitigate the risk of unintended code changes.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 10:21 PM