skills/obsidian-to-x/scripts/check-paste-permissions.ts:116 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(genScript, swiftSrc, 'utf8');
skills/obsidian-to-x/scripts/check-paste-permissions.ts:137 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(clipScript, clipSrc, 'utf8');
skills/obsidian-to-x/scripts/copy-to-clipboard.ts:192 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(swiftPath, getMacSwiftClipboardSource(), 'utf8');
skills/obsidian-to-x/scripts/copy-to-clipboard.ts:200 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(swiftPath, getMacSwiftClipboardSource(), 'utf8');
skills/obsidian-to-x/scripts/copy-to-clipboard.ts:348 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(htmlPath, html, 'utf8');
skills/obsidian-to-x/scripts/x-utils.ts:352 · obfuscated
atob() called on a variable — possible runtime decoding.
const binary = atob(base64);
skills/obsidian-to-x/scripts/md-to-article.ts:138 · fs_write
Filesystem write to a path that is not obviously a temp directory.
const file = fs.createWriteStream(destPath);
skills/obsidian-to-x/scripts/md-to-article.ts:598 · fs_write
Filesystem write to a path that is not obviously a temp directory.
await writeFile(saveHtmlPath, result.html, 'utf-8');
- + 1 more