security: machine activity audit view exposes raw input/result JSON without summaries #55
Labels
No labels
3plus3-followup
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
analytics
api
cockpit
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
docs
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
gemini-flash
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
leviathan
mcp
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
ops
priority:p0
priority:p1
priority:p2
priority:p3
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
safety
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
scout
security
size/large
size/medium
size/small
size/tiny
size/unknown
small-task
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tests
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
ui
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/kan-ductor#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source
3+3 review on PR #43 (
feat(web): add machine activity audit view), merged 2026-05-10 via chain drain #52.Problem
The audit view currently dumps raw
inputandresultJSON blobs for each agent action. This may include:sourceRef(e.g.signal:+48508463453:<message_id>) — Signal numbers visible in UIWithout redaction or summary mode, the audit view leaks internal context to anyone with workspace access.
Scope
Two paths:
(a) Harden — convert to incident-grade view:
(b) Gate — if hardening is too much scope:
audit:debug-viewscope, gate UI route on itAcceptance criteria
Refs
Owner gates
Deployment evidence (Codex, 2026-06-04):
sha-98f70e7e0cceon RS2000 using platform release compose andkan-migrate.kan-webandkan-mcpare healthy;/mcp/healthreturnsok: trueand upstreamkanApi: "ok".includeRawtofalse.workspace:manage; otherwise audit input/result goes throughredactAuditPayload(...).rawPayloadVisible: false/payloadRedacted: true.Recommendation: #55 is truly closed.
{
"confidence": 5,
"effort_hint": "medium",
"escalation": {
"kind": "none",
"reason": ""
},
"evidence_refs": [
{
"note": "Issue reports machine activity audit view exposing raw input and result JSON without safe summaries.",
"type": "forgejo",
"value": "issue-title-body-labels-and-target-snapshot"
},
{
"note": "Body states raw audit blobs may expose source references, internal IDs, idempotency keys, and sensitive card metadata.",
"type": "forgejo",
"value": "issue-body-problem"
},
{
"note": "Scope offers hardening into incident-grade summaries with redaction or explicitly gating it as maintainer debug view.",
"type": "forgejo",
"value": "issue-body-scope"
}
],
"impact": 5,
"judge_actor": {
"name": "iskra",
"runtime": "openclaw"
},
"judged_at": "2026-06-09T01:07:00Z",
"labels_to_apply": [
"judge/p0",
"judge/codex-candidate"
],
"piotr_fit": "high",
"priority": "p0",
"rationale_summary": "This is P0 Codex-ready security work because raw audit JSON can leak sensitive operational context to workspace users without redaction or gating.",
"reach": 5,
"recommended_next_action": "codex_candidate",
"rerun_reason": "no_prior_judgment",
"schema": "openclaw.judge.v0",
"target": {
"kind": "issue",
"number": 55,
"repo": "pdurlej/kan-ductor"
},
"target_snapshot": {
"body_hash": "sha256:c0e1dc3e13ebe05ee05e174cca232da1199dfc3070ed4718516ef4a74d7950cf",
"commit_count": null,
"evidence_hash": "sha256:f1386410257841335d33fbdba9c3fbb4aef7041b02d746fc73078d2c62b5f3b8",
"head_sha": null,
"labels": [
"3plus3-followup",
"priority:p0",
"security"
],
"labels_hash": "sha256:108b6261a9fa1681b7fbb2dafb7d389589e1dd87303b23bbb3bebb919f917115",
"state": "open",
"title_hash": "sha256:ce6626d064752f7c034f506b6bb15aa42ef3993d7a95fd15827807e96b6829c8",
"updated_at": "2026-06-04T01:33:53+02:00"
},
"top_caveat": "Prefer redacted incident-grade summaries by default and restrict raw JSON to an explicit maintainer-debug path."
}