Back to skill

Security audit

Dream Interpretation

Security checks for vulnerabilities and agentic risk

Overview

This skill is a local calorie tracker that stores user-entered diet and body-measurement data in a SQLite file without hidden network, credential, or unrelated behavior.

Install if you are comfortable storing calorie, macro, weight, waist, and note data locally. Use --database to choose the storage location, and remember that update and delete commands modify that local database directly.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.