creating-apm-dashboards
Warn
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The scripts
create_datadog_dashboard.pyandcreate_grafana_dashboard.pydynamically generate shell scripts (.sh) from user-provided templates and programmatically grant execution permissions usingchmod(0o755). - [COMMAND_EXECUTION]: The
SKILL.mdfile grants the agent broad execution privileges through theBash(cmd:*)tool, allowing arbitrary command execution on the host environment. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by processing untrusted user data to generate executable code.
- Ingestion points: User-provided strings via the
--contentand--titlearguments in the generation scripts. - Boundary markers: None identified; user input is directly interpolated into the shell script templates without delimiters.
- Capability inventory: The skill possesses the ability to write files (
Write), modify existing files (Edit), and execute arbitrary shell commands (Bash(cmd:*)). - Sanitization: There is no evidence of validation, escaping, or sanitization of user-provided content before it is written to executable files and assigned execution permissions.
Audit Metadata