Missing User Warnings
Medium
- Confidence
- 91% confidence
- Finding
- The skill instructs users to run a container with `-v $(pwd):/work`, which gives the container read/write access to the current host workspace. Because the skill does not warn that processes inside the container can modify or overwrite host files, users may treat the container as isolated when it is not. In this context, the risk is real because the container is explicitly used to build and run arbitrary analysis tools against user code, so containerized commands can affect host project contents.
