Back to skill

Security audit

Publish Wiki Pages

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward Wiki.js publishing helper; its wiki access is disclosed and fits the create/update workflow.

Install only if you want an agent to create or update pages in your Wiki.js instance. Use the least-privileged Wiki.js token available, treat WIKI_KEY as sensitive, and review the target path/content before allowing updates or broad page listing.

Vulnerability Patterns
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Description-Behavior Mismatch

Medium
Confidence
92% confidence
Finding
The script exposes a 'list' action that enumerates all wiki pages, which goes beyond the stated publish/update purpose of the skill. This expands the data-access surface and could enable unnecessary discovery of page metadata if the skill is granted broader wiki credentials than needed.

Static analysis

No suspicious patterns detected.