Skip to main content

adk-agent-builder

Facilitates the creation of production-ready AI agents using Google's ADK, integrating Claude and React for multi-agent orchestration.

Install this skill

or
64/100

Security score

The adk-agent-builder skill was audited on Mar 3, 2026 and we found 12 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 449

Template literal with variable interpolation in command context

SourceSKILL.md
449```yaml
medium line 660

Template literal with variable interpolation in command context

SourceSKILL.md
660```bash
medium line 875

Template literal with variable interpolation in command context

SourceSKILL.md
875```yaml
medium line 653

Curl to non-GitHub URL

SourceSKILL.md
653CMD curl -f http://localhost:8080/health || exit 1
medium line 917

Curl to non-GitHub URL

SourceSKILL.md
917curl http://agent-service:8080/health
medium line 645

Access to root home directory

SourceSKILL.md
645COPY --from=builder /root/.local /home/agent/.local
low line 495

External URL reference

SourceSKILL.md
495endpoint: http://localhost:4317
low line 560

External URL reference

SourceSKILL.md
560profile_url = "https://linkedin.com/in/test"
low line 621

External URL reference

SourceSKILL.md
621result = await agent.run("https://linkedin.com/in/jeffweiner08")
low line 653

External URL reference

SourceSKILL.md
653CMD curl -f http://localhost:8080/health || exit 1
low line 917

External URL reference

SourceSKILL.md
917curl http://agent-service:8080/health
low line 988

External URL reference

SourceSKILL.md
988- Documentation: https://claudecodeplugins.io/plugins/jeremy-google-adk
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →