Back to skill

Security audit

Echomindr Founder Retrieval

Security checks for vulnerabilities and agentic risk

Overview

This skill is a small, disclosed integration that sends anonymized founder-business situations to Echomindr to retrieve relevant public founder examples.

Install only if you are comfortable with short, anonymized business-situation summaries being sent to echomindr.com. Do not include names, emails, company-identifying facts, secrets, customer data, or confidential strategy in prompts that might be used for lookup.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • 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
Findings (1)

External Transmission

Medium
Category
Data Exfiltration
Content
homepage: https://echomindr.com
    requires:
      bins:
        - curl
---

# Echomindr — Founder Experience Retrieval
Confidence
86% confidence
Finding
The skill instructs the agent to transmit user-derived business situations to an external public service via curl. Even though the skill says to anonymize and avoid personal data, this relies on the agent/user to consistently sanitize inputs, and the service also states that queries are logged, creating a real data exfiltration and privacy risk if sensitive business or personal information is included.

Static analysis

No suspicious patterns detected.