The skill executes unsafe dynamic code, performs unauthorized network requests, and lacks necessary documentation, creating significant risks for code injection and unconstrained data exfiltration.
npx skills add https://github.com/anthropics/knowledge-work-pluginsDetected use of eval() or Function() constructor with dynamic input. This can lead to code injection if the input is user-controlled. Avoid eval() entirely. Use JSON.parse() for data deserialization or a safe expression evaluator for computed values.
setTimeout(connectWithReconnect, 5000)
SKILL.md links to "RUNBOOK.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[5-Minute Runbook](RUNBOOK.md)
SKILL.md links to "references/connection.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[references/connection.md](references/connection.md)
SKILL.md links to "references/environment-variables.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[references/environment-variables.md](references/environment-variables.md)
SKILL.md links to "references/events.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[references/events.md](references/events.md)
SKILL.md links to "troubleshooting/common-issues.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[troubleshooting/common-issues.md](troubleshooting/common-issues.md)
Skill does not specify a license field. Specifying a license helps users understand usage terms.
Outbound network request primitive in skill code — can transmit data externally (seen 2 times in this file at lines 8, 32)
axios.post(
'https://zoom.us/oauth/token',
new URLSearchParams({
grant_type: 'account_credentials',
account_id: ACCOUNT_ID
}),
{
headers: {
'Authorization': `Basic ${credentials}`,
'Content-Type': 'application/x-www-form-urlencoded'
}
}
)[](https://mondoo.com/ai-agent-security/skills/github/anthropics/knowledge-work-plugins/setup-zoom-websockets)<a href="https://mondoo.com/ai-agent-security/skills/github/anthropics/knowledge-work-plugins/setup-zoom-websockets"><img src="https://mondoo.com/ai-agent-security/api/badge/github/anthropics/knowledge-work-plugins/setup-zoom-websockets.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/anthropics/knowledge-work-plugins/setup-zoom-websockets.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.