Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
pixel-agents
Real-time pixel art ops dashboard for OpenClaw deployments. Visualizes agent activity as character sprites in a shared office with live activity bubbles, hardware monitoring, service controls, and task spawning.
Pixel Agents Dashboard 是 OpenClaw 的合法监控工具,用于可视化 agent 活动。代码审查未发现恶意行为、凭证收割、隐蔽通信或未声明的高危操作。
Safe to install
可用。该项目安全风险极低,建议信任使用。
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Low | shell:WRITE 超出声明范围 Priv Escalation | setup.sh:177, server/hardware.ts:42, server/services.ts:43 |
| Low | 配置支持远程机器 SSH 访问 Sensitive Access | dashboard.config.example.json, server/hardware.ts:97, server/services.ts:43 |
| Info | systemd --user 服务控制 Priv Escalation | server/services.ts:43 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | setup.sh:67 configLoader.ts:180 读取配置文件和 session 文件 |
| Network | READ | READ | ✓ Aligned | server/index.ts 使用 Express/WebSocket 本地通信 |
| Shell | NONE | WRITE | ✗ Violation | setup.sh:177 npm install/build; hardware.ts:42 nvidia-smi; services.ts:43 system… |
| Environment | NONE | READ | ✗ Violation | configLoader.ts:45 expandEnvVars 读取 ${OPENCLAW_GATEWAY_TOKEN} 等 |
10 findings
Medium External URL 外部 URL
https://openclaw.ai README.md:3 Medium External URL 外部 URL
https://opencollective.com/babel package-lock.json:91 Medium External URL 外部 URL
https://opencollective.com/express package-lock.json:1425 Medium External URL 外部 URL
https://opencollective.com/browserslist package-lock.json:1436 Medium External URL 外部 URL
https://tidelift.com/funding/github/npm/browserslist package-lock.json:1440 Medium External URL 外部 URL
https://tidelift.com/funding/github/npm/caniuse-lite package-lock.json:1512 Medium External URL 外部 URL
https://paulmillr.com/funding/ package-lock.json:1563 Medium Wallet Address 加密货币钱包地址
347pnakNevPmiHhNmZ2HbFA76w package-lock.json:2257 Medium External URL 外部 URL
https://opencollective.com/postcss/ package-lock.json:2378 Medium External URL 外部 URL
https://tidelift.com/funding/github/npm/postcss package-lock.json:2382 File Tree
81 files · 701.4 KB · 23240 lines TypeScript 66f · 16453L
JSON 7f · 6129L
Markdown 4f · 294L
Shell 1f · 222L
CSS 1f · 67L
JavaScript 1f · 62L
HTML 1f · 13L
├─
▾
bin
│ └─
pixel-agents.cjs
JavaScript
├─
▾
public
│ └─
▾
assets
│ ├─
ASSET-LICENSE.md
Markdown
│ └─
default-layout.json
JSON
├─
▾
server
│ ├─
assetLoader.ts
TypeScript
│ ├─
config.ts
TypeScript
│ ├─
configLoader.ts
TypeScript
│ ├─
hardware.ts
TypeScript
│ ├─
index.ts
TypeScript
│ ├─
openclawParser.ts
TypeScript
│ ├─
services.ts
TypeScript
│ ├─
sessionWatcher.ts
TypeScript
│ ├─
setupWizard.ts
TypeScript
│ ├─
spawner.ts
TypeScript
│ └─
version.ts
TypeScript
├─
▾
skill
│ ├─
▾
scripts
│ │ └─
setup.sh
Shell
│ └─
SKILL.md
Markdown
├─
▾
src
│ ├─
▾
components
│ │ ├─
ActivityBubble.tsx
TypeScript
│ │ ├─
ActivityTicker.tsx
TypeScript
│ │ ├─
AgentLabels.tsx
TypeScript
│ │ ├─
BottomToolbar.tsx
TypeScript
│ │ ├─
BreakerPanel.tsx
TypeScript
│ │ ├─
ConversationHeat.tsx
TypeScript
│ │ ├─
DayNightCycle.tsx
TypeScript
│ │ ├─
DebugView.tsx
TypeScript
│ │ ├─
FireAlarm.tsx
TypeScript
│ │ ├─
HamRadio.tsx
TypeScript
│ │ ├─
NickDesk.tsx
TypeScript
│ │ ├─
OfficeDoor.tsx
TypeScript
│ │ ├─
ServerRack.tsx
TypeScript
│ │ ├─
SessionInfoPanel.tsx
TypeScript
│ │ ├─
SettingsModal.tsx
TypeScript
│ │ ├─
SpawnButton.tsx
TypeScript
│ │ ├─
SpawnChat.tsx
TypeScript
│ │ └─
ZoomControls.tsx
TypeScript
│ ├─
▾
hooks
│ │ ├─
useEditorActions.ts
TypeScript
│ │ ├─
useEditorKeyboard.ts
TypeScript
│ │ ├─
useExtensionMessages.ts
TypeScript
│ │ ├─
useOpenClawEvents.ts
TypeScript
│ │ └─
useSpawnedSessions.ts
TypeScript
│ ├─
▾
office
│ │ ├─
▾
components
│ │ │ ├─
index.ts
TypeScript
│ │ │ ├─
OfficeCanvas.tsx
TypeScript
│ │ │ └─
ToolOverlay.tsx
TypeScript
│ │ ├─
▾
editor
│ │ │ ├─
editorActions.ts
TypeScript
│ │ │ ├─
editorState.ts
TypeScript
│ │ │ ├─
EditorToolbar.tsx
TypeScript
│ │ │ └─
index.ts
TypeScript
│ │ ├─
▾
engine
│ │ │ ├─
characters.ts
TypeScript
│ │ │ ├─
gameLoop.ts
TypeScript
│ │ │ ├─
index.ts
TypeScript
│ │ │ ├─
matrixEffect.ts
TypeScript
│ │ │ ├─
officeState.ts
TypeScript
│ │ │ └─
renderer.ts
TypeScript
│ │ ├─
▾
layout
│ │ │ ├─
furnitureCatalog.ts
TypeScript
│ │ │ ├─
index.ts
TypeScript
│ │ │ ├─
layoutSerializer.ts
TypeScript
│ │ │ └─
tileMap.ts
TypeScript
│ │ ├─
▾
sprites
│ │ │ ├─
index.ts
TypeScript
│ │ │ ├─
spriteCache.ts
TypeScript
│ │ │ └─
spriteData.ts
TypeScript
│ │ ├─
colorize.ts
TypeScript
│ │ ├─
floorTiles.ts
TypeScript
│ │ ├─
toolUtils.ts
TypeScript
│ │ ├─
types.ts
TypeScript
│ │ └─
wallTiles.ts
TypeScript
│ ├─
apiBase.ts
TypeScript
│ ├─
App.tsx
TypeScript
│ ├─
constants.ts
TypeScript
│ ├─
index.css
CSS
│ ├─
main.tsx
TypeScript
│ ├─
notificationSound.ts
TypeScript
│ └─
vscodeApi.ts
TypeScript
├─
dashboard.config.example.json
JSON
├─
index.html
HTML
├─
package-lock.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
├─
SKILL.md
Markdown
├─
tsconfig.app.json
JSON
├─
tsconfig.json
JSON
├─
tsconfig.node.json
JSON
└─
vite.config.ts
TypeScript
Dependencies 5 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
react | ^19.2.0 | npm | No | 前端框架,无风险 |
express | ^5.1.0 | npm | No | Web 服务器,无风险 |
ws | ^8.18.0 | npm | No | WebSocket,无风险 |
chokidar | ^4.0.0 | npm | No | 文件监控,无风险 |
tsx | ^4.19.0 | npm | No | TypeScript 执行,无风险 |
Security Positives
✓ 代码结构清晰,TypeScript 类型完整
✓ 配置文件支持 ${ENV_VAR} 扩展,敏感信息可存环境变量
✓ 无 Base64 编码、eval()、动态代码执行等可疑模式
✓ 无凭证收割、文件外传、C2 通信等恶意行为
✓ SSH 凭证支持密钥认证(keyPath)优先于密码
✓ 文档与代码行为基本一致