gaokao-english-vocabulary

v1.0.0

This skill generates interactive "高考英语词汇频率分级系统" (Gaokao English Vocabulary Frequency Grading System) webpages. It creates beautiful, dark-themed, single-page...

0· 63·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the artifacts: an HTML template, data format docs, and a Python generator that converts a JSONL input into vocab_data.js. Nothing requested (env, binaries, installs) is out of scope for generating a static webpage and dataset.
Instruction Scope
SKILL.md describes building the webpage and separating data into vocab_data.js; the included instructions and the Python script operate only on user-supplied input files and local output. No instructions reference unrelated system files, credentials, or external endpoints.
Install Mechanism
No install spec. The skill is instruction-only plus a small helper script. No downloaded/extracted code or external package installs are specified.
Credentials
The skill requires no environment variables, credentials, or config paths. The Python script reads only the user-supplied input file and writes the specified output file.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or global agent settings.
Scan Findings in Context
[pre-scan-injection-none] expected: Static regex scanner found no suspicious patterns; this is expected for a small, local data-conversion script and HTML template.
Assessment
This skill appears coherent and self-contained. Before using it, verify the source of any input JSONL you pass to the generator (don't run it on files from untrusted sources). The generator writes the specified output path—ensure it won't overwrite important files. You can open the produced HTML locally (it loads vocab_data.js via a local <script>) and review the generated vocab_data.js to confirm contents and to remove any sensitive data before publishing. If you plan to host the page, serve it from a static hosting service and inspect the generated files first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9707dzrchsd1mqzfpbg65x2as83xhfr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments