wordpress-uploader
Warn
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple local Python scripts (
wordpress-upload.py,wordpress-media-upload.py,wordpress-edit-post.py) located in~/.claude/scripts/. It also utilizespython3 -cto execute inline Python code for validating environment variables. - [DATA_EXFILTRATION]: The skill reads sensitive information from the
~/.envfile, specificallyWORDPRESS_SITE,WORDPRESS_USER, andWORDPRESS_APP_PASSWORD. Additionally, the instructions require the agent to 'Display complete script output' and 'Never summarize, truncate, or hide results', which could lead to the unintended exposure of authentication headers or internal tokens in the output. - [PROMPT_INJECTION]: The skill processes untrusted markdown files provided by the user, creating an attack surface for indirect prompt injection where malicious instructions could be embedded in the content or YAML frontmatter to influence agent behavior.
- Ingestion points: Markdown files passed to the
--fileargument inSKILL.md. - Boundary markers: Absent. The instructions do not provide delimiters or logic to separate content from potential embedded instructions.
- Capability inventory: Shell execution of local Python scripts and network communication with the WordPress REST API.
- Sanitization: Absent. No evidence of input validation or content sanitization is described.
Audit Metadata