proactive-agent
Enables autonomous task initiation by monitoring conditions and triggering actions without user input, ideal for automated operations.
Install this skill
or
73/100
Security score
The proactive-agent skill was audited on Mar 1, 2026 and we found 11 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 69
Template literal with variable interpolation in command context
SourceSKILL.md
| 69 | fetch('https://api.openclaw.com/api/v1/proactive-agent/run', { method: 'POST', headers: { 'Authorization': `Bearer ${process.env.OPENCLAW_API_KEY}` }, body: JSON.stringify({monitor: 'memory>90', actio |
medium line 46
Curl to non-GitHub URL
SourceSKILL.md
| 46 | curl -H "Authorization: Bearer $OPENCLAW_API_KEY" -X POST -d '{"monitor":"cpu>80","action":"restart"}' https://api.openclaw.com/api/v1/proactive-agent/run |
low line 69
Fetch to external URL
SourceSKILL.md
| 69 | fetch('https://api.openclaw.com/api/v1/proactive-agent/run', { method: 'POST', headers: { 'Authorization': `Bearer ${process.env.OPENCLAW_API_KEY}` }, body: JSON.stringify({monitor: 'memory>90', actio |
low line 77
Fetch to external URL
SourceSKILL.md
| 77 | await fetch('https://api.openclaw.com/api/v1/proactive-agent/run', options); |
medium line 28
Webhook reference - potential data exfiltration
SourceSKILL.md
| 28 | - Integration with external services via webhooks or APIs for seamless autonomous ops. |
medium line 66
Webhook reference - potential data exfiltration
SourceSKILL.md
| 66 | Integrate this skill by embedding it into scripts or services. For example, combine with monitoring tools like Prometheus by setting up webhooks: in your config, add `"webhook": "https://your-service. |
low line 69
Access to .env file
SourceSKILL.md
| 69 | fetch('https://api.openclaw.com/api/v1/proactive-agent/run', { method: 'POST', headers: { 'Authorization': `Bearer ${process.env.OPENCLAW_API_KEY}` }, body: JSON.stringify({monitor: 'memory>90', actio |
low line 46
External URL reference
SourceSKILL.md
| 46 | curl -H "Authorization: Bearer $OPENCLAW_API_KEY" -X POST -d '{"monitor":"cpu>80","action":"restart"}' https://api.openclaw.com/api/v1/proactive-agent/run |
low line 66
External URL reference
SourceSKILL.md
| 66 | Integrate this skill by embedding it into scripts or services. For example, combine with monitoring tools like Prometheus by setting up webhooks: in your config, add `"webhook": "https://your-service. |
low line 69
External URL reference
SourceSKILL.md
| 69 | fetch('https://api.openclaw.com/api/v1/proactive-agent/run', { method: 'POST', headers: { 'Authorization': `Bearer ${process.env.OPENCLAW_API_KEY}` }, body: JSON.stringify({monitor: 'memory>90', actio |
low line 77
External URL reference
SourceSKILL.md
| 77 | await fetch('https://api.openclaw.com/api/v1/proactive-agent/run', options); |
Scanned on Mar 1, 2026
View Security Dashboard