update-project-doc
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard shell commands via the Bash tool to gather project metadata:
ls -RandGlobfor mapping the directory structure.git logfor checking recent commit history to verify task completion.grep -c '@' *.bibfor counting bibliography entries.wc -lfor calculating file and section lengths to enforce documentation leanness guidelines.readlinkfor verifying the targets of symlinks.- These commands are scoped to informational and auditing tasks, with explicit instructions to respect
.gitignoreand skip sensitive directories like.venvornode_modules.
Audit Metadata