learn-retro
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows the principle of least privilege by restricting all file write operations to the
.workflow/directory, ensuring source code and git history remain untouched. - [SAFE]: All git-related tasks are explicitly limited to read-only operations, such as
git logandgit diff --stat, preventing accidental or malicious changes to the repository. - [SAFE]: The skill implements blocking 'Phase Gates' that require manual user approval via
request_user_inputbefore performing significant actions, such as spawning autonomous sub-agents for decision evaluation or persisting results to the project's permanent learning records.
Audit Metadata