traffic-law
v1.0.2parse traffic accident legal documents and generate exam answers. use when user needs to extract text from word documents in e jiaotong directory, parse traf...
⭐ 0· 126·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, code, and SKILL.md consistently describe parsing local Word documents (E:\jiaotong path) and generating exam answers. Requested resources are local files only and no credentials are required. Minor incoherence: SKILL.md states 'requires Microsoft Word installed' and references using Word COM for parsing .doc/.docx, but the included scripts parse .docx by reading the .docx ZIP and explicitly do not implement .doc COM parsing (they leave .doc as a manual/placeholder). This is likely a documentation mismatch rather than malicious.
Instruction Scope
SKILL.md instructs the agent to read and parse Word documents from a specific local directory and to build/save JSON/markdown outputs. The included scripts operate on local filesystem paths (default: E:\jiaotong\法律法规\法律法规) and do not perform network calls or read other unrelated system configuration. The only scope note: SKILL.md mentions releasing COM objects (Windows/Word) even though the scripts do not use COM.
Install Mechanism
No install spec is provided (instruction-only), and the code files are simple Python scripts. Nothing is downloaded or installed automatically by the skill bundle. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond local document directories. The scripts read local files (doc/docx) and write JSON/markdown outputs. This is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. It reads and writes files in user-specified/local directories only. No modifications to other skills or system-wide settings are present.
Assessment
This skill appears to do what it says: parse local Word documents (mostly .docx) and produce a JSON knowledge base and exam-answer markdown. Before installing or running it, confirm you are comfortable giving the agent access to the local directory it will read (default is a Windows path under E:\jiaotong). Note the SKILL.md mentions Word COM and requiring Microsoft Word, but the included scripts parse .docx by reading the .docx ZIP and do not actually implement COM-based .doc parsing — .doc files are left as placeholders. If you need .doc support or you are not on Windows, test on a small sample first. There are no network calls or credentials requested in the bundle, but always review or run third-party scripts in a sandbox or with non-sensitive sample files prior to full use.Like a lobster shell, security has layers — review code before you run it.
latestvk97fydr9ftnj5920bpwm6jj2vh83k851
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
