Meta-Skill Creator
Audited by Socket on Feb 21, 2026
1 alert found:
Obfuscated FileThe meta-skill's design is functionally appropriate for generating Claude Skills from documentation, implementing sensible steps (per-file analysis, blueprinting, and synthesis). The primary security concern is operational: the architecture routes raw documentation to sub-agents whose execution context and endpoint trust are unspecified, enabling potential data exfiltration if those agents are remote or compromised. Additional risks include unsafe filesystem operations (mv overwrite, path traversal), lack of pre-send redaction of sensitive content, and increased attack surface from parallel outbound calls. There is no direct evidence of embedded malicious code. Recommend enforcing local-only agent execution or cryptographically authenticated/pinned endpoints, implement content minimization/redaction scanning before external calls, validate and sanitize filesystem paths, use safe atomic writes with overwrite protection, and log/audit all outbound sub-agent calls.