yorisoi
Warn
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/vocab-check.jsusesexecSyncto executenpm installat runtime. This command is used to dynamically install thekuromojinpackage into a local cache directory (~/.cache/meiseki/vocab-deps) if it is not already present on the system. - [DYNAMIC_EXECUTION]: The skill performs dynamic loading of code. In
scripts/vocab-check.js, the script installs a dependency at runtime and then usescreateRequireto load the module from a computed path in the user's home directory cache. - [EXTERNAL_DOWNLOADS]: The skill fetches several Node.js packages from the NPM registry (a well-known service). This includes the installation of
textlintand associated rules vianpxin the main workflow, and thekuromojinlibrary via the vocabulary check script. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-provided content which presents a potential injection surface.
- Ingestion points: Arbitrary markdown files (
<INPUT_MD>) are processed by the skill inSKILL.md(Steps 2 and 3). - Boundary markers: None identified. The content is passed directly to analysis tools without delimiters or warnings to ignore embedded instructions.
- Capability inventory: The skill executes shell commands via
npxand local Node.js scripts. - Sanitization: No explicit sanitization or validation of the input file content is performed before it is processed by the morphological analyzer.
Audit Metadata