Resume Generator Clean
v1.0.0Professional resume generator with PDF, Word, and HTML export. Supports multiple templates, auto-layout, Chinese/English bilingual, and Markdown/HTML input....
⭐ 0· 29·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 (PDF/Word/HTML resume generation, Chinese support) align with the included Python scripts and examples. The repo is instruction-only in the registry but actually includes implementation files (scripts/ and CLI). Minor inconsistencies: SKILL.md declares version 1.1.0 while registry metadata is 1.0.0; some templates (e.g., 'minimal') are referenced in docs but the CLI choices in generate_resume.py only list ['modern_blue','classic'] which is a small mismatch but not security-critical.
Instruction Scope
Runtime instructions and SKILL.md direct the agent/user to clone the repo, pip-install obvious dependencies, and run local scripts. The code operates on local files (YAML, HTML, Markdown) and system fonts; it does not call out to remote endpoints, read unrelated system files, or attempt to harvest environment variables or credentials.
Install Mechanism
No automatic install spec is embedded in the registry (instruction-only). SKILL.md suggests installing standard Python packages from PyPI (reportlab, PyYAML, python-docx, beautifulsoup4, optional weasyprint/pdfkit). No downloads from unknown URLs or archive extraction steps are present in the provided files.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets. It does access the filesystem (reads input files, writes outputs, and probes system font paths) which is necessary for its purpose; this file access is proportional to resume generation.
Persistence & Privilege
Flags are default (always:false, user-invocable:true, disable-model-invocation:false). The skill does not request permanent presence, nor does it modify other skills or system-wide agent settings.
Assessment
This package appears coherent with its stated purpose and contains the code needed to generate resumes locally. However: 1) The source is listed as unknown and the SKILL.md references a placeholder GitHub URL — prefer installing from a known/trusted source or inspect the code yourself before running. 2) The skill requires installing Python packages from PyPI (ReportLab, PyYAML, python-docx, etc.); review dependency lists before pip installing and consider using a virtual environment. 3) The code reads and writes local files and probes system font paths — avoid passing sensitive documents as inputs. 4) Some minor doc/CLI inconsistencies (versions, template names) are present but not malicious. If you need higher assurance, run the scripts in an isolated environment (container or VM), review the code files included here, and verify any external binary requirements (wkhtmltopdf) before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97dyd9harx7822rj1cd4c5xe1844egz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
