China Travel Guide

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

NoteMedium Confidence
ASI01: Agent Goal Hijack
What this means

Hidden formatting characters could make the skill text harder to audit, even though no harmful instruction is visible here.

Why it was flagged

Unicode control characters can obscure or visually alter instruction text. The provided neutralized content does not show a malicious override, so this is a hygiene note rather than a concern.

Skill content
Pre-scan injection signals: unicode-control-chars; "controlCharactersRemoved": 4
Recommendation

Use only the neutralized/audited version or ask the publisher to remove the control characters from SKILL.md.

What this means

Uploaded menus, signs, medicine labels, or travel questions may be sent through the assistant’s available search/image-analysis tooling.

Why it was flagged

The skill expects web search and image analysis for real-time travel information and OCR-style translation. These tools are aligned with its stated travel-assistant purpose, but users should know images and travel queries may be processed by assistant tools.

Skill content
tools_required:
  - web_search
  - image_analysis
Recommendation

Share only the specific images or details needed, and verify official travel, visa, medical, and transportation information before acting.

What this means

A traveler who relies on stale visa information could make incorrect travel plans.

Why it was flagged

The skill provides visa guidance, but the embedded visa-policy data is time-sensitive and includes an expired validity date relative to the 2026 registry publication. The disclaimer mitigates this by telling users to verify official sources.

Skill content
"last_updated": "2024-12-20", ... "valid_until": "2025-12-31", ... "disclaimer": "Visa policies may change. Verify with official sources before travel."
Recommendation

Treat visa guidance as a starting point only and confirm current requirements with official embassy, consulate, airline, or immigration sources.