plugins
Manages plugin installation and lifecycle for Clodds, enabling users to extend functionality with ease.
Install this skill
Security score
The plugins skill was audited on Feb 22, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 78 | console.log(`${plugin.id}: ${plugin.name} v${plugin.version}`); |
Template literal with variable interpolation in command context
| 79 | console.log(` Status: ${plugin.status}`); // 'enabled' | 'disabled' | 'error' |
Template literal with variable interpolation in command context
| 80 | console.log(` Description: ${plugin.description}`); |
Template literal with variable interpolation in command context
| 108 | console.log(`Enabled: ${status.enabled}`); |
Template literal with variable interpolation in command context
| 160 | return `Result: ${args.join(' ')}`; |
Template literal with variable interpolation in command context
| 196 | console.log(`Installed: ${plugin.name}`); |
Template literal with variable interpolation in command context
| 200 | console.log(`Enabled: ${plugin.name}`); |
Template literal with variable interpolation in command context
| 204 | console.log(`Disabled: ${plugin.name}`); |
Template literal with variable interpolation in command context
| 208 | console.error(`Plugin error: ${plugin.name}`, error); |
External URL reference
| 63 | registry: 'https://plugins.clodds.ai', |