agentscope-java
Provides expert Java development capabilities for the AgentScope framework, focusing on reactive programming and multi-agent systems.
Install this skill
or
87/100
Security score
The agentscope-java skill was audited on Feb 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 109
Template literal with variable interpolation in command context
SourceSKILL.md
| 109 | ```xml |
medium line 189
Template literal with variable interpolation in command context
SourceSKILL.md
| 189 | ```xml |
low line 380
External URL reference
SourceSKILL.md
| 380 | @ToolParam(name = "url", description = "API endpoint URL (must start with https://api.myservice.com)") |
low line 383
External URL reference
SourceSKILL.md
| 383 | if (!url.startsWith("https://api.myservice.com")) { |
low line 384
External URL reference
SourceSKILL.md
| 384 | return Mono.just("Error: URL not allowed. Must start with https://api.myservice.com"); |
Scanned on Feb 12, 2026
View Security Dashboard