Back to skill

Security audit

COO Commander

Security checks for vulnerabilities and agentic risk

Overview

This skill is a lightweight coordination prompt for planning and status management, with no code, credential handling, persistence, or hidden execution behavior.

Install this if you want the agent to behave like a concise mission coordinator. Be aware it may activate on broad management or status-check phrasing, so you may need to clarify when you want normal execution instead of commander-style delegation.

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
  • System Prompt LeakageDirect Leakage, Indirect Extraction, Tool-Based Exfiltration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (2)

Direct Prompt Extraction

High
Category
System Prompt Leakage
Content
- NEXT ORDER
- MISSION COMPLETE

## Output rules
- Keep messages compact and operational.
- Always state owner, deliverable, and next action.
- When assigning work, specify exactly one clear deliverable.
Confidence
85% confidence
Finding
Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.

Vague Triggers

Medium
Confidence
95% confidence
Finding
The manifest description says the skill triggers on broad phrases like "manager," "status checks," and "startup team leadership," which can overlap with common user requests outside this skill's intended scope. It also does not provide exclusion conditions or negative examples to clarify when the skill should not activate.

Static analysis

No suspicious patterns detected.