docs(cloud-security): IDE & MCP page (P3.3) — HOLD OPEN - #361
Draft
maximelb wants to merge 1 commit into
Draft
Conversation
Setup for Claude Code and Cursor, the profiles, and the four AppSec code-lane tools — including the two things that surprise people: cloudsec_code_findings will not list without a repository (the backend has no 'any repository' selector, so an unscoped list would quietly return the cloud worklist too), and cloudsec_code_scan_local runs a container on the reader's OWN machine, needs Docker, and cannot scan for secrets. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lcbill
approved these changes
Aug 26, 2026
Contributor
Author
|
Superseded by #362, which consolidates this branch with the other code-lane docs branches into one page set off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HOLD OPEN — do not merge. Docs for roadmap 15 P3.3, held for the docs round alongside #355 and #360.
Adds
docs/cloud-security/mcp.mdand a nav entry after Command Line Interface: setup for Claude Code and Cursor, the profiles, the permissions, and the four AppSec code-lane tools.Depends on lc-mcp-server#58, which is ready for review and not yet merged. Nothing on this page is true until that ships — merge order is lc-mcp-server#58, then this.
The page leads with the two things that surprise people rather than burying them:
cloudsec_code_findingswill not list without a repository. The findings backend has no "any repository" selector, so an unscoped call would quietly return the reader's whole worklist, cloud findings included, under a tool named for the code lane.facets: trueis the unscoped mode.cloudsec_code_scan_localruns on the reader's own machine, needs Docker, takes minutes, and cannot scan for secrets — a credential's identity is a digest keyed by a value only the hosted lane holds.It also documents the
repokey trap found while testing: the filter is matched exactly against a key whose owner segment carries the connection's configured casing, while a finding'scode.repo_nameis the platform's display casing.Deliberately not linked to
code-scanning.md: that page is itself unmerged (#355), so this page links only to files already on master.🤖 Generated with Claude Code