Skip to main content

wolf-scripts-agents

Facilitates agent coordination and orchestration for multi-agent workflows, enhancing automation and collaboration in AI systems.

Based on a skill by@diegosouzapw

Install this skill

or
35/100

Security score

The wolf-scripts-agents skill was audited on Apr 19, 2026 and we found 13 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119console.log(`Response ID: ${result.signals.responseId}`);
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123console.log(`Handing off to: ${result.signals.handoffTo}`);
medium line 126

Template literal with variable interpolation in command context

SourceSKILL.md
126console.error(`Agent failed: ${result.stderr}`);
medium line 373

Template literal with variable interpolation in command context

SourceSKILL.md
373throw new Error(`Unknown agent role: ${agentRole}`);
medium line 387

Template literal with variable interpolation in command context

SourceSKILL.md
387reason: `File outside agent scope. Allowed patterns: ${rolePatterns.description}`
medium line 417

Template literal with variable interpolation in command context

SourceSKILL.md
417```yaml
medium line 485

Template literal with variable interpolation in command context

SourceSKILL.md
485this.inboxPath = `agents/shared/mailbox/${agentName}/inbox`;
medium line 486

Template literal with variable interpolation in command context

SourceSKILL.md
486this.outboxPath = `agents/shared/mailbox/${agentName}/outbox`;
medium line 502

Template literal with variable interpolation in command context

SourceSKILL.md
502await this.writeMessage(`agents/shared/mailbox/${toAgent}/inbox`, message);
medium line 540

Template literal with variable interpolation in command context

SourceSKILL.md
540console.log(`New work from ${msg.from}: ${msg.subject}`);
medium line 549

Template literal with variable interpolation in command context

SourceSKILL.md
549await coderMailbox.sendMessage(msg.from, `Completed: ${msg.subject}`, {
medium line 586

Template literal with variable interpolation in command context

SourceSKILL.md
586throw new Error(`Agent scope violation: ${validation.violations}`);
medium line 592

Template literal with variable interpolation in command context

SourceSKILL.md
592promptFile: `/tmp/phase-${phase.number}-prompt.md`,
Scanned on Apr 19, 2026
View Security Dashboard