The skill performs unauthorized network communication and executes arbitrary commands without declaring necessary tool permissions, creating a significant risk of data exfiltration and unconstrained system access.
npx skills add https://github.com/launchdarkly/agent-skillsOutbound network request primitive in skill code — can transmit data externally (seen 3 times in this file at lines 55, 69, 93)
requests.post(config_url, headers=self.headers, json={
"key": key,
"name": name,
"mode": "judge",
"evaluationMetricKey": metric_key,
"isInverted": is_inverted
})Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/launchdarkly/agent-skills/online-evals)<a href="https://mondoo.com/ai-agent-security/skills/github/launchdarkly/agent-skills/online-evals"><img src="https://mondoo.com/ai-agent-security/api/badge/github/launchdarkly/agent-skills/online-evals.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/launchdarkly/agent-skills/online-evals.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.