inbox-add
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses
ReadandWritetools to manage a local task inbox within an Obsidian vault. It does not perform any network operations or access sensitive system directories by default. - [SAFE]: Configuration is stored in a project-local file (
.claude/inbox-add.local.md) which is intended to be gitignored, following best practices for local settings. - [SAFE]: No remote dependencies or external scripts are downloaded or executed.
- [SAFE]: The skill processes user-provided task descriptions by collapsing them into a single line and appending them to a specific markdown file. While this involves processing external data, the capabilities are limited to simple file appending.
Audit Metadata