Comprehensive guide for BlazeMeter Private Locations, including Radar Agent, installation (Docker, Kubernetes, Helm), configuration, management, and troubleshooting. Use when working with Private Locations for (1) Installing agents (Docker, Kubernetes, Helm Chart), (2) Configuring Radar Agent for API Monitoring, (3) Setting up environment variables and certificates, (4) Managing private locations and agents, (5) Troubleshooting installation and connectivity issues, or any other Private Location tasks.
57
64%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./resources/skills/blazemeter-private-locations/SKILL.mdSecurity
3 findings — 3 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.70). The skill's required installation workflow explicitly instructs fetching and executing external third‑party content (e.g., "curl -L https://istio.io/downloadIstio | sh" in references/installation.md, downloading Helm charts from GitHub, and Radar Agent binaries from storage.googleapis.com), so it exposes the agent/environment to untrusted web content that can materially change behavior.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill includes runtime commands that fetch and execute remote code or images — notably "curl -L https://istio.io/downloadIstio | sh -" (executes a remote install script), downloads of the Radar Agent binaries from https://storage.googleapis.com/runscope-downloads/.../runscope-radar.zip, and pulls of required container images from the external registry gcr.io/verdant-bulwark-278 — all used at install/runtime and therefore high-risk external dependencies.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly covers installing and configuring agents (Docker/Kubernetes/Helm), running agents as services/daemons, configuring CA bundles and certificates, and auto-restart/system-level settings — actions that imply modifying system/service files and requiring elevated (sudo) privileges, so it can push the agent to change the machine state.
b76b703
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.