obs-memory
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands including
mkdir,cp,git, and a third-partyobsidianCLI tool to manage the knowledge vault. While these are necessary for functionality, there is a potential risk of command injection if variables like project names or search queries containing shell metacharacters are not properly handled by the agent environment. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. During the
analyzeandrecapphases, it reads content from external project files (such asREADME.md,CLAUDE.md, and ADRs) and incorporates this data into vault notes. Malicious instructions embedded in these files could be executed by the agent or influence its future behavior when it later references those notes. - Ingestion points: Reads various project files like
package.json,README.md, andCLAUDE.mdduring theanalyzecommand inSKILL.md. - Boundary markers: None identified; external content is read and synthesized directly into notes.
- Capability inventory: Includes file system access (
mkdir,cp), execution ofgitandobsidianCLI commands, and file writing capabilities across the vault structure. - Sanitization: No explicit sanitization or escaping of external content before writing it to the vault or passing it to CLI commands is described.
Audit Metadata