Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion golden-path/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Tracked in: WasmAgent/.github issue [#103](https://github.com/WasmAgent/.github/
| Audit | `open-agent-audit` | `@openagentaudit/core` — verifies AEP, generates report |
| Admit | `trace-pipeline` | `evomerge admission-gate` — admission decision |
| Workload | `bscode` | `fixtures/bench-v0/` — safe and malicious call fixtures |
| Specs (optional) | `agent-trust-infra` | conformance fixtures |
| Specs (optional) | `agentbom` | MCP Posture conformance fixtures (replaces archived agent-trust-infra) |
| Evaluation (optional) | `fresharena` | evaluation scenario |

## Files
Expand Down
12 changes: 9 additions & 3 deletions golden-path/scripts/demo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
#!/usr/bin/env bash
# Golden Path end-to-end demo — STUB
# See golden-path/README.md for the target behaviour.
# Golden Path end-to-end demo
#
# STATUS: NOT YET RUNNABLE — this script is a planned stub.
# All steps print TODO messages and exit successfully.
# Track implementation progress: WasmAgent/.github#103
#
# See golden-path/README.md for the intended behaviour when complete.
set -euo pipefail

echo "[1/4] Protect: MCP firewall blocking malicious call..."
echo " TODO: run wasmagent-js mcp-firewall against fixtures/malicious-call.json"
echo "[2/4] Record: signing AEP evidence..."
Expand All @@ -11,4 +17,4 @@ echo " TODO: run @openagentaudit/core against aep-record.json"
echo "[4/4] Admit: running admission decision..."
echo " TODO: run evomerge admission-gate against audit output"
echo ""
echo "Golden Path: STUB — not yet runnable. Track: WasmAgent/.github#103"
echo "Golden Path: NOT YET RUNNABLE (stub). Track: WasmAgent/.github#103"
2 changes: 1 addition & 1 deletion golden-path/versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ repositories:
open-agent-audit: latest
trace-pipeline: latest
bscode: latest
agent-trust-infra: latest # optional: conformance fixtures only
agentbom: latest # optional: MCP Posture conformance fixtures (replaces archived agent-trust-infra)

# Last verified: not yet verified — scaffold only
Loading