CtrlK
BlogDocsLog inGet started
Tessl Logo

blazemeter-private-locations

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

Quality

64%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./resources/skills/blazemeter-private-locations/SKILL.md
SKILL.md
Quality
Evals
Security

Security

3 findings — 3 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

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.

Medium

W013: Attempt to modify system services in skill instructions

What this means

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.

Why it was flagged

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.

Repository
Blazemeter/bzm-mcp
Audited
Security analysis
Snyk

Is this your skill?

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.