agent-mesh-creator
Audited by Socket on Mar 8, 2026
1 alert found:
Obfuscated FileThe skill's footprint is coherent with its stated purpose of managing local agents and exposing them to providers via CLI workflows. It relies on standard package installation paths and user-provided credentials for authenticated exposure. While there is a potential surface for credential exposure (bearerToken in config-json) and network exposure to remote platforms, these are typical for an agent management/publishing tool and do not indicate inherent malicious intent. Overall, the skill appears benign with moderate security considerations around credential handling and supply-chain risk from the external package registry install step. Recommend ensuring secure handling of bearer tokens (e.g., avoid logging, use secure storage, and validate TLS) and confirming that the agent-mesh package is sourced from official registries with verifiable integrity checks.