wiki-architect
Fail
Audited by Snyk on Feb 21, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to store and embed the provided REPO_URL verbatim in linked citations (and to run git remote get-url), so if that URL contains credentials or tokens the LLM would be required to output those secrets directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's mandatory "Source Repository Resolution" and Procedure steps in SKILL.md require asking for a source repository URL (e.g., GitHub/Azure DevOps) and to "Scan the repository file tree and README", so the agent will ingest and act on arbitrary public repository content (REPO_URL/blob/...) which could contain untrusted, user-authored instructions that influence its behavior.
Audit Metadata