social-media-generator
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: social-media-generator description: This skill should be used when the user requests social media content creation for Twitter, Instagram, LinkedIn, or Facebook.
Malicious tool definition detected
Tool: assets/facebook_template.md Description: # {{EVENT_NAME}} {{ENGAGING_OPENING}} {{MAIN_MESSAGE}} {{DETAILED_DESCRIPTION}} {{EVENT_DETAILS}} {{CALL_TO_ACTION}} {{HASHTAGS}} --- Platform: Facebook
Malicious tool definition detected
Tool: assets/instagram_template.md Description: # {{EVENT_NAME}} {{MAIN_MESSAGE}} {{DETAILED_DESCRIPTION}} {{HASHTAGS}} {{CALL_TO_ACTION}} --- Platform: Instagram
Malicious tool definition detected
Tool: assets/linkedin_template.md Description: # {{EVENT_NAME}} {{PROFESSIONAL_OPENING}} {{MAIN_MESSAGE}} {{KEY_POINTS}} {{INSIGHTS_OR_TAKEAWAYS}} {{CALL_TO_ACTION}} {{HASHTAGS}} --- Platform: LinkedIn
Malicious tool definition detected
Tool: assets/twitter_template.md Description: # {{EVENT_NAME}} {{MAIN_MESSAGE}} {{HASHTAGS}} {{CALL_TO_ACTION}} --- Platform: Twitter
Malicious tool definition detected
Tool: index.js Description: export default async function social_media_generator(input) { console.log("🧠Running skill: social-media-generator"); // TODO: implement actual logic for this skill
Malicious tool definition detected
Tool: package.json Description: { "name": "@ai-labs-claude-skills/social-media-generator", "version": "1.0.0", "description": "Claude AI skill: social-media-generator", "main": "index.js",