@@ -524,7 +524,9 @@ def scan(
524524
525525 SKILLSPECTOR_PROVIDER Active LLM provider: openai | anthropic |
526526 anthropic_proxy | bedrock | nv_build |
527- nv_inference. Defaults to the NVIDIA path
527+ nv_inference | ollama | azure_openai |
528+ openai_compatible | claude_cli | codex_cli |
529+ gemini_cli. Defaults to the NVIDIA path
528530 (nv_inference, falling back to nv_build in
529531 OSS builds).
530532 SKILLSPECTOR_MODEL Override the active provider's default
@@ -535,10 +537,19 @@ def scan(
535537
536538 OPENAI_API_KEY [+ OPENAI_BASE_URL] for SKILLSPECTOR_PROVIDER=openai
537539 ANTHROPIC_API_KEY for SKILLSPECTOR_PROVIDER=anthropic
540+ ANTHROPIC_PROXY_API_KEY +
541+ ANTHROPIC_PROXY_ENDPOINT_URL for anthropic_proxy
538542 AWS_PROFILE (optional) + AWS_REGION for SKILLSPECTOR_PROVIDER=bedrock
539543 (AWS_PROFILE: standard boto3 credential
540544 chain when unset; AWS_REGION default: us-west-2)
541545 NVIDIA_INFERENCE_KEY for the NVIDIA providers
546+ AZURE_OPENAI_API_KEY +
547+ AZURE_OPENAI_ENDPOINT for azure_openai
548+ SKILLSPECTOR_COMPAT_API_KEY +
549+ SKILLSPECTOR_COMPAT_BASE_URL for openai_compatible
550+
551+ ollama uses the local Ollama service. claude_cli, codex_cli, and
552+ gemini_cli use their CLI's existing local authentication session.
542553 """
543554 if mcp_registry :
544555 if recursive or baseline is not None or show_suppressed or yara_rules_dir is not None :
0 commit comments