HK Student Portfolio Generator
PassAudited by ClawScan on Apr 21, 2026.
Overview
The skill's code, documentation, and runtime instructions align with its stated purpose (generating Hong Kong student portfolio Word documents) and do not request unrelated credentials, network endpoints, or elevated privileges.
This skill appears coherent and implements document generation locally using python-docx. Before installing/running: (1) review the scripts locally (they are readable Python) and run them in a trusted environment; (2) install only the listed dependency (pip install python-docx); (3) be cautious about supplying sensitive PII — the tool embeds whatever data you provide into the generated document; (4) if you plan to use the agent to populate portfolios automatically, ensure you trust the agent configuration and do not allow automatic uploading of generated documents to third-party services unless you verify those integrations.
