hwp
Fail
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs software from sources that are not categorized as trusted. It performs a global npm installation of
@ohah/hwpjsand clones a Git repository fromhttps://github.com/jkf87/hwp-mcp.git. - [REMOTE_CODE_EXECUTION]: The workflow involves cloning an external repository and then executing its contents (e.g.,
hwp_mcp_stdio_server.py) after installing dependencies viapip install -r requirements.txt. This represents the execution of arbitrary code from an external provider. - [COMMAND_EXECUTION]: The skill uses the shell to detect the operating system platform (
node -p "process.platform") and execute various CLI tools (hwpjs) with arguments derived from input files. - [INDIRECT_PROMPT_INJECTION]: The skill represents an indirect injection surface because it processes untrusted
.hwpdocuments while possessing powerful system capabilities. - Ingestion points: Reads
.hwpfiles from local paths for conversion and processing (SKILL.md). - Boundary markers: None present to delimit untrusted file content or prevent instruction following from within documents.
- Capability inventory: Performs
npm install,git clone,pip install, and executes shell commands for document conversion and image extraction (SKILL.md). - Sanitization: No sanitization or validation of the
.hwpcontent is specified before processing.
Recommendations
- AI detected serious security threats
Audit Metadata