Back to skill

Security audit

China Apparel & Accessories Sourcing

Security checks for vulnerabilities and agentic risk

Overview

This skill is a narrowly scoped offline sourcing guide that reads its own packaged data and does not show hidden access, persistence, or network behavior.

Install this as an offline reference aid for China apparel and accessories sourcing. Treat its market figures and supplier examples as informational and verify them independently before making business decisions, but the artifacts do not show security-sensitive behavior beyond reading packaged data.

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 (3)

Lp3

Medium
Category
MCP Least Privilege
Confidence
89% confidence
Finding
The manifest declares the skill as invocable but does not define any explicit tool scope or permissions, while the implementation reportedly has file-read capability. That mismatch weakens least-privilege guarantees and makes it harder for reviewers and runtime policy systems to understand or constrain what the skill can access.

Vague Triggers

Medium
Confidence
91% confidence
Finding
The skill is marked invocable without any stated activation constraints, narrow trigger conditions, or other scope-limiting metadata. This increases the chance the skill will be invoked in overly broad contexts, potentially exposing its code capabilities or causing unintended access to local packaged resources when unrelated prompts match loosely.

Natural-Language Policy Violations

Low
Confidence
82% confidence
Finding
The top-level docstring describes the skill exclusively as a 'China apparel and accessories' intelligence tool. Under the stated policy, language/locale constraints should either provide user opt-in or be clearly documented as justified; this file fixes the regional scope in natural language without such clarification.

Static analysis

No suspicious patterns detected.