The skill performs unauthorized network requests 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
requests.get(url, headers={
"Authorization": self.api_token,
"LD-API-Version": "beta"
})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/configs-targeting)<a href="https://mondoo.com/ai-agent-security/skills/github/launchdarkly/agent-skills/configs-targeting"><img src="https://mondoo.com/ai-agent-security/api/badge/github/launchdarkly/agent-skills/configs-targeting.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/launchdarkly/agent-skills/configs-targeting.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.