The skill exposes hardcoded credentials, lacks necessary security declarations for network and tool access, and provides insecure implementation instructions while failing to include critical documentation files.
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 instructs users to run 'npm install' without specifying version pins or integrity checks, which could lead to the installation of malicious or compromised packages.
npm install
The skill provides instructions and code samples for setting up a token server that handles sensitive SDK secrets, which could lead to credential exposure if implemented insecurely by the user.
const jwt = signJWT(payload, 'YOUR_SDK_SECRET');
The skill content includes a 'critical' static analysis finding regarding hardcoded credentials, which contradicts the security best practices documented within the skill itself.
The 'Static analysis summary' section explicitly flags '[critical] javascript-hardcoded-credentials — Hardcoded credentials detected', while the documentation warns users not to expose secrets.
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.