beaver-markdown-i18n
Audited by Socket on Mar 10, 2026
2 alerts found:
Obfuscated Filex2The beaver-markdown-i18n skill is coherently scoped to its stated purpose (in-place, chunk-aware translation of Markdown with TM integration). It relies on local scripts and configuration, with no evident data exfiltration, credential handling, or supply-chain risk patterns in the described workflow. Overall risk appears Benign with low security exposure under normal usage; primary concerns would be file-system permission hygiene and ensuring that TM data remains accessible only to authorized users in a shared environment.
The analyzed fragment appears to be a legitimate, standard translation-task preparation utility featuring file I/O, chunking, and TM seeding. The principal security concerns are silent error handling (empty catch), potential path traversal if inputs are externally controlled, and log exposure of filesystem paths. Recommend explicit input validation for paths, proper error reporting instead of silent catches, permission checks, and sanitizing chunk/file paths to mitigate overwrite risks. Overall security posture is low to moderate with actionable reliability improvements.