The skill contains hardcoded credentials, lacks necessary tool and network constraints, uses insecure dependency management, and references missing documentation, creating significant security and supply chain risks.
npx skills add https://github.com/anthropics/knowledge-work-pluginsHardcoded credentials detected. Passwords, API keys, and secrets should not be hardcoded in source code. Use environment variables or a secrets manager instead.
"token": "eyJhbGciOiJIUzI1NiIs..."
The skill provides instructions to run 'npm install' without version pinning, which could lead to the execution of compromised or malicious package versions. [ensemble: confirmed by 3/3 passes; severity set to the agreed median (ADR-0067).]
git clone https://github.com/zoom/cobrowsesdk-auth-endpoint-sample.git; cd cobrowsesdk-auth-endpoint-sample; npm install
Outbound network request primitive in skill code — can transmit data externally
fetch('/api/token', {
method: 'POST',
body: JSON.stringify({ role: 1, userId, userName })
})SKILL.md links to "concepts/jwt-authentication.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[JWT Authentication](concepts/jwt-authentication.md)
SKILL.md links to "concepts/session-lifecycle.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[Session Lifecycle](concepts/session-lifecycle.md)
SKILL.md links to "examples/agent-integration.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[Agent Integration](examples/agent-integration.md)
SKILL.md links to "examples/customer-integration.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[Customer Integration](examples/customer-integration.md)
SKILL.md links to "get-started.md" but the file is not part of the skill package — the workflow silently degrades or the content is sourced elsewhere at runtime
[Get Started Guide](get-started.md)
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/anthropics/knowledge-work-plugins/zoom-cobrowse-sdk)<a href="https://mondoo.com/ai-agent-security/skills/github/anthropics/knowledge-work-plugins/zoom-cobrowse-sdk"><img src="https://mondoo.com/ai-agent-security/api/badge/github/anthropics/knowledge-work-plugins/zoom-cobrowse-sdk.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/anthropics/knowledge-work-plugins/zoom-cobrowse-sdk.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.