agent-wiki
Warn
Audited by Snyk on Mar 10, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly accepts arbitrary remote repo URLs and adds them as git submodules (workflow/connect-mode.md and README examples like "/agent-wiki https://github.com/myorg/bteam-wiki 서브모듈 추가해줘"), then the READ and UPDATE workflows (workflow/read-mode.md, workflow/update-mode.md) instruct the agent to read and act on files from that workspace, which means untrusted public repository content can be ingested and materially influence the agent's actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's CONNECT workflow runs git submodule add at runtime and then reads files from that remote repo (notably AGENTS.md) which directly supply agent instructions, so the user-supplied remote Git URL ( used in "git submodule add ") is a risky runtime dependency.
Audit Metadata