clawddocs
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a comprehensive set of tools for navigating and searching Clawdbot documentation. The instructions for the agent are clear and task-oriented, focusing on helping users find relevant information.
- [COMMAND_EXECUTION]: The skill includes several shell scripts in the
scripts/directory. These scripts perform benign operations such as searching, cache management, and sitemap generation. Most scripts currently provide placeholder functionality (echoing status messages) and do not perform any dangerous operations. - [CREDENTIALS_UNSAFE]: Configuration examples in
snippets/common-configs.mdproperly use environment variable placeholders (e.g.,${DISCORD_TOKEN}) rather than hardcoding actual secrets, which is a standard security best practice. - [EXTERNAL_DOWNLOADS]: The
fetch-doc.shscript references the official documentation domaindocs.clawd.bot. This is consistent with the skill's stated purpose and does not involve downloading or executing untrusted code.
Audit Metadata