feat(scan): emit native artifacts with correlated loot - #85
Open
M09Ic wants to merge 10 commits into
Open
Conversation
Teach the agent to publish confirmed vulnerabilities to the bound IOA space as natural-language checkpoint messages (kind=finding), making discoveries observable via ioa read and reviewable through the checkpoint status trail. result_id is the finding's single identity: report files are named findings/<result_id>.md and the ioa message cites it, so no separate finding-id exists. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…HEAD # Conflicts: # web/frontend/cyber-ui
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.
Summary
Artifactmessages and independentLootmarkers joined byresult_idsdktypes.TemplateResultfor Neutron output and wire--broad-pocinto scan profilesLLM_BASE_URL,LLM_API_KEY, andLLM_MODELas provider fallback for Mapping/serverless executionRun.Waita cleanup barrier so rotating commands cannot observe a completed run as activeTests
go test ./...go test -race ./pkg/runnergo test ./...inaop/go vet ./...go test ./pkg/runner -run TestClearRotatesToAnEmptyContinuationSession -count=100go run ./cmd/gentwice with protoc 35.1 (stable generated diff)npm run build --prefix web/frontendLLM_*returned the expected DeepSeek markerLLM_*without any nonemptyAISCAN_*variablesDependency
Note
The branch includes the existing local prerequisite commit
bfbb17fon top of v0.4.0. The native record tool is intentionally excluded and will be proposed as a separate PR.