Back to skill

Security audit

Market Customer Analysis

Security checks for vulnerabilities and agentic risk

Overview

This is a disclosed market and customer analysis workflow that may browse with permission and create one local HTML report, with no evidence of hidden or harmful behavior.

Install only if you want an agent to help produce market/customer analysis reports. Expect it to ask for missing business context, request permission before web research, and create a local HTML report in the current working directory. Review any generated market data sources and assumptions before relying on the report.

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
  • 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
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Vague Triggers

Medium
Confidence
93% confidence
Finding
The skill metadata includes a very broad trigger list covering common business-analysis phrases such as market analysis, customer insight, and needs analysis. Overly generic triggers can cause unintended invocation in normal user conversations, routing users into this skill when they did not explicitly request it and increasing the chance of unnecessary tool use or off-scope actions.

Missing User Warnings

Low
Confidence
84% confidence
Finding
The skill instructs the agent to write a generated HTML file to the current working directory and present it, but it does not require a clear user-facing notice immediately before making filesystem changes. This can surprise users, create unwanted artifacts, and normalize silent file writes by agent skills even when the write is not strictly necessary for the user's immediate intent.

Static analysis

No suspicious patterns detected.