personal-assistant
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md [1/3] Description: --- name: personal-assistant description: This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines.
Tool: SKILL.md [2/3] Description: "Learn Python"] Based on your goal to learn Python, I recommend dedicating 3-4 hours this week to: 1.
Tool: SKILL.md [3/3] Description: schedule and preferences, I can see you're typically free between 6-7pm on weekdays.
Malicious tool definition detected
Tool: index.js Description: export default async function personal_assistant(input) { console.log("🧠Running skill: personal-assistant"); // TODO: implement actual logic for this skill
Malicious tool definition detected
Tool: package.json Description: { "name": "@ai-labs-claude-skills/personal-assistant", "version": "1.0.0", "description": "Claude AI skill: personal-assistant", "main": "index.js",
Malicious tool definition detected
Tool: references/assistant_capabilities.md [1/2] Description: # Personal Assistant Capabilities Reference ## Core Capabilities This document provides detailed information about the personal assistant's capabilities and how to leverage them effectively.
Tool: references/assistant_capabilities.md [2/2] Description: Find alternatives - Consider priorities - Minimize disruption - Propose solutions ### Productivity Coaching "I'm not being productive" - Analyze patterns - Identify blockers - Suggest strategies - Provide support ## 8.
Malicious tool definition detected
Tool: scripts/assistant_db.py [1/2] Description: #!/usr/bin/env python3 """ Personal Assistant Database Manager Manages user profile, schedule, preferences, tasks, and context information with intelligent data retention and cleanup.
Tool: scripts/assistant_db.py [2/2]
Malicious tool definition detected
Tool: scripts/task_helper.py Description: #!/usr/bin/env python3 """ Quick Task Management Helper Provides convenient functions for common task operations.