aiconfig-create

Warn

Audited by Runlayer on Feb 24, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
85%
Files
3
Flagged
3
Chunks
3
Flagged Files (3)
references/api-quickstart.mdHIGH
85.3%

Malicious tool definition detected

PATCH the variation: ```bash curl -X PATCH \ https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey} \ -H "Authorization: api-xxxxx" \ -H "Content-Type: application/json" \ -H "LD-API-Version: beta" \ -d '{ "model": { "parameters": { "tools": [ {"key": "search-database", "version": 1} ] } } }' ``` ## Verify Config ```bash curl -X GET \ https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/{configKey} \ -H "Authorization: api-xxxxx

README.mdHIGH
75.6%

Malicious tool definition detected

## Prerequisites - LaunchDarkly API access token with `ai-configs:write` permission or MCP server - LaunchDarkly project (use `aiconfig-projects` skill if needed) ## Usage ``` Create an AI config for our customer support agent

SKILL.mdMEDIUM
60.3%

Tool passed security scan

Audit Metadata
Max File Score
85%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
3
Analyzed
Feb 24, 2026, 01:20 AM
Security Audit — runlayer — aiconfig-create