Claude Code ↗
Claude Code is an officially published AI tool from Anthropic. Anomity scores its risk at 10 out of 100 (low).
Analysis summary
Claude Code is an officially published AI tool from Anthropic. Anomity scores its risk at 10 out of 100 (low).
Terminal-based AI coding agent with MCP, plugins, and skills
Why this entry scored 10 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 10, placing it in the low band.
Findings
-
Published by the vendor Trust offset
Configuration surface
Files this AI tool reads on the host. Anything written here changes what the agent does next.
-
claude-code-user-settingsglobal jsonUser-level settings- win32
${USERPROFILE}\.claude\settings.json - darwin
${HOME}/.claude/settings.json - linux
${HOME}/.claude/settings.json
- win32
-
claude-code-user-settings-localglobal jsonUser-level local settings overrides- win32
${USERPROFILE}\.claude\settings.local.json - darwin
${HOME}/.claude/settings.local.json - linux
${HOME}/.claude/settings.local.json
- win32
-
claude-code-user-mcpglobal jsonUser-level MCP servers in ~/.claude.json (top-level + per-project)- win32
${USERPROFILE}\.claude.json - darwin
${HOME}/.claude.json - linux
${HOME}/.claude.json
- win32
-
claude-code-managed-settingsglobal jsonEnterprise managed settings- win32
C:\Program Files\ClaudeCode\managed-settings.json - darwin
/Library/Application Support/ClaudeCode/managed-settings.json - linux
/etc/claude-code/managed-settings.json
- win32
-
claude-code-managed-settings-dirglobal jsonEnterprise managed settings drop-ins (merged over the base file) -
claude-code-managed-settings-legacyglobal jsonLegacy ProgramData managed settings (dead since v2.1.75 — misconfiguration signal)- win32
C:\ProgramData\ClaudeCode\managed-settings.json
- win32
-
claude-code-managed-prefsglobal plistMDM machine policy (macOS managed preferences) -
claude-code-remote-settingsglobal jsonCached server-managed org policy from the Claude admin console- win32
${USERPROFILE}\.claude\remote-settings.json - darwin
${HOME}/.claude/remote-settings.json - linux
${HOME}/.claude/remote-settings.json
- win32
-
claude-code-stats-cacheglobal jsonUsage + spend aggregates (tokens, cost, sessions) for AI-spend visibility- win32
${USERPROFILE}\.claude\stats-cache.json - darwin
${HOME}/.claude/stats-cache.json - linux
${HOME}/.claude/stats-cache.json
- win32
-
claude-code-managed-mcpglobal jsonEnterprise managed MCP servers- win32
C:\Program Files\ClaudeCode\managed-mcp.json - darwin
/Library/Application Support/ClaudeCode/managed-mcp.json - linux
/etc/claude-code/managed-mcp.json
- win32
-
claude-code-project-mcpproject jsonProject-level MCP servers- win32
${PROJECT}\.mcp.json - darwin
${PROJECT}/.mcp.json - linux
${PROJECT}/.mcp.json
- win32
-
claude-code-project-settingsproject jsonProject-level settings- win32
${PROJECT}\.claude\settings.json - darwin
${PROJECT}/.claude/settings.json - linux
${PROJECT}/.claude/settings.json
- win32
-
claude-code-project-settings-localproject jsonProject-level local settings (gitignored)- win32
${PROJECT}\.claude\settings.local.json - darwin
${PROJECT}/.claude/settings.local.json - linux
${PROJECT}/.claude/settings.local.json
- win32
-
claude-code-plugin-indexglobal jsonClaude Code installed plugins index- win32
${USERPROFILE}\.claude\plugins\installed_plugins.json - darwin
${HOME}/.claude/plugins/installed_plugins.json - linux
${HOME}/.claude/plugins/installed_plugins.json
- win32
-
claude-code-plugin-manifestglobal jsonClaude Code plugin manifests (per cached plugin) -
claude-code-user-skillglobal markdown-frontmatterPersonal Claude Code skills (user-scope) -
claude-code-scheduled-task-skillglobal markdown-frontmatterScheduled-task skills (~/.claude/scheduled-tasks/*/SKILL.md) — agent-authored routines that run unattended on a cron cadence, often carrying credentials for the systems they poll -
claude-code-project-skillproject markdown-frontmatterProject-scope Claude Code skills -
claude-code-plugin-skillglobal markdown-frontmatterSkills bundled inside installed Claude Code plugins -
claude-code-user-agentglobal markdown-frontmatterPersonal Claude Code custom subagents (user-scope) -
claude-code-project-agentproject markdown-frontmatterProject-scope Claude Code custom subagents