claude-code-sdk
Audited by Socket on Mar 9, 2026
2 alerts found:
Obfuscated Filex2The module/specification itself does not contain explicit malware or remote exfiltration code. However, its loading/importing semantics and automatic injection of filesystem content into the assistant's prompt create a moderate security risk: accidental or adversarial disclosure of sensitive files is plausible if an attacker can place or influence files the user can read (including via CI, shared volumes, or managed policy paths). Administrators and users should treat CLAUDE.md and MEMORY.md as high-privilege configuration: restrict write access to those paths, require explicit per-import consent and auditing, consider disabling absolute/~ imports by default, and implement redaction or size-limits before prompt injection. With proper operational controls the feature can be used safely; without them it increases attack surface for secret leakage in supply-chain or shared environments.
The skill/documentation is a benign, self-consistent reference guide for Claude Code extension mechanisms. There is no indication of remote code execution, credential handling, or data exfiltration within the content itself. For security, the evaluation would not flag this as a risk based on the provided text alone; however, as this is documentation that could influence implementation, practitioners should ensure that any code or plugins built from it are sourced from trusted repositories and follow standard supply-chain security practices.