devops-internal-developer-platform
Fail
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The file
references/developer-portal-customization.mdincludes aPluginManagerimplementation that executes shell commands usingchild_process.exec. The commands use string interpolation with variable inputs (e.g.,yarn add ${name}@${version}), creating a significant vulnerability for arbitrary shell command injection if the variables are not strictly validated.- [REMOTE_CODE_EXECUTION]: The skill provides logic inreferences/developer-portal-customization.mdto dynamically install Node.js packages viayarn add. This capability allows for the installation and execution of unverified external code within the system environment.- [PROMPT_INJECTION]: 1. The skill contains excessive redundant data across nine reference files (e.g.,references/architecture-patterns.md,references/deployment-pipelines.md), each repeating identical filler text hundreds of times. This 'context stuffing' is an adversarial technique used to bypass instruction constraints or hide malicious payloads from automated scanners. 2. The skill architecture ingests external configurations and API definitions from remote URLs (e.g., GitHub) without demonstrating security boundaries, exposing the agent to potential indirect prompt injection attacks.- [EXTERNAL_DOWNLOADS]: The skill's core workflow and examples involve fetching and processing remote files (e.g.,catalog-info.yamland OpenAPI specs) from external repository URLs.
Recommendations
- AI detected serious security threats
Audit Metadata