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, andsedfor code analysis and transformation. These operations are performed locally and are routine for developer workflows.\n- [EXTERNAL_DOWNLOADS]: The workflow referencesnpx 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 reviewgit diffafter modifications. These steps significantly mitigate the risk of unintended code changes.
Audit Metadata