C25/100

contextplus
mcp1.0.8Semantic Intelligence for Large-Scale Engineering. Context+ is an MCP server designed for developers who demand 99% accuracy. By combining RAG, Tree-sitter AST, Spectral Clustering, and Obsidian-style linking, Context+ turns a massive codebase into a searchable, hierarchical feature graph.
By ForLoopCodes | 26 findings | Scanned 3/22/2026 | tooltrust-scanner/v0.1.15
4 High13 Medium9 Low
Security Findings (26)
- HighInsecure Secret Handling
get_context_tree:input parameter "max_tokens" appears to accept a secret or credential
Rule: AS-010Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces. - HighExcessive Permission Surface ×3
- semantic_identifier_search:tool declares network permission
- semantic_code_search:tool declares network permission
- search_memory_graph:tool declares network permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories. - MediumExcessive Permission Surface ×13
- get_context_tree:tool declares fs permission
- get_file_skeleton:tool declares fs permission
- semantic_code_search:tool declares fs permission
- get_blast_radius:tool declares fs permission
- run_static_analysis:tool declares fs permission
- propose_commit:tool declares fs permission
- list_restore_points:tool declares fs permission
- undo_change:tool declares fs permission
- semantic_navigate:tool declares fs permission
- get_feature_hub:tool declares fs permission
- upsert_memory_node:tool declares fs permission
- create_relation:tool declares fs permission
- add_interlinked_context:tool declares fs permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories. - LowDoS Resilience — Missing Rate Limit / Timeout ×6
- semantic_identifier_search:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- semantic_code_search:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- propose_commit:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- list_restore_points:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- undo_change:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- search_memory_graph:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
Rule: AS-011Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent. - LowExcessive Permission Surface ×3
- propose_commit:tool declares http permission
- list_restore_points:tool declares http permission
- undo_change:tool declares http permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
Scan this tool yourself
Reproduce this audit locally or block risky tools in CI.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y contextplus"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)