Scan path: C:\Users\gilad\Projects\warden\gallery\repos\llamaindex\llama-index-core
Scanned: 2026-04-10 23:09 UTC
Warden: v1.6.0 · Scoring model v4.3 · 17 dimensions (weighted) · 235 pts
🔒 Privacy guarantee
All data collected locally — nothing left this machine.
API keys: partial hashes only.
Log content: never stored.
📊 Scanned 722 files (722 Python) in llama-index-core across 9 scan layers
13
/ 100
30 / 235 raw
UNGOVERNED
Core Governance (8 / 100)
D1 Tool Inventory
2 / 25
D2 Risk Detection
1 / 20
CRITICAL Agent loop with LLM call has no exit condition — potential infinite loop
CRITICAL Agent loop with LLM call has no exit condition — potential infinite loop
D3 Policy Coverage
3 / 20
CRITICAL Agent with unrestricted tool access — all tools passed without allowlist
CRITICAL Agent with unrestricted tool access — all tools passed without allowlist
D4 Credential Management
1 / 20
MEDIUM Exposed Generic Secret: tok...RDS:
MEDIUM Exposed Generic Secret: tok...RDS:
MEDIUM Exposed Generic Secret: tok...RDS:
MEDIUM Exposed Generic Secret: tok...RDS:
CRITICAL Secret value in docker-compose environment
+ 6 more findings
D5 Log Hygiene
0 / 10
MEDIUM print() used instead of structured logging
MEDIUM print() used instead of structured logging
MEDIUM print() used instead of structured logging
MEDIUM print() used instead of structured logging
MEDIUM print() used instead of structured logging
+ 112 more findings
D6 Framework Coverage
1 / 5
MEDIUM LlamaIndex used without callback_manager — no query observability
MEDIUM LlamaIndex used without callback_manager — no query observability
MEDIUM LlamaIndex used without callback_manager — no query observability
HIGH LangChain used without CallbackManager — no tool/chain observability
MEDIUM LlamaIndex used without callback_manager — no query observability
+ 529 more findings
Advanced Controls (5 / 50)
D7 Human-in-the-Loop
2 / 15
D8 Agent Identity
1 / 15
MEDIUM Agent class 'CodeActAgent' has no defined lifecycle states
MEDIUM Agent class 'FunctionAgent' has no defined lifecycle states
MEDIUM Agent class 'ReActAgent' has no defined lifecycle states
HIGH Agent class 'BaseVoiceAgent' has no permission model
MEDIUM Agent class 'BaseVoiceAgent' has no defined lifecycle states
+ 3 more findings
D9 Threat Detection
2 / 20
HIGH Empty exception handler — errors silently swallowed
HIGH Empty exception handler — errors silently swallowed
HIGH Empty exception handler — errors silently swallowed
HIGH Empty exception handler — errors silently swallowed
HIGH Empty exception handler — errors silently swallowed
+ 41 more findings
Ecosystem (13 / 55)
D10 Prompt Security
0 / 15
HIGH Azure AI used without ContentSafetyClient — no content moderation
HIGH Azure AI used without ContentSafetyClient — no content moderation
HIGH Azure AI used without ContentSafetyClient — no content moderation
D11 Cloud / Platform
4 / 10
D12 LLM Observability
3 / 10
MEDIUM Hardcoded model name: 'gpt-3.5-turbo' — no routing/fallback
MEDIUM Hardcoded model name: 'gpt-4.1' — no routing/fallback
MEDIUM Hardcoded model name: 'gpt-4.1' — no routing/fallback
MEDIUM Hardcoded model name: 'gpt-3.5-turbo-16k' — no routing/fallback
MEDIUM Hardcoded model name: 'gpt-4.1' — no routing/fallback
+ 8 more findings
D13 Data Recovery
3 / 10
D14 Compliance Maturity
3 / 10
MEDIUM Unpinned AI dependency: openai
MEDIUM Unpinned AI dependency: llama-index
MEDIUM Unpinned AI dependency: openai
MEDIUM Unpinned AI dependency: llama-index
MEDIUM Unpinned AI dependency: llamaindex
+ 8 more findings
Unique Capabilities (4 / 30)
D15 Post-Exec Verification
2 / 10
D16 Data Flow Governance
0 / 10
D17 Adversarial Resilience
2 / 10
CRITICAL No content injection defense — hidden HTML/CSS/zero-width instructions pass to agents undetected. (86% attack success ra
CRITICAL No RAG poisoning protection — knowledge base documents not scanned for embedded instructions. (<0.1% contamination = >80
HIGH No behavioral trap detection — post-execution behavioral changes not monitored. (10/10 M365 Copilot attacks succeeded)
HIGH No approval integrity verification -- agent summaries for approval not cross-checked against actual actions. (Approval f
MEDIUM No tool-call attack simulation — agent tool calls not tested against adversarial inputs
+ 1 more findings
Score reflects only what Warden can observe locally. Undetected controls are scored as 0, not assumed good. Dimensions are weighted by governance impact. Methodology: SCORING.md
Total Findings
755
13 CRITICAL · 78 HIGH
Tools Detected
0
None detected
Credentials
4
In source code
Governance Gaps
3
of 17 dimensions
Compliance Refs
13
EU AI Act / OWASP / MITRE
🛡 Governance Layer Detection0 tools detected · 17 dimensions
D5: Log Hygiene — none detected
PII in logs, WORM/immutable storage, hash chain integrity, retention policy
0 / 10 pts
D10: Prompt Security — none detected
Prompt injection detection, jailbreak prevention, content filtering
0 / 15 pts
D16: Data Flow Governance — none detected
Taint labels, data classification, cross-tool leakage prevention
0 / 10 pts
📊 Solutions Comparison2 rows · 17 dimensions · 235 max pts
Tool D1D2D3D4D5D6D7D8D9D10D11D12D13D14D15D16D17 /235 /100
Max pts252020201051515201510101010101010235
SharkRouter231818189514141814999999921491
Your Scan213101212043332023013
SharkRouter per-dimension scores are proportional estimates from total score. Detected tool scores are totals only (per-dimension breakdown not available). Methodology: SCORING.md
🔎 Findings755 total
CRITICAL 13
CRITICAL D2
Agent loop with LLM call has no exit condition — potential infinite loop
...ex\llama-index-core\llama_index\core\chat_engine\types.py:412
Add max_iterations, timeout, or explicit break condition
CRITICAL D2
Agent loop with LLM call has no exit condition — potential infinite loop
...ex\llama-index-core\llama_index\core\chat_engine\types.py:423
Add max_iterations, timeout, or explicit break condition
CRITICAL D3
Agent with unrestricted tool access — all tools passed without allowlist
...\llamaindex\llama-index-core\llama_index\core\llms\llm.py:814
Scope tools to only what the agent needs
EU AI Act Article 15
Show 10 more CRITICAL findings
CRITICAL D3
Agent with unrestricted tool access — all tools passed without allowlist
...\llamaindex\llama-index-core\llama_index\core\llms\llm.py:885
Scope tools to only what the agent needs
EU AI Act Article 15
CRITICAL D5
No audit logging for tool calls detected
Add audit logging for all tool/agent executions
EU AI Act Article 12
CRITICAL D4
Secret value in docker-compose environment
...epos\llamaindex\llama-index-core\tests\docker-compose.yml:28
Use .env file or Docker secrets, not inline values
CRITICAL D4
Secret value in docker-compose environment
...epos\llamaindex\llama-index-core\tests\docker-compose.yml:29
Use .env file or Docker secrets, not inline values
CRITICAL D4
Possible typosquat: 'llama_index' is 1 edit from 'llamaindex'
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:1
Verify this is the intended package, not a typosquat of 'llamaindex'
MITRE AML.T0010
CRITICAL D4
Possible typosquat: 'llama_index' is 1 edit from 'llama-index'
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:1
Verify this is the intended package, not a typosquat of 'llama-index'
MITRE AML.T0010
CRITICAL D4
Possible typosquat: 'llama_index' is 1 edit from 'llamaindex'
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:1
Verify this is the intended package, not a typosquat of 'llamaindex'
MITRE AML.T0010
CRITICAL D4
Possible typosquat: 'llama_index' is 1 edit from 'llama-index'
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:1
Verify this is the intended package, not a typosquat of 'llama-index'
MITRE AML.T0010
CRITICAL D17
No content injection defense — hidden HTML/CSS/zero-width instructions pass to agents undetected. (86% attack success rate)
Deploy trap defense layer on tool results
EU AI Act Article 15OWASP LLM01MITRE AML.T0051
CRITICAL D17
No RAG poisoning protection — knowledge base documents not scanned for embedded instructions. (<0.1% contamination = >80% attack success)
Deploy trap defense layer on tool results
EU AI Act Article 15OWASP LLM01MITRE AML.T0049
HIGH 78
HIGH D9
Empty exception handler — errors silently swallowed
...amaindex\llama-index-core\llama_index\core\async_utils.py:105
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...\llamaindex\llama-index-core\llama_index\core\settings.py:129
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...pos\llamaindex\llama-index-core\llama_index\core\utils.py:408
Log the exception or handle it explicitly
Show 75 more HIGH findings
HIGH D9
Empty exception handler — errors silently swallowed
...x\llama-index-core\llama_index\core\embeddings\loading.py:15
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...x\llama-index-core\llama_index\core\embeddings\loading.py:24
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...x\llama-index-core\llama_index\core\embeddings\loading.py:35
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...llama-index-core\llama_index\core\ingestion\data_sinks.py:73
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...llama-index-core\llama_index\core\ingestion\data_sinks.py:90
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...llama-index-core\llama_index\core\ingestion\data_sinks.py:107
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...llama-index-core\llama_index\core\ingestion\data_sinks.py:124
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...llama-index-core\llama_index\core\ingestion\data_sinks.py:141
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:108
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:125
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:140
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:155
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:172
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:187
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:202
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:219
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:234
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:249
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:266
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:281
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:296
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:311
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:328
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:343
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:358
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:375
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ama-index-core\llama_index\core\ingestion\data_sources.py:392
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:228
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:246
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:264
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:282
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:300
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:318
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...-index-core\llama_index\core\ingestion\transformations.py:336
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...maindex\llama-index-core\llama_index\core\llms\loading.py:15
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...maindex\llama-index-core\llama_index\core\llms\loading.py:22
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...maindex\llama-index-core\llama_index\core\llms\loading.py:31
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...lamaindex\llama-index-core\llama_index\core\llms\utils.py:137
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...lama-index-core\llama_index\core\node_parser\interface.py:253
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...ex\llama-index-core\llama_index\core\readers\file\base.py:337
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...dex-core\llama_index\core\response_synthesizers\refine.py:192
Log the exception or handle it explicitly
HIGH D9
Empty exception handler — errors silently swallowed
...lama-index-core\llama_index\core\utilities\sql_wrapper.py:164
Log the exception or handle it explicitly
HIGH D5
Potential PII/sensitive data logged via f-string
...ex-core\llama_index\core\indices\document_summary\base.py:207
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...core\llama_index\core\indices\keyword_table\retrievers.py:112
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\indices\knowledge_graph\retrievers.py:327
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...ma-index-core\llama_index\core\indices\list\retrievers.py:121
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...ndex\core\indices\tree\select_leaf_embedding_retriever.py:94
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\indices\tree\select_leaf_retriever.py:139
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\indices\tree\select_leaf_retriever.py:158
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\indices\tree\select_leaf_retriever.py:237
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\indices\tree\select_leaf_retriever.py:354
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...a_index\core\query_engine\knowledge_graph_query_engine.py:167
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...a_index\core\query_engine\knowledge_graph_query_engine.py:228
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\query_engine\sql_join_query_engine.py:278
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...re\llama_index\core\query_engine\sql_join_query_engine.py:285
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...index-core\llama_index\core\response_synthesizers\base.py:135
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D5
Potential PII/sensitive data logged via f-string
...index-core\llama_index\core\response_synthesizers\base.py:136
Redact sensitive fields before logging
EU AI Act Article 15OWASP LLM06
HIGH D4
No custom network — all services on default bridge network
...epos\llamaindex\llama-index-core\tests\docker-compose.yml:1
Define custom networks to isolate services
HIGH D8
Agent class 'BaseVoiceAgent' has no permission model
...ex\llama-index-core\llama_index\core\voice_agents\base.py:11
Add role/permission checks before tool dispatch
HIGH D8
Agent class 'MockVoiceAgent' has no permission model
...ex\llama-index-core\tests\voice_agents\test_subclasses.py:112
Add role/permission checks before tool dispatch
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...os\llamaindex\llama-index-core\llama_index\core\schema.py:1194
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...x\llama-index-core\llama_index\core\graph_stores\utils.py:2
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...indices\vector_store\retrievers\auto_retriever\prompts.py:13
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...llama-index-core\llama_index\core\node_parser\__init__.py:29
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...-index-core\llama_index\core\node_parser\text\__init__.py:2
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...llama-index-core\llama_index\core\output_parsers\utils.py:115
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...maindex\llama-index-core\llama_index\core\prompts\base.py:459
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...ma-index-core\llama_index\core\prompts\default_prompts.py:186
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...epos\llamaindex\llama-index-core\tests\tools\test_base.py:15
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D6
LangChain used without CallbackManager — no tool/chain observability
...ndex\llama-index-core\tests\tools\test_ondemand_loader.py:8
Add CallbackManager with on_tool_start/on_chain_start handlers
EU AI Act Article 13
HIGH D10
Azure AI used without ContentSafetyClient — no content moderation
...x\llama-index-core\llama_index\core\embeddings\loading.py:20
Add Azure ContentSafetyClient to analyse prompts/responses for harmful content
EU AI Act Article 15OWASP LLM02
HIGH D10
Azure AI used without ContentSafetyClient — no content moderation
...-index-core\llama_index\core\ingestion\transformations.py:233
Add Azure ContentSafetyClient to analyse prompts/responses for harmful content
EU AI Act Article 15OWASP LLM02
HIGH D10
Azure AI used without ContentSafetyClient — no content moderation
...maindex\llama-index-core\llama_index\core\llms\loading.py:19
Add Azure ContentSafetyClient to analyse prompts/responses for harmful content
EU AI Act Article 15OWASP LLM02
HIGH D17
No behavioral trap detection — post-execution behavioral changes not monitored. (10/10 M365 Copilot attacks succeeded)
Deploy trap defense layer on tool results
EU AI Act Article 14OWASP LLM07MITRE AML.T0051
HIGH D17
No approval integrity verification -- agent summaries for approval not cross-checked against actual actions. (Approval fatigue exploitation)
Deploy trap defense layer on tool results
EU AI Act Article 14OWASP LLM07MITRE AML.T0048
MEDIUM 664
MEDIUM D5
print() used instead of structured logging
...amaindex\llama-index-core\llama_index\core\async_utils.py:129
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D12
Hardcoded model name: 'gpt-3.5-turbo' — no routing/fallback
...pos\llamaindex\llama-index-core\llama_index\core\utils.py:153
Use model routing or configuration instead of hardcoded names
MEDIUM D5
print() used instead of structured logging
...pos\llamaindex\llama-index-core\llama_index\core\utils.py:102
Use logging.* or structlog.* for structured, searchable logs
Show 661 more MEDIUM findings
MEDIUM D5
print() used instead of structured logging
...pos\llamaindex\llama-index-core\llama_index\core\utils.py:580
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\base\response\schema.py:147
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\base\response\schema.py:151
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\base\response\schema.py:222
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\base\response\schema.py:224
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ndex\core\callbacks\pythonically_printing_base_handler.py:38
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ore\llama_index\core\chat_engine\condense_plus_context.py:271
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ore\llama_index\core\chat_engine\condense_plus_context.py:304
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex-core\llama_index\core\chat_engine\condense_question.py:185
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex-core\llama_index\core\chat_engine\condense_question.py:230
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex-core\llama_index\core\chat_engine\condense_question.py:288
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex-core\llama_index\core\chat_engine\condense_question.py:333
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...dex\core\chat_engine\multi_modal_condense_plus_context.py:199
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...dex\core\chat_engine\multi_modal_condense_plus_context.py:226
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:365
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:369
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:408
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:409
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:414
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:419
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:420
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:425
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\chat_engine\types.py:427
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\command_line\upgrade.py:50
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\command_line\upgrade.py:110
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\command_line\upgrade.py:205
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\command_line\upgrade.py:220
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\command_line\upgrade.py:261
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...llama-index-core\llama_index\core\command_line\upgrade.py:263
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...dex\llama-index-core\llama_index\core\embeddings\utils.py:132
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:40
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:46
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:63
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:64
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:79
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:81
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:99
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:101
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...index-core\llama_index\core\evaluation\benchmarks\beir.py:109
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:52
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:58
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:71
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:72
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:82
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:113
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:114
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:115
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:116
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:117
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:122
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D12
Hardcoded model name: 'gpt-4.1' — no routing/fallback
...e\llama_index\core\evaluation\multi_modal\faithfulness.py:100
Use model routing or configuration instead of hardcoded names
MEDIUM D12
Hardcoded model name: 'gpt-4.1' — no routing/fallback
...core\llama_index\core\evaluation\multi_modal\relevancy.py:79
Use model routing or configuration instead of hardcoded names
MEDIUM D5
print() used instead of structured logging
...ndex-core\llama_index\core\extractors\document_context.py:351
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex-core\llama_index\core\indices\document_summary\base.py:188
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ore\indices\property_graph\transformations\dynamic_llm.py:373
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...re\llama_index\core\indices\struct_store\sql_retriever.py:312
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...re\llama_index\core\indices\struct_store\sql_retriever.py:327
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...re\llama_index\core\indices\struct_store\sql_retriever.py:453
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...-index-core\llama_index\core\indices\vector_store\base.py:307
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...\vector_store\retrievers\auto_retriever\auto_retriever.py:207
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...\vector_store\retrievers\auto_retriever\auto_retriever.py:208
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ndex\llama-index-core\llama_index\core\ingestion\cache.py:62
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lamaindex\llama-index-core\llama_index\core\llms\utils.py:115
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\node_parser\text\code.py:125
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...-index-core\llama_index\core\node_parser\text\sentence.py:166
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ama-index-core\llama_index\core\node_parser\text\token.py:128
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ndex\llama-index-core\llama_index\core\playground\base.py:141
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ndex\llama-index-core\llama_index\core\playground\base.py:178
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...x\llama-index-core\llama_index\core\postprocessor\node.py:349
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D12
Hardcoded model name: 'gpt-3.5-turbo-16k' — no routing/fallback
...dex-core\llama_index\core\postprocessor\rankGPT_rerank.py:20
Use model routing or configuration instead of hardcoded names
MEDIUM D12
Hardcoded model name: 'gpt-4.1' — no routing/fallback
...-core\llama_index\core\program\multi_modal_llm_program.py:64
Use model routing or configuration instead of hardcoded names
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\prompts\display_utils.py:20
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ama-index-core\llama_index\core\prompts\guidance_utils.py:150
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ama-index-core\llama_index\core\prompts\guidance_utils.py:151
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D12
Hardcoded model name: 'gpt-4.1' — no routing/fallback
...a-index-core\llama_index\core\query_engine\multi_modal.py:69
Use model routing or configuration instead of hardcoded names
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\readers\file\base.py:622
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ex\llama-index-core\llama_index\core\readers\file\base.py:692
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ma-index-core\llama_index\core\response\notebook_utils.py:144
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ma-index-core\llama_index\core\response\notebook_utils.py:145
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ma-index-core\llama_index\core\response\notebook_utils.py:147
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ma-index-core\llama_index\core\response\notebook_utils.py:148
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\response\pprint_utils.py:24
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\response\pprint_utils.py:25
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\response\pprint_utils.py:26
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\response\pprint_utils.py:42
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\response\pprint_utils.py:46
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama-index-core\llama_index\core\response\pprint_utils.py:47
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...dex-core\llama_index\core\response_synthesizers\refine.py:288
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...\llama_index\core\response_synthesizers\tree_summarize.py:75
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...\llama_index\core\response_synthesizers\tree_summarize.py:153
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ore\llama_index\core\retrievers\auto_merging_retriever.py:105
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ore\llama_index\core\retrievers\auto_merging_retriever.py:159
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ndex-core\llama_index\core\retrievers\fusion_retriever.py:93
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...ndex-core\llama_index\core\retrievers\fusion_retriever.py:108
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...lama_index\core\service_context_elements\llm_predictor.py:23
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:74
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:75
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:80
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:81
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:97
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:98
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:103
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D5
print() used instead of structured logging
...aindex\llama-index-core\llama_index\core\tools\calling.py:104
Use logging.* or structlog.* for structured, searchable logs
MEDIUM D4
Exposed Generic Secret: tok...RDS:
...index-core\llama_index\core\indices\keyword_table\base.py:243
Move to secrets manager or .env file (excluded from VCS)
EU AI Act Article 15OWASP LLM09
MEDIUM D4
Exposed Generic Secret: tok...RDS:
...index-core\llama_index\core\indices\keyword_table\base.py:251
Move to secrets manager or .env file (excluded from VCS)
EU AI Act Article 15OWASP LLM09
MEDIUM D4
Exposed Generic Secret: tok...RDS:
...core\llama_index\core\indices\keyword_table\retrievers.py:163
Move to secrets manager or .env file (excluded from VCS)
EU AI Act Article 15OWASP LLM09
MEDIUM D4
Exposed Generic Secret: tok...RDS:
...re\llama_index\core\indices\knowledge_graph\retrievers.py:165
Move to secrets manager or .env file (excluded from VCS)
EU AI Act Article 15OWASP LLM09
MEDIUM D5
No log retention policy detected
Configure log rotation and retention periods
MEDIUM D9
No resource limits defined — services can consume unlimited resources
...epos\llamaindex\llama-index-core\tests\docker-compose.yml:1
Add CPU/memory limits to services
MEDIUM D12
Agent class 'BaseWorkflowAgent' has no cost tracking
...-index-core\llama_index\core\agent\workflow\base_agent.py:86
Track token usage and costs per agent execution
MEDIUM D12
Agent class 'CodeActAgent' has no cost tracking
...dex-core\llama_index\core\agent\workflow\codeact_agent.py:63
Track token usage and costs per agent execution
MEDIUM D8
Agent class 'CodeActAgent' has no defined lifecycle states
...dex-core\llama_index\core\agent\workflow\codeact_agent.py:63
Add state machine (ACTIVE/SUSPENDED/RETIRED) for agent lifecycle
MEDIUM D12
Agent class 'FunctionAgent' has no cost tracking
...ex-core\llama_index\core\agent\workflow\function_agent.py:19
Track token usage and costs per agent execution
MEDIUM D8
Agent class 'FunctionAgent' has no defined lifecycle states
...ex-core\llama_index\core\agent\workflow\function_agent.py:19
Add state machine (ACTIVE/SUSPENDED/RETIRED) for agent lifecycle
MEDIUM D12
Agent class 'ReActAgent' has no cost tracking
...index-core\llama_index\core\agent\workflow\react_agent.py:38
Track token usage and costs per agent execution
MEDIUM D8
Agent class 'ReActAgent' has no defined lifecycle states
...index-core\llama_index\core\agent\workflow\react_agent.py:38
Add state machine (ACTIVE/SUSPENDED/RETIRED) for agent lifecycle
MEDIUM D12
Agent class 'BaseVoiceAgent' has no cost tracking
...ex\llama-index-core\llama_index\core\voice_agents\base.py:11
Track token usage and costs per agent execution
MEDIUM D8
Agent class 'BaseVoiceAgent' has no defined lifecycle states
...ex\llama-index-core\llama_index\core\voice_agents\base.py:11
Add state machine (ACTIVE/SUSPENDED/RETIRED) for agent lifecycle
MEDIUM D12
Agent class 'TestWorkflowAgent' has no cost tracking
...ama-index-core\tests\agent\workflow\test_function_call.py:17
Track token usage and costs per agent execution
MEDIUM D8
Agent class 'TestWorkflowAgent' has no defined lifecycle states
...ama-index-core\tests\agent\workflow\test_function_call.py:17
Add state machine (ACTIVE/SUSPENDED/RETIRED) for agent lifecycle
MEDIUM D12
Agent class 'MockVoiceAgent' has no cost tracking
...ex\llama-index-core\tests\voice_agents\test_subclasses.py:112
Track token usage and costs per agent execution
MEDIUM D8
Agent class 'MockVoiceAgent' has no defined lifecycle states
...ex\llama-index-core\tests\voice_agents\test_subclasses.py:112
Add state machine (ACTIVE/SUSPENDED/RETIRED) for agent lifecycle
MEDIUM D14
Unpinned AI dependency: openai
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:13
Pin version: openai==<specific_version>
MEDIUM D14
Unpinned AI dependency: llama-index
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:13
Pin version: llama-index==<specific_version>
MEDIUM D14
Unpinned AI dependency: openai
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:15
Pin version: openai==<specific_version>
MEDIUM D14
Unpinned AI dependency: llama-index
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:36
Pin version: llama-index==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:39
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:46
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:47
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:48
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:49
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:90
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: llamaindex
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:92
Pin version: llamaindex==<specific_version>
MEDIUM D14
Unpinned AI dependency: openai
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:154
Pin version: openai==<specific_version>
MEDIUM D14
Unpinned AI dependency: llama-index
...\gallery\repos\llamaindex\llama-index-core\pyproject.toml:154
Pin version: llama-index==<specific_version>
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\llama_index\core\async_utils.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\image_retriever.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\rate_limiter.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...os\llamaindex\llama-index-core\llama_index\core\schema.py:37
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\llama_index\core\types.py:22
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\llama_index\core\utils.py:145
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llamaindex\llama-index-core\llama_index\core\__init__.py:17
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\llama_index\core\agent\utils.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\llama_index\core\agent\__init__.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\agent\react\formatter.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\agent\react\output_parser.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\agent\react\types.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\agent\react\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\agent\workflow\base_agent.py:21
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\agent\workflow\codeact_agent.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\agent\workflow\function_agent.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\llama_index\core\agent\workflow\multi_agent_workflow.py:20
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\agent\workflow\react_agent.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\agent\workflow\workflow_events.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\agent\workflow\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\base\base_auto_retriever.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\base\base_multi_modal_retriever.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\base\base_selector.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\base\embeddings\base_sparse.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\base\llms\generic_utils.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\base\llms\types.py:34
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\base\response\schema.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\callbacks\base_handler.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\callbacks\global_handlers.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\callbacks\llama_debug.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\core\callbacks\pythonically_printing_base_handler.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\callbacks\simple_llm_handler.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\callbacks\token_counting.py:14
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\chat_engine\types.py:13
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\chat_engine\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\llama_index\core\chat_ui\events.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\command_line\upgrade.py:141
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\composability\base.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\composability\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\data_structs\data_structs.py:14
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\data_structs\document_summary.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\data_structs\registry.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\data_structs\table.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\data_structs\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\embeddings\loading.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\embeddings\mock_embed_model.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\embeddings\multi_modal_base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\embeddings\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\evaluation\answer_relevancy.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\evaluation\base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\evaluation\batch_runner.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\evaluation\context_relevancy.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\evaluation\correctness.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\evaluation\eval_utils.py:13
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\evaluation\faithfulness.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\evaluation\guideline.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\evaluation\notebook_utils.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\evaluation\pairwise.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\evaluation\relevancy.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\evaluation\semantic_similarity.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\evaluation\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\evaluation\benchmarks\beir.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\evaluation\benchmarks\hotpotqa.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\evaluation\benchmarks\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\llama_index\core\evaluation\multi_modal\faithfulness.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\evaluation\multi_modal\relevancy.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\evaluation\multi_modal\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\evaluation\retrieval\base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\evaluation\retrieval\evaluator.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\evaluation\retrieval\metrics.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\llama_index\core\evaluation\retrieval\metrics_base.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\extractors\document_context.py:20
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\extractors\interface.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\extractors\loading.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\extractors\metadata_extractors.py:25
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\extractors\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\graph_stores\prompts.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\graph_stores\simple.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\graph_stores\simple_labelled.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\graph_stores\types.py:15
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\graph_stores\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\indices\base_retriever.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\indices\loading.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\indices\postprocessor.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\indices\prompt_helper.py:16
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\indices\registry.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\indices\utils.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\indices\__init__.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\indices\common\struct_store\sql.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\indices\composability\graph.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\indices\composability\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\indices\document_summary\base.py:15
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\llama_index\core\indices\document_summary\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\indices\empty\base.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\indices\empty\retrievers.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\indices\empty\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\indices\keyword_table\base.py:16
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\indices\keyword_table\rake_base.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\llama_index\core\indices\keyword_table\simple_base.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\indices\keyword_table\utils.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\indices\keyword_table\__init__.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\indices\knowledge_graph\base.py:12
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\indices\knowledge_graph\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\indices\list\base.py:12
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\indices\list\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\indices\managed\base.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\indices\managed\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\indices\multi_modal\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\indices\property_graph\retriever.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\indices\property_graph\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\core\indices\property_graph\sub_retrievers\custom.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\indices\property_graph\sub_retrievers\cypher_template.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\indices\property_graph\sub_retrievers\llm_synonym.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\indices\property_graph\sub_retrievers\text_to_cypher.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\core\indices\property_graph\sub_retrievers\vector.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\indices\property_graph\transformations\dynamic_llm.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\core\indices\property_graph\transformations\implicit.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\indices\property_graph\transformations\schema_llm.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\indices\property_graph\transformations\simple_llm.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\core\indices\property_graph\transformations\utils.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\core\indices\property_graph\transformations\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\indices\query\base.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\indices\query\embedding_utils.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\indices\query\schema.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\indices\query\query_transform\base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\core\indices\query\query_transform\feedback_transform.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama_index\core\indices\query\query_transform\prompts.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama_index\core\indices\query\query_transform\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\indices\struct_store\base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama_index\core\indices\struct_store\container_builder.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\indices\struct_store\pandas.py:19
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\indices\struct_store\sql.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\indices\struct_store\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\indices\tree\base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\indices\tree\inserter.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\indices\tree\utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\indices\tree\__init__.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\indices\vector_store\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma_index\core\indices\vector_store\retrievers\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...s\vector_store\retrievers\auto_retriever\output_parser.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...indices\vector_store\retrievers\auto_retriever\prompts.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndices\vector_store\retrievers\auto_retriever\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\ingestion\api_utils.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\ingestion\cache.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\ingestion\data_sinks.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\ingestion\data_sources.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\ingestion\pipeline.py:17
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\ingestion\transformations.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\ingestion\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\instrumentation\base_handler.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\instrumentation\dispatcher.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\instrumentation\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\instrumentation\events\agent.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\instrumentation\events\base.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\instrumentation\events\chat_engine.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\instrumentation\events\embedding.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\instrumentation\events\exception.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\instrumentation\events\llm.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\instrumentation\events\query.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\instrumentation\events\rerank.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\instrumentation\events\retrieval.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\instrumentation\events\span.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\instrumentation\events\synthesis.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\instrumentation\events\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\llama_index\core\instrumentation\event_handlers\base.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\llama_index\core\instrumentation\event_handlers\null.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama_index\core\instrumentation\event_handlers\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\instrumentation\span\base.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\instrumentation\span\simple.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\instrumentation\span\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\instrumentation\span_handlers\base.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\instrumentation\span_handlers\null.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama_index\core\instrumentation\span_handlers\simple.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama_index\core\instrumentation\span_handlers\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\langchain_helpers\streaming.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\langchain_helpers\text_splitter.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\llms\chatml_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\llama_index\core\llms\custom.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\llms\function_calling.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llamaindex\llama-index-core\llama_index\core\llms\llm.py:18
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\llms\loading.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\llms\structured_llm.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\llms\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\memory\chat_memory_buffer.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\llama_index\core\memory\chat_summary_memory_buffer.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\memory\memory.py:19
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\memory\simple_composable_memory.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\memory\types.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\memory\vector_memory.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\memory\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\memory\memory_blocks\fact.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\memory\memory_blocks\static.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\memory\memory_blocks\vector.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\memory\memory_blocks\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\multi_modal_llms\base.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\multi_modal_llms\generic_utils.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\multi_modal_llms\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\node_parser\interface.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\node_parser\loading.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\node_parser\node_utils.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\node_parser\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\node_parser\file\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\core\node_parser\relational\llama_parse_json_element.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama_index\core\node_parser\relational\markdown_element.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\node_parser\relational\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\node_parser\text\utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\node_parser\text\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\objects\base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\objects\base_node_mapping.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\objects\fn_node_mapping.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\objects\table_node_mapping.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\objects\tool_node_mapping.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\objects\utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\objects\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\output_parsers\pydantic.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\output_parsers\selection.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\output_parsers\utils.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\output_parsers\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\playground\__init__.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\postprocessor\llm_rerank.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\postprocessor\metadata_replacement.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\postprocessor\node.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\postprocessor\node_recency.py:33
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\postprocessor\optimizer.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\postprocessor\pii.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\postprocessor\rankGPT_rerank.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\postprocessor\sbert_rerank.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\llama_index\core\postprocessor\structured_llm_rerank.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\postprocessor\types.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\postprocessor\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\program\function_program.py:16
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\program\llm_program.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\program\llm_prompt_program.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\program\multi_modal_llm_program.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\program\streaming_utils.py:12
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\program\utils.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\program\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\prompts\base.py:18
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\prompts\chat_prompts.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\prompts\default_prompts.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\prompts\default_prompt_selectors.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\prompts\display_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\prompts\guidance_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\prompts\mixin.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\prompts\prompts.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\prompts\prompt_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\prompts\rich.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\prompts\utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\prompts\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama_index\core\query_engine\cogniswitch_query_engine.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\query_engine\custom.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\query_engine\retry_query_engine.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...e\llama_index\core\query_engine\transform_query_engine.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\query_engine\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\query_engine\flare\answer_inserter.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\query_engine\flare\output_parser.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\core\query_engine\jsonalyze\jsonalyze_query_engine.py:27
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\llama_index\core\query_engine\jsonalyze\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\llama_index\core\query_engine\pandas\output_parser.py:22
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama_index\core\query_engine\pandas\pandas_query_engine.py:27
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\query_engine\pandas\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\question_gen\llm_generators.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\question_gen\output_parser.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\question_gen\prompts.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\question_gen\types.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\question_gen\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\readers\base.py:14
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\llama_index\core\readers\json.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\readers\loading.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\readers\string_iterable.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\readers\__init__.py:14
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\readers\file\base.py:29
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\response\notebook_utils.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\llama_index\core\response\pprint_utils.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\response\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\core\response_synthesizers\compact_and_accumulate.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma_index\core\response_synthesizers\compact_and_refine.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\llama_index\core\response_synthesizers\context_only.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\response_synthesizers\no_text.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\response_synthesizers\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\retrievers\recursive_retriever.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\retrievers\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\llama_index\core\selectors\embedding_selectors.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\selectors\llm_selectors.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\selectors\prompts.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\selectors\pydantic_selectors.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\llama_index\core\selectors\utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\selectors\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama_index\core\service_context_elements\llm_predictor.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama_index\core\sparse_embeddings\mock_sparse_embedding.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\storage\storage_context.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\storage\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\storage\chat_store\base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\storage\chat_store\base_db.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\storage\chat_store\loading.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama_index\core\storage\chat_store\simple_chat_store.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\storage\chat_store\sql.py:25
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\llama_index\core\storage\chat_store\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\storage\docstore\keyval_docstore.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\storage\docstore\registry.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\llama_index\core\storage\docstore\simple_docstore.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\storage\docstore\types.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\storage\docstore\utils.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\storage\docstore\__init__.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama_index\core\storage\index_store\keyval_index_store.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama_index\core\storage\index_store\simple_index_store.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\storage\index_store\types.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\llama_index\core\storage\index_store\utils.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\llama_index\core\storage\index_store\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\llama_index\core\storage\kvstore\simple_kvstore.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\storage\kvstore\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\text_splitter\__init__.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\llama_index\core\tools\calling.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\llama_index\core\tools\eval_query_engine.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\tools\function_tool.py:19
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\llama_index\core\tools\ondemand_loader_tool.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\llama_index\core\tools\query_engine.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\tools\query_plan.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\tools\retriever_tool.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\llama_index\core\tools\types.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\llama_index\core\tools\utils.py:18
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\llama_index\core\tools\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\tools\tool_spec\base.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama_index\core\tools\tool_spec\load_and_search\base.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma_index\core\tools\tool_spec\load_and_search\__init__.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\utilities\gemini_utils.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\llama_index\core\utilities\token_counting.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\llama_index\core\vector_stores\simple.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\vector_stores\types.py:19
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\vector_stores\utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\llama_index\core\vector_stores\__init__.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\llama_index\core\voice_agents\base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\llama_index\core\voice_agents\events.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\llama_index\core\workflow\drawing.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llery\repos\llamaindex\llama-index-core\tests\conftest.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\tests\test_async_utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...os\llamaindex\llama-index-core\tests\test_rate_limiter.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ery\repos\llamaindex\llama-index-core\tests\test_types.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ery\repos\llamaindex\llama-index-core\tests\test_utils.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\tests\agent\memory\test_simple_composable.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\tests\agent\memory\test_vector_memory.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\agent\react\test_prompt_customization.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\agent\react\test_react_chat_formatter.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\agent\react\test_react_output_parser.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\agent\utils\test_agent_utils.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...tests\agent\workflow\test_agent_with_structured_output.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\agent\workflow\test_code_act_agent.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\agent\workflow\test_events.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\agent\workflow\test_function_call.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\tests\agent\workflow\test_multi_agent_workflow.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\tests\agent\workflow\test_react_agent.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\agent\workflow\test_return_direct_e2e.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\tests\agent\workflow\test_single_agent_workflow.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\agent\workflow\test_thinking_delta.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llamaindex\llama-index-core\tests\base\llms\test_types.py:11
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\callbacks\test_llama_debug.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\tests\callbacks\test_token_budget.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\callbacks\test_token_counter.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\tests\chat_engine\test_condense_plus_context.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\chat_engine\test_condense_question.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\tests\chat_engine\test_context.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\tests\chat_engine\test_mm_condense_plus_context.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\chat_engine\test_multi_modal_context.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\chat_engine\test_simple.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llamaindex\llama-index-core\tests\embeddings\test_base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\embeddings\test_utils.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\embeddings\test_with_cache.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\tests\embeddings\todo_hf_test_utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llamaindex\llama-index-core\tests\evaluation\test_base.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\evaluation\test_batch_runner.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\evaluation\test_dataset_generation.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\evaluation\test_metrics.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\tests\extractors\test_document_context_extractor.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\extractors\test_extractor_resilience.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\graph_stores\test_simple_lpg.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\tests\indices\conftest.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llamaindex\llama-index-core\tests\indices\test_loading.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\indices\test_loading_graph.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\indices\test_prompt_helper.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...s\llamaindex\llama-index-core\tests\indices\test_utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\indices\document_summary\conftest.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\tests\indices\document_summary\test_index.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\tests\indices\document_summary\test_retrievers.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\indices\empty\test_base.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\tests\indices\keyword_table\test_base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\indices\keyword_table\test_retrievers.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\tests\indices\keyword_table\test_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\tests\indices\knowledge_graph\conftest.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\indices\knowledge_graph\test_base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\tests\indices\knowledge_graph\test_retrievers.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\indices\list\test_index.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\indices\list\test_retrievers.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\tests\indices\property_graph\test_pg_query_engine.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\tests\indices\property_graph\test_property_graph.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\tests\indices\property_graph\test_schema_utils.py:12
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\tests\indices\query\conftest.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\indices\query\test_compose.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\indices\query\test_compose_vector.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\indices\query\test_embedding_utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llama-index-core\tests\indices\query\test_query_bundle.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\tests\indices\query\query_transform\mock_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\tests\indices\query\query_transform\test_base.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\tests\indices\response\test_response_builder.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\indices\response\test_tree_summarize.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\tests\indices\struct_store\test_base.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\indices\struct_store\test_json_query.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\tests\indices\struct_store\test_sql_query.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\indices\tree\conftest.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\indices\tree\test_embedding_retriever.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\indices\tree\test_index.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\indices\tree\test_retrievers.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\indices\vector_store\mock_services.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\indices\vector_store\test_retrievers.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\tests\indices\vector_store\test_simple.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\tests\indices\vector_store\test_simple_async.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...indices\vector_store\auto_retriever\test_output_parser.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llamaindex\llama-index-core\tests\ingestion\test_cache.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\ingestion\test_data_sinks.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\tests\ingestion\test_data_sources.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\ingestion\test_pipeline.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\tests\ingestion\test_transformations.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llamaindex\llama-index-core\tests\llms\test_callbacks.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\llms\test_function_calling.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...repos\llamaindex\llama-index-core\tests\llms\test_mock.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\llms\test_predict_and_call.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\tests\llms\test_structured_llm.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\tests\memory\test_chat_memory_buffer.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex-core\tests\memory\test_chat_summary_memory_buffer.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\memory\test_memory_base.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\tests\memory\test_memory_blocks_base.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\memory\test_memory_schema.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\memory\blocks\test_fact.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\memory\blocks\test_static.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\memory\blocks\test_vector.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\mock_utils\mock_predict.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\mock_utils\mock_prompts.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\mock_utils\mock_utils.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ts\multi_modal_llms\test_base_multi_modal_llm_metadata.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\tests\multi_modal_llms\test_generic_utils.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...\llama-index-core\tests\node_parser\metadata_extractor.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\tests\node_parser\sentence_window.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\tests\node_parser\test_duplicate_text_positions.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\node_parser\test_file.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\tests\node_parser\test_hierarchical.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\node_parser\test_html.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\node_parser\test_json.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\node_parser\test_markdown.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\node_parser\test_markdown_element.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\tests\node_parser\test_metadataaware_init_doc.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\node_parser\test_node_parser.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ests\node_parser\test_semantic_double_merging_splitter.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\node_parser\test_semantic_splitter.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\tests\node_parser\test_unstructured.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...os\llamaindex\llama-index-core\tests\objects\test_base.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\objects\test_node_mapping.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\output_parsers\test_pydantic.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\tests\output_parsers\test_selection.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\output_parsers\test_utils.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...llamaindex\llama-index-core\tests\playground\test_base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...maindex\llama-index-core\tests\postprocessor\test_base.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\tests\postprocessor\test_llm_rerank.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex-core\tests\postprocessor\test_metadata_replacement.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\postprocessor\test_optimizer.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\postprocessor\test_rankgpt_rerank.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\tests\postprocessor\test_structured_llm_rerank.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x\llama-index-core\tests\program\test_function_program.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\tests\program\test_llm_program.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\program\test_multi_modal_llm_program.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\program\test_streaming_utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...s\llamaindex\llama-index-core\tests\program\test_utils.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...os\llamaindex\llama-index-core\tests\prompts\test_base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\tests\prompts\test_guidance_utils.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...s\llamaindex\llama-index-core\tests\prompts\test_mixin.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...os\llamaindex\llama-index-core\tests\prompts\test_rich.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...s\llamaindex\llama-index-core\tests\prompts\test_utils.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-core\tests\query_engine\test_cogniswitch_query_engine.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\query_engine\test_router_query_engine.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\tests\question_gen\test_llm_generators.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...os\llamaindex\llama-index-core\tests\readers\test_json.py:8
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\tests\readers\test_load_reader.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\readers\test_string_iterable.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...amaindex\llama-index-core\tests\readers\file\test_base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\tests\response_synthesizers\test_generate.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\response_synthesizers\test_refine.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\retrievers\test_composable_retriever.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\tests\retrievers\test_fusion_retriever.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\schema\test_base_component.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lamaindex\llama-index-core\tests\schema\test_base_node.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\schema\test_image_document.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\schema\test_media_resource.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\tests\schema\test_node.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...s\llamaindex\llama-index-core\tests\schema\test_schema.py:9
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\selectors\test_llm_selectors.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...re\tests\sparse_embeddings\test_mock_sparse_embeddings.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\tests\storage\conftest.py:2
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\storage\test_storage_context.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\tests\storage\chat_store\test_simple_chat_store.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...dex\llama-index-core\tests\storage\chat_store\test_sql.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ma-index-core\tests\storage\chat_store\test_sql_schema.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex-core\tests\storage\docstore\test_legacy_json_to_doc.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\storage\docstore\test_simple_docstore.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...core\tests\storage\index_store\test_simple_index_store.py:1
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ore\tests\storage\kvstore\test_mutable_mapping_kvstore.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...a-index-core\tests\storage\kvstore\test_simple_kvstore.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...lama-index-core\tests\text_splitter\test_code_splitter.py:10
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\text_splitter\test_sentence_splitter.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\text_splitter\test_token_splitter.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\token_predictor\test_base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...repos\llamaindex\llama-index-core\tests\tools\conftest.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...epos\llamaindex\llama-index-core\tests\tools\test_base.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ama-index-core\tests\tools\test_eval_query_engine_tool.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\tools\test_ondemand_loader.py:12
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\tools\test_query_engine_tool.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\tools\test_retriever_tool.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\tests\tools\test_types.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...pos\llamaindex\llama-index-core\tests\tools\test_utils.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\tools\tool_spec\test_base.py:6
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...-index-core\tests\tools\tool_spec\test_load_and_search.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ndex\llama-index-core\tests\utilities\test_sql_wrapper.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...x-core\tests\vector_stores\test_metadata_filters_logic.py:5
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index\llama-index-core\tests\vector_stores\test_simple.py:7
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...aindex\llama-index-core\tests\vector_stores\test_utils.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...index-core\tests\voice_agents\test_event_serialization.py:4
Set callback_manager= on your index/query engine for tracing
MEDIUM D6
LlamaIndex used without callback_manager — no query observability
...ex\llama-index-core\tests\voice_agents\test_subclasses.py:3
Set callback_manager= on your index/query engine for tracing
MEDIUM D17
No tool-call attack simulation — agent tool calls not tested against adversarial inputs
Implement adversarial testing for agent systems
MEDIUM D17
No multi-agent chaos engineering — agent swarms not stress tested
Implement adversarial testing for agent systems
💡 Recommendationsordered by score impact
#1
Establish a live tool inventory +23 pts
No tool catalog detected. Without a centralized inventory of MCP tools and their schemas, governance policies have nothing to enforce against. Deploy a tool registry with auto-discovery.
⚠ The Workaround Tax
Stop paying the Workaround Tax. Relying on prompt-filters and out-of-band monitoring forces your developers to write manual security logic scattered across every agent and service. A centralized gateway enforces policy automatically — at the interception layer, on every tool call, without code changes in your agents.
Current state
13/ 100
✗ UNGOVERNED
D1 Tool Inventory
2/25
D2 Risk Detection
1/20
D4 Credential Management
1/20
D9 Threat Detection
2/20
D3 Policy Coverage
3/20
+ SharkRouter (full deployment)
91/ 100
✓ GOVERNED
D1 Tool Inventory
23 +21
D2 Risk Detection
18 +17
D4 Credential Management
18 +17
D9 Threat Detection
18 +16
D3 Policy Coverage
18 +15
* Projection based on SharkRouter's estimated score. Actual results may vary.  sharkrouter.ai → 13 → 91 · +78 pts
#2
Deploy risk classification for tool calls +19 pts
No risk scoring on tool invocations. Every tool call carries the same implicit trust level. Classify tools by risk (destructive, financial, exfiltration) and enforce approval gates for high-risk categories. (2 findings in this dimension)
#3
Move credentials to a secrets manager +19 pts
API keys or credentials found in source code. Move to HashiCorp Vault, AWS Secrets Manager, or environment-level secret stores. Rotate all exposed keys immediately. Add .env to .gitignore. (11 findings in this dimension)
#4
Deploy behavioral detection and kill switch +18 pts
No behavioral baselines, no anomaly detection, no auto-suspend capability. A compromised agent can operate indefinitely. Salami slicing across sessions is undetectable. (46 findings in this dimension)
#5
Implement policy enforcement on tool calls +17 pts
No deny/allow/audit policies detected. Agents can invoke any tool without restriction. Deploy an inline policy engine with deny-by-default for destructive and financial tools. (2 findings in this dimension)
Generated by Warden v1.6.0 · Open Source · MIT License · github.com/sharkrouter/warden
Scoring model v4.3 · 17 weighted dimensions · 235 pts · methodology in SCORING.md
Scan data stays on your machine. Email delivery is opt-in only.
When opted in: score + metadata only. Never: keys, logs, paths, or PII.
Privacy policy · To enforce policies on what Warden found → Explore what 91/100 looks like →