/** * SMI-5359 Wave 4.3 (Gap-1): a malicious OPTIONAL install file must reject the * install BEFORE any file is written, so SKILL.md is never stranded on disk. * Pre-fix, writeInstallFiles ran before the optional scan AND the optional scan * silently `continue`d on failure — so a malicious optional file was skipped and * the install succeeded with SKILL.md already on disk. * * Lives in its own file rather than skill-installation.service.test.ts, which is * already at the 500-line cap (split tracked separately). */ export {}; //# sourceMappingURL=skill-installation.gap1.test.d.ts.map