Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Project
semgrep:create_project
Create a new project for code scanning.
Write
Medium risk
Delete Project
semgrep:delete_project
Permanently delete a project and all its scan data.
Write
High risk
Get Finding
semgrep:get_finding
Fetch a single security finding by ID with full details.
Read
Low risk
Get Project
semgrep:get_project
Fetch a single project by ID with configuration and scan settings.
Read
Low risk
Get Rule
semgrep:get_rule
Fetch a single security rule by ID with full configuration.
Read
Low risk
Get Scan
semgrep:get_scan
Fetch scan status and results by ID.
Read
Low risk
List Findings
semgrep:list_findings
List security findings with filtering and pagination.
Read
Low risk
List Projects
semgrep:list_projects
List all projects with optional filtering and pagination.
Read
Low risk
List Rules
semgrep:list_rules
List security rules with filtering and pagination.
Read
Low risk
List Scans
semgrep:list_scans
List scans with filtering and pagination.
Read
Low risk
Trigger Scan
semgrep:trigger_scan
Trigger a new security scan for a project.
Write
Medium risk
Update Finding Status
semgrep:update_finding_status
Update the status of a security finding (triage action).
Write
Medium risk
Update Project
semgrep:update_project
Update an existing project's configuration.
Write
Medium risk