update-project-doc
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill performs read-only gathering of project metadata (file trees, git logs, line counts) and proposes documentation updates to the user.
- [SAFE]: The skill implements strong safety controls by requiring explicit user confirmation via
AskUserQuestionbefore any modifications are made. - [SAFE]: Use of the
Edittool for targeted string replacement is a best practice that prevents the accidental overwriting of entire files. - [SAFE]: The
allowed-toolsconfiguration appropriately restricts theBashtool to a specific set of benign subcommands (ls, git log, git diff, readlink, wc, date).
Audit Metadata