board
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to read and display project status from local files such as
board.mdordocs/board.md. These are standard project artifacts and do not contain sensitive system credentials. - [SAFE]: The instructions explicitly direct the agent to use direct file reading rather than shell-globbing, which prevents potential command injection or unexpected shell behavior.
- [SAFE]: No network operations or external data transmissions are performed. The skill is project-agnostic and only accesses files within the current working directory.
- [SAFE]: The only modification capability is a user-approved scaffolding of a hardcoded Markdown template, which is a benign initialization task.
- [SAFE]: Filtering logic is implemented via string matching and case-insensitive comparisons, posing no risk of dynamic code execution or logic bypass.
Audit Metadata