inbox-memory
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Storage Management: The skill utilizes the
~/.copilot/directory to store session context and user preferences. This enables the agent to maintain continuity when shifting between different interfaces, such as the CLI and VS Code. This interaction is restricted to the specific files managed by the skill. - Environment-Aware Initialization: The skill uses shell commands to detect the environment and prepare its storage space, such as ensuring the existence of the configuration directory. This ensures that the memory backend is correctly configured before the agent attempts to process data.
- Cross-Session Context Processing: The skill manages data in
github-inbox-memory.mdandgithub-inbox-rules.md(SKILL.md) which enters the agent context across sessions. The agent utilizes capabilities likebashandedit(SKILL.md) to manage this persistent information. The skill includes guidelines to maintain concise files and avoid data loss during writes.
Audit Metadata