Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
接送站助手
v1.0.0企业用车服务助手,支持即时用车、预约用车、接送机、包车等多种用车场景,提供车型选择、费用预估、订单管理等功能。Invoke when user needs to book a car, schedule a ride, airport transfer, or manage car service orders.
⭐ 0· 33·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
SKILL.md explicitly states '必须调用真实用车平台API' and '禁止自行编造价格或车辆信息' implying real integration. However, the bundled Python code (car_service_api.py / openai_adapter.py) uses simulated driver and pricing data, random distance generation, and no HTTP clients or external endpoints. There is a mismatch between the declared purpose (real platform integration) and the actual implementation (local simulation).
Instruction Scope
The runtime instructions in SKILL.md require calling real platform APIs but provide no endpoints, auth instructions, or environment variables. SKILL.md does not instruct the agent to read unrelated system files or secrets, but the file contains a pre-scan 'unicode-control-chars' injection signal (prompt‑injection attempt) which could hide or alter instructions when rendered—this is suspicious and warrants manual inspection of the SKILL.md raw bytes.
Install Mechanism
There is no install spec or external download; the skill requires only python3 and includes local Python modules. Nothing is fetched from external URLs or installed automatically, which minimizes supply‑chain risk. The presence of code files means executing them will run logic on the host, so standard code review is still necessary.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. Given the stated purpose (integrating with real car platforms), the absence of any API keys or credential requirements is inconsistent — either the skill is a simulator (which needs no creds) or it omits necessary credential handling. As provided, it does not request excessive secrets.
Persistence & Privilege
Flags such as always:false and no config path modifications are appropriate. The skill does not request elevated persistence or modify other skills' settings.
Scan Findings in Context
[unicode-control-chars] unexpected: SKILL.md contains unicode control characters identified by the pre-scan. This is not expected for a benign travel/booking skill and can be used for prompt‑injection or to hide/obfuscate instructions. Manual inspection of the raw SKILL.md bytes is recommended.
What to consider before installing
What to consider before installing:
- The SKILL.md claims the skill MUST call real car‑service platform APIs and forbids fabricating prices or vehicles, but the included code simulates drivers and prices locally and contains no network calls, API endpoints, or credential handling. Ask the author to explain how real bookings are performed and to provide the actual integration code and required auth details.
- The SKILL.md triggered a 'unicode control characters' scan hit; these characters can be used to hide or manipulate prompts. Inspect the SKILL.md file in a text editor that shows hidden characters and remove any suspicious control codes before use.
- Running the included Python modules will execute local code that fabricates orders and uses random values; do not rely on this for actual bookings or billing. If you need production booking, require the skill to accept explicit API endpoints and API keys and show secure handling of those credentials.
- Because there is no external install, the immediate risk is limited to whatever the Python code does locally. Still, review the full code for any unintended behaviors (networking, logging of sensitive data) before running in any environment that has production data.
- If you are not the maintainer, treat this skill as a simulator/sample until the integration inconsistencies and hidden-character issue are resolved. If you want, request the author to: (1) remove hidden control characters, (2) provide documented external API endpoints and required env vars, and (3) include secure credential handling and network-call code if real bookings are intended.Like a lobster shell, security has layers — review code before you run it.
latestvk977c4q7kcptrekgbj7hvpt55983ynpm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚗 Clawdis
Binspython3
