Back to skill

Security audit

China Export Data Hunter

Security checks for vulnerabilities and agentic risk

Overview

This is a markdown-only research guide for using public trade-data sources, with no hidden code, persistence, or privileged access.

Before installing, confirm that China-focused export intelligence is what you need, and use any automation within source rate limits, subscription terms, and applicable rules for scraping or competitive research.

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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • 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)

Unbounded Resource Access

Medium
Category
Excessive Agency
Content
**UN Comtrade**:
- Free API: 100 calls/hour (registration required at https://uncomtrade.org/docs/api-subscription-keys/)
- Premium API: Unlimited calls with subscription
- Bulk download available for premium users

**China Customs**:
Confidence
80% confidence
Finding
Skill allows unbounded resource consumption (API calls, storage, compute). Without rate limits or quotas, a compromised or misbehaving agent can cause denial-of-service or cost overruns.

Natural-Language Policy Violations

Low
Confidence
87% confidence
Finding
The skill name, description, purpose, and target-user framing all prescribe a single country/locale focus: China. Under the policy criteria, a natural-language locale constraint can be a violation when it is imposed without user opt-in or an explicit justification as a region-specific tool.

Static analysis

No suspicious patterns detected.