skills/brycewang-stanford/awesome-agent-skills-for-empirical-research/obsidian-literature-workflow/Gen Agent Trust Hub
obsidian-literature-workflow
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local Python scripts (
build_literature_canvas.pyandbuild_literature_graph.py) to process Markdown files and generate Obsidian Canvas and Mermaid diagrams within the user's project vault. - [DYNAMIC_EXECUTION]: The Python scripts use
sys.path.insertto dynamically load a local utility module (project_kb) from theobsidian-project-memoryskill directory. This is used for vault path resolution and metadata handling. - [INDIRECT_PROMPT_INJECTION]: The skill processes paper notes which may contain content from external sources (e.g., abstracts). While the scripts only use this for visualization, the presence of untrusted data in the agent's context constitutes a potential attack surface if the agent later treats that content as instructions.
- [DATA_EXPOSURE]: The skill reads user notes in the
Papers/andKnowledge/directories to extract link and metadata information for the purpose of visualization. This data remains within the local filesystem.
Audit Metadata