lsp-fix-all
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the Blackwell Systems 'agent-lsp' repository as a necessary dependency.
- [COMMAND_EXECUTION]: Utilizes the
mcp__lsp__apply_edittool to modify project files. The workflow restricts modifications to standardized 'quickfix' and 'source.organizeImports' actions, avoiding more complex structural changes. - [PROMPT_INJECTION]: The skill processes diagnostics and suggested fixes from an LSP server, which constitutes an indirect prompt injection surface.
- Ingestion points: Data is ingested via
mcp__lsp__get_diagnosticsandmcp__lsp__suggest_fixesinSKILL.md. - Boundary markers: None present.
- Capability inventory: File modification capabilities are available via
mcp__lsp__apply_editinSKILL.md. - Sanitization: The skill implements an explicit whitelist for code actions, only allowing specific low-risk types while rejecting all 'refactor' actions.
Audit Metadata