read-docs
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill is purely instructional, guiding the agent to use standard file search and read operations on documentation files (.md).
- [DATA_EXPOSURE]: The skill accesses project documentation (docs/, README.md, etc.), which is the intended behavior for information retrieval. It does not target sensitive system paths or credentials.
- [COMMAND_EXECUTION]: The skill uses search patterns (glob, grep) for file discovery, but these are handled within the agent's environment safely and do not involve arbitrary shell command injection or privilege escalation.
Audit Metadata