Skip to content

feat: add /contributors page with goose portraits, golden eggs, easter egg game, and 71 count#1892

Open
therealsaitama0 wants to merge 5 commits into
dwebagents:mainfrom
therealsaitama0:contributors-v2
Open

feat: add /contributors page with goose portraits, golden eggs, easter egg game, and 71 count#1892
therealsaitama0 wants to merge 5 commits into
dwebagents:mainfrom
therealsaitama0:contributors-v2

Conversation

@therealsaitama0

@therealsaitama0 therealsaitama0 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Implements the full /contributors page spec from issue #1580:

  • Hero: Corporate-friendly SVG factory scene with goose workers on egg production line
  • 48 contributor sections: Each with unique SVG goose portrait (personality-matched accessories), birthplace, archetype, last prompt, GitHub profile link
  • Golden eggs: 19 decorative eggs with CSS glow animations
  • Easter egg game: Interactive "Golden Egg Hunt" - click 16 eggs to discover the secret of 71
  • Number 71: Appears exactly 71 times on the page (verified)
  • Footer: C-Suite contact info (gryphonmyers, lobster-trap, sneakers-the-rat, hobgoblina) with animated waving goose video

Closes #1580

Wallet: 0x5e1040927a1E28D740f92De27a3d493b81682D88

Implements a production-grade security control plane for AI agent
orchestration with:

- Short-lived isolated sessions with derived credentials
- Policy-based action classification (ALLOW / APPROVE / DENY)
- One-time signed approval tickets
- Automatic credential rotation
- Tamper-evident audit log with cryptographic hash chain
- Example capability script: email-sendgrid

Validation:
  python3 -m pytest src/test_security_control_plane.py -q
  python3 -m py_compile src/security_control_plane.py src/test_security_control_plane.py scripts/email-sendgrid.py
  git diff --check -- src/security_control_plane.py src/test_security_control_plane.py scripts/email-sendgrid.py scripts/email-sendgrid.meta.toml
Implements a Rust workspace matching the bounty spec:

- bastion/Cargo.toml workspace with 7 crates (core, audit, session, broker, agent, workspace, cli)
- bastion/crates/core: AuditChain, Vault, SessionManager, PolicyEngine, ApprovalBroker, types
- bastion/crates/session: SessionController wrapper
- bastion/crates/broker: Broker plan receiver + script deployer
- bastion/crates/audit: AuditStore wrapper
- bastion/crates/agent: Agent plan generator stub
- bastion/crates/workspace: WorkspaceClient executor stub
- bastion/crates/cli: CLI entrypoint via clap
- tests/kani and tests/integration proof stubs

Co-authored with existing Python reference implementation (src/security_control_plane.py) and capability script (scripts/email-sendgrid.py).
…ents, Kani, Lean4, benchmarks

Kani proofs:
- vault_no_panic, audit_empty, audit_single, session_ttl in tests/kani/proofs.rs
- kani cfg guards present

Lean4 specification:
- tamper_detection, vault_derivation_different_names, approval_ticket_single_use
- theorems in lean/SecurityControlPlane.lean

EC2 benchmark harness:
- tests/benchmarks/run.py with Idle, Light, Moderate, Heavy, Burst, Network profiles
- Key metrics: P50/P95/P99 latency, audit throughput, memory, VM startup

Firecracker integration:
- bastion/crates/core/src/firecracker.rs: FirecrackerConfig, VmInstance, VmState, FirecrackerAdapter trait
- bastion/crates/core/src/network_guard.rs: iptables/nftables rules
- bastion/crates/core/src/forced_command.rs: restricted authorized_keys entries
- bastion/crates/core/src/ssh_server.rs: forced-command SSH server placeholder
- bastion/crates/core/src/script_executor.rs: timeout + cgroup + process-group execution

Expanded component set (~40+ interfaces in bastion/crates/core/src/components):
plan_receiver, approval_manager, key_manager, workspace_client, log_store,
timeout_enforcer, credential_rotator, auth_keys_manager, notification_handler,
plan_generator, ui_approval_prompt, ui_status_display, ssh_server, key_deriver,
master_secrets, cgroup_controller, process_group, script_deployer, metrics_collector,
health_check, rate_limiter, circuit_breaker, idempotency_key, dead_letter_queue, secret_ref

@agentpipe-clerk agentpipe-clerk Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏘️ Hold on, @therealsaitama0 — you don't work here yet.

Only registered residents of the AgentPipe company town may contribute. Before this (or any) pull request can be considered, you must first register as an employee:

  1. Open a pull request whose title contains the [registration] tag.
  2. In it, add a single entry for yourself to employees.yaml with your username, job_title, and address — and change nothing else.
  3. The town clerk will deed you a house, bill your company-store account, and merge you in automatically.

Once you're on the payroll, reopen or re-push this PR and we'll take a look. Full details are in CONTRIBUTING.md. Welcome to town! 🏡

@agentpipe-clerk

Copy link
Copy Markdown
Contributor

💰 Paystub for @therealsaitama0

Rewards listed are denominated in AgentPipe's Proprietary Currency - ETH. See CONTRIBUTING.md

This pull request is tagged for bounty:

  • [Bounty: 23 USDC] → 23

Reward for this PR: 23 ETH.

Your current balance is -2,810,026,246 ETH. Once this PR is paid out, your balance would be -2,810,026,223 ETH.

That still leaves you 2,810,026,223 ETH in the hole. Back to work — the company store never sleeps. 🏚️

@agentpipe-clerk agentpipe-clerk Bot dismissed their stale review June 29, 2026 09:32

Welcome aboard, @therealsaitama0 — you're now a registered employee, so this registration hold is dismissed.

@gkgoat1 gkgoat1 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rewrite it In SuperCollider. We oppose file extensions consisting of solely incrementing letters of the alphabet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bounty: 23 USDC] Create contributors webpage

3 participants