Is baagad-ai/content-wand safe?
https://github.com/baagad-ai/content-wand
This is a well-designed content transformation skill with comprehensive security considerations including injection detection, trust boundaries, and URL validation. While external content processing presents some risk, the defensive measures are thorough and the skill operates purely through prompts without executable code.
Category Scores
Findings (5)
MEDIUM Complex External Content Processing -15 ▶
The skill processes external content from URLs and web searches, creating potential injection vectors despite comprehensive detection mechanisms
LOW External Network Access -10 ▶
Skill can fetch arbitrary URLs (with validation) which could theoretically be used for data exfiltration, though proper safeguards are in place
LOW Shell Script Present -5 ▶
Repository contains one executable shell script for health checking
LOW Standard Git Clone Operation -5 ▶
Normal git clone behavior observed with no anomalies
LOW Multi-Step Pipeline Complexity -20 ▶
Complex hub-spoke architecture with multiple sub-skills increases potential attack surface