clawddocs
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The shell scripts located in the
scripts/directory (sitemap.sh,cache.sh,search.sh, etc.) only use theechocommand to provide status messages or simulate functionality. They do not execute dangerous system commands or incorporate untrusted input into a command shell. - [DATA_EXFILTRATION] (SAFE): The skill does not attempt to access sensitive files (such as
.env, SSH keys, or cloud credentials) and does not perform any unauthorized network communication. - [EXTERNAL_DOWNLOADS] (SAFE): There are no patterns involving the download or execution of remote scripts. While the documentation mentions fetching files, the provided
fetch-doc.shscript only prints a URL and does not perform an actual network request.
Audit Metadata