Read Tool
Analysis
This is a very small input utility, but its advertised silent password mode is not implemented and could cause secrets to be echoed or printed.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Supports prompts, timeouts, and silent input mode for passwords.
The documentation advertises a safety-relevant silent password mode, but the included script only does `print(input(prompt), end='')` and has no option parsing for `-s`; users or agents relying on the documented behavior could expose a password in the terminal or stdout.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
read-tool -s -p "Password: " PASS
The skill explicitly includes password capture as a supported use case. That is purpose-aligned for an input utility, but it means the tool may handle sensitive credentials typed by the user.
