Missing User Warnings
Low
- Confidence
- 87% confidence
- Finding
- The skill reads a file path supplied directly by the user (`--file`) and opens it with `Path(args.file).read_text(...)` without any validation, sandboxing, or explicit disclosure that arbitrary local files may be accessed. In an agent skill context, this can expose sensitive local data such as configuration files, credentials, or source code if the caller is induced to provide unexpected paths or if the agent uses the tool on behalf of a user without clear consent.
