lsp-simulate
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted data which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: The
new_textparameter inmcp__lsp__simulate_editandmcp__lsp__preview_edit(SKILL.md), as well as diagnostic messages returned bymcp__lsp__evaluate_session(references/patterns.md). - Boundary markers: Absent. The skill instructions do not specify any delimiters or safety warnings for the agent to ignore instructions embedded within the simulated code or resulting diagnostics.
- Capability inventory: The agent has the ability to write files to the disk using the
mcp__lsp__commit_sessiontool (SKILL.md). - Sanitization: Absent. There is no evidence of input validation or escaping for the code strings or diagnostic outputs.
- [COMMAND_EXECUTION]: The skill includes tools that allow the agent to perform permanent modifications to the host file system.
- The
mcp__lsp__commit_sessiontool, when used with theapply: trueparameter, writes in-memory changes to the workspace disk. - [EXTERNAL_DOWNLOADS]: The skill references external resources required for its operation.
- Documentation in SKILL.md points to
github.com/blackwell-systems/agent-lspas the required backend server for the simulation tools.
Audit Metadata