Skip to main content

File Protocol

Guides implementation of file-based communication protocols for multi-agent systems, enhancing coordination and state management.

Install this skill

or
90/100

Security score

The File Protocol skill was audited on Feb 9, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 255

Template literal with variable interpolation in command context

SourceSKILL.md
255const filename = `player-actions/player-${playerId}-${Date.now()}.json`;
medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260await Write(`games/uno/state/${filename}`, JSON.stringify(action, null, 2));
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →