cross-linker
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [DATA_EXPOSURE]: The skill accesses local configuration files including
.envand~/.obsidian-wiki/configto resolve the vault path and link format settings. While these are sensitive file paths, their use is consistent with the skill's primary purpose of local wiki management. - [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests and processes untrusted data from the markdown files it scans to identify potential links.
- Ingestion points: The skill reads the full content, titles, and frontmatter of all
.mdfiles within the providedOBSIDIAN_VAULT_PATH(SKILL.md, Steps 1 and 2). - Boundary markers: No explicit delimiters or boundary markers are employed to isolate untrusted file content from the agent's internal instructions.
- Capability inventory: The skill is granted file-read and file-write capabilities, allowing it to modify existing markdown pages and update vault logs (SKILL.md, Steps 4, 5, and 7).
- Sanitization: Content is normalized using Unicode NFKD for matching, but there is no evidence of sanitization to prevent the agent from interpreting instructions that might be embedded in the wiki content.
Audit Metadata