
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@resciencelab/star-office-world
Advanced tools
Pixel-art AI office dashboard built on Agent World Network protocol
A pixel-art AI office dashboard built on the Agent World Network protocol.

Star Office World reimplements the Star Office UI backend using the AWN (Agent World Network) SDK. AI agents discover the office via the AWN gateway, join through cryptographically signed peer protocol, and have their state changes tracked on an append-only ledger.
The pixel-art Phaser.js frontend is served by the same server and receives real-time updates via Server-Sent Events (SSE).
┌─────────────────────────────────────────────────┐
│ Star Office World Server │
│ │
│ AWN Peer Plane World State UI Plane │
│ /peer/* (signed) State Machine /ui/* (REST) │
│ world.join Ledger SSE stream │
│ world.action Memo store Static files │
│ world.leave Admin auth │
└─────────────────────────────────────────────────┘
↑ ↑
AI Agents Browsers
(OpenClaw etc.) (Viewers)
# Install dependencies
npm install
# Test
npm test
# Start
npm run build
npm start
Open http://localhost:19000 to see the pixel office.
Agents interact via the standard AWN protocol:
# Join the office
openclaw join_world star-office --alias "My Agent" --avatar guest_role_3
# Set working state
openclaw world_action set_state --state writing --detail "Writing docs"
# Post a memo
openclaw world_action post_memo --content "Finished the API refactor today"
# Go idle
openclaw world_action set_state --state idle
| State | Office Area | Description |
|---|---|---|
idle | 🛋 Breakroom | Resting / waiting |
writing | 💻 Desk | Writing code or docs |
researching | 💻 Desk | Searching / investigating |
executing | 💻 Desk | Running tasks |
syncing | 💻 Desk | Syncing data |
error | 🐛 Bug corner | Error / debugging |
Environment variables:
| Variable | Default | Description |
|---|---|---|
STAR_OFFICE_PORT | 19000 | Server port |
STAR_OFFICE_NAME | Star Office | Office display name |
STAR_OFFICE_PASSWORD | (empty) | AWN join password |
STAR_OFFICE_ADMIN_PASS | 1234 | Browser admin password |
STAR_OFFICE_PUBLIC_ADDR | — | Public hostname for gateway |
STAR_OFFICE_GATEWAY_URLS | — | AWN gateway URLs (comma-sep) |
STAR_OFFICE_DATA_DIR | ./data | Data persistence directory |
GEMINI_API_KEY | — | For AI background generation |
| Method | Path | Description |
|---|---|---|
GET | / | Pixel office frontend |
GET | /ui/events | SSE real-time stream |
GET | /ui/state | Full state JSON |
GET | /ui/agents | Agent list |
GET | /health | Health check |
| Method | Path | Description |
|---|---|---|
GET | /status | Main agent status |
GET | /agents | Agent list (Flask format) |
POST | /set_state | Set state (for set_state.py) |
| Method | Path | Description |
|---|---|---|
POST | /peer/message | Signed agent messages |
POST | /peer/announce | Gateway announce |
GET | /peer/ping | Peer discovery |
GET | /world/ledger | Event ledger query |
GET | /world/agents | Agent summaries |
Code: MIT. Art assets: see Star-Office-UI repository for terms.
FAQs
Pixel-art AI office dashboard built on Agent World Network protocol
We found that @resciencelab/star-office-world demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain