Back to skill

Security audit

feasibility-study-consultant

Security checks for vulnerabilities and agentic risk

Overview

This skill is a disclosed business feasibility-study workflow with simple local analysis scripts, though users should be mindful about saving research materials locally.

Install this if you want a Chinese-language feasibility-study coach that performs web-backed research, creates structured reports, and uses local templates/scripts. Before using it with confidential projects, decide where source materials may be saved, avoid storing sensitive raw documents unnecessarily, and keep web collection within legal and site-policy limits.

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
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • 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 (8)

Undeclared Tool Scope

Medium
Category
MCP Least Privilege
Confidence
84% confidence
Finding

The skill instructs use of local file outputs and references scripts/templates that imply file write behavior, but it does not declare any tool scope or permissions boundary. That creates an authorization ambiguity where an agent may write files or persist artifacts without explicit least-privilege constraints or user awareness.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Medium
Category
Not specified by scanner
Confidence
82% confidence
Finding

The display name, description, and the full operating instructions are all presented in Chinese, and the skill does not indicate that language should follow user preference or provide an opt-in choice. Under the stated policy, forcing a specific language without user choice can be a locale-policy issue unless clearly justified as region-specific.

Content

No source excerpt is available for this finding.

Vague Triggers

Medium
Category
Not specified by scanner
Confidence
94% confidence
Finding

The activation triggers are very broad and overlap with ordinary business-analysis requests, so the skill may auto-activate in contexts the user did not intend. Over-broad activation can cause the agent to apply prescriptive workflows, perform unnecessary data gathering, or invoke more powerful behaviors than needed for a simple request.

Content

No source excerpt is available for this finding.

Missing User Warnings

Medium
Category
Not specified by scanner
Confidence
90% confidence
Finding

The skill explicitly directs the agent to save gathered source materials locally for later reuse, but it provides no privacy, retention, or sensitive-data handling guidance. This can lead to unnecessary persistence of scraped content, proprietary documents, personal data, or regulated information beyond the immediate task scope.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Medium
Category
Not specified by scanner
Confidence
96% confidence
Finding

This code file contains extensive natural-language text in the module docstring that fixes the interaction language to Chinese. Under the language/locale policy, forcing a specific language without user opt-in is a policy concern unless the restriction is clearly justified or optional.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Medium
Category
Not specified by scanner
Confidence
97% confidence
Finding

This Python file’s module docstring, schema help text, error messages, and rendered output are all written in Chinese, and the CLI provides no option to select another language. Under the stated policy, forcing a specific language without user opt-in is a natural-language policy violation unless the locale restriction is explicitly justified, which it is not here.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Low
Category
Not specified by scanner
Confidence
79% confidence
Finding

SQP-3 applies to all file types and includes language or locale policy violations. This file presents all user-facing instructions only in Chinese, with no opt-in, alternative language, or justification that the skill is intended solely for a Chinese-language audience.

Content

No source excerpt is available for this finding.

Natural-Language Policy Violations

Low
Category
Not specified by scanner
Confidence
91% confidence
Finding

SQP-3 applies to all file types and includes language or locale policy violations. This markdown template presents all instructions and examples only in Chinese, with no user opt-in, alternative language option, or justification for restricting the skill to a Chinese-speaking audience.

Content

No source excerpt is available for this finding.

Static analysis

No suspicious patterns detected.