humanize-korean
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a complex text-processing pipeline. It restricts file operations to a dedicated
_workspacedirectory and uses the standardAgenttool for coordination. - [COMMAND_EXECUTION]: The orchestrator uses the
Agenttool to delegate tasks and theGlobtool for file discovery. It explicitly prohibits the use of potentially unsafe shell commands likelsfor path resolution. - [EXTERNAL_DOWNLOADS]: The documentation cites academic papers from arXiv and refers to well-known technology companies (Google, DeepL, Lionbridge). These are informative references and do not involve the download or execution of untrusted remote code.
- [NO_CODE]: The Python scripts provided for metric calculation (
metrics.pyandmetrics_v2.py) are implemented using standard libraries (re,json,math,argparse). They perform static analysis of the input text using regular expressions and do not contain any dangerous system calls, network access, or dynamic code execution.
Audit Metadata