korean-slang-writing
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill instructions, metadata, or scripts.
- [SAFE]: The skill uses only standard Python 3 libraries (such as
urllib,json,re, andargparse) and has no external dependencies, which minimizes supply chain risks. - [SAFE]: Network requests in
scripts/_slang_http.pyare strictly controlled by a domain whitelist that restricts fetching tonamu.wikianden.namu.wiki, preventing arbitrary URL access or data exfiltration. - [SAFE]: The skill processes external HTML content using regex-based sanitization in
scripts/slang_lookup.pyto strip potentially dangerous tags like<script>and<style>before the text is summarized for the agent. - [SAFE]: The curated slang data in
data/seed-slang.jsonincludes safety ratings and usage contexts, and theSKILL.mdprovides explicit guardrails to avoid using inappropriate slang in formal or sensitive contexts.
Audit Metadata