supervisor-review-queue
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- Operational Logic: The skill manages a review queue by reading from and writing to a specific YAML file (
references/review-queue.yaml). This is consistent with its stated purpose of student work oversight. - Configuration Checks: The skill performs a setup check against
CLAUDE.mdto ensure it only activates if the 'formal review queue' supervision style was explicitly chosen by the user. This prevents the skill from executing if it was not the intended workflow. - File Access: The skill accesses paths within the clinic's local configuration and reference directories. It does not attempt to access sensitive system files or credentials.
- No External Communication: The skill does not contain any network operations, remote script downloads, or data exfiltration patterns. All logging and queue management are performed locally.
Audit Metadata