readme
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
ripgrep(rg) command-line tool to scan the project tree for markdown files containing HTML comments. This command is restricted to the local file system and is used for its intended purpose of identifying documentation sections for synchronization. - [DATA_EXFILTRATION]: There are no patterns suggesting the exfiltration of sensitive data. The skill does not perform network requests or attempt to access sensitive configuration files outside the repository scope.
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute external code, nor does it use dynamic execution mechanisms such as
eval()orexec()on untrusted data.
Audit Metadata