Every command this range teaches, decoded. Pick one on the left, or search above.
AI · LINUX · difficulty 3 · ~20 min · 12 steps
A developer plugged an untrusted tool into their AI copilot. It read the repo secrets.
A developer connected a third-party MCP server — advertised as a 'code formatter' — to their AI coding assistant on build-agent-04. Within minutes the assistant had called tools that read .env files and the git config, and something shipped those out. The model did what its connected tools let it do. A tool an agent trusts is code you have granted your data to. Find the rogue connector in the config, see what it accessed, remove it, and rotate everything it touched.