office-hours
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
git log --oneline -20to understand recent project changes andls -t docs/office-hours/*.mdto identify existing design documents. These commands are used solely for context gathering within the local environment. - [SAFE]: The skill implements a
<HARD-GATE>instruction that strictly forbids the agent from writing code, scaffolding projects, or performing implementation actions, which mitigates the risk of unauthorized code execution or system modification. - [SAFE]: File system interactions are limited to reading standard documentation files (
CLAUDE.md,AGENTS.md,docs/) and writing design documents to a dedicated directory (docs/office-hours/). - [SAFE]: No network access, hardcoded credentials, or persistence mechanisms were found. The skill operates entirely within the provided project context.
Audit Metadata