wolf-scripts-agents
Facilitates agent coordination and orchestration for multi-agent workflows, enhancing automation and collaboration in AI systems.
Install this skill
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
Template literal with variable interpolation in command context
| 119 | console.log(`Response ID: ${result.signals.responseId}`); |
Template literal with variable interpolation in command context
| 123 | console.log(`Handing off to: ${result.signals.handoffTo}`); |
Template literal with variable interpolation in command context
| 126 | console.error(`Agent failed: ${result.stderr}`); |
Template literal with variable interpolation in command context
| 373 | throw new Error(`Unknown agent role: ${agentRole}`); |
Template literal with variable interpolation in command context
| 387 | reason: `File outside agent scope. Allowed patterns: ${rolePatterns.description}` |
Template literal with variable interpolation in command context
| 417 | ```yaml |
Template literal with variable interpolation in command context
| 485 | this.inboxPath = `agents/shared/mailbox/${agentName}/inbox`; |
Template literal with variable interpolation in command context
| 486 | this.outboxPath = `agents/shared/mailbox/${agentName}/outbox`; |
Template literal with variable interpolation in command context
| 502 | await this.writeMessage(`agents/shared/mailbox/${toAgent}/inbox`, message); |
Template literal with variable interpolation in command context
| 540 | console.log(`New work from ${msg.from}: ${msg.subject}`); |
Template literal with variable interpolation in command context
| 549 | await coderMailbox.sendMessage(msg.from, `Completed: ${msg.subject}`, { |
Template literal with variable interpolation in command context
| 586 | throw new Error(`Agent scope violation: ${validation.violations}`); |
Template literal with variable interpolation in command context
| 592 | promptFile: `/tmp/phase-${phase.number}-prompt.md`, |