adk

skills-sh:botpress_skills__adk

View source
B
84/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

2

Score

84/100

MEDIUM 2

Findings (2)

MEDIUM
Agent shell tool usage
L70

Detects skills instructing agents to use Bash/shell tools for command execution

use the Bash tool to run
FIX

Restrict the shell tool to specific allowlisted commands using a command prefix or regex filter. Avoid granting broad shell access in agent tool definitions.

FP?

Likely FP if the skill is a development environment tool where shell access is the intended and documented core feature.

MEDIUM
Agent shell tool usage
L112

Detects skills instructing agents to use Bash/shell tools for command execution

Use Bash tool to run
FIX

Restrict the shell tool to specific allowlisted commands using a command prefix or regex filter. Avoid granting broad shell access in agent tool definitions.

FP?

Likely FP if the skill is a development environment tool where shell access is the intended and documented core feature.