スキル bambu-labs 監査履歴
📦

監査履歴

bambu-labs - 1 監査

2026年9月8日 12:31

The static results are false positives caused by Markdown syntax, documented private-network examples, and constrained local file or command handling. Two high-severity design risks remain: TLS peer verification is disabled by default, and printer access codes are written to plaintext configuration without restrictive permissions. No prompt injection, obfuscation, or malicious data-exfiltration intent was found.

7
スキャンされたファイル
2,342
解析済み行数
6
レビュー項目
0
誤検知を無視

確認済みのセキュリティ上の懸念 (2)

高
Printer TLS Authentication Disabled by Default
FTPS, MQTT, and serial-discovery connections disable certificate verification unless users opt in. A local network attacker could impersonate the printer, capture its access code, or alter control traffic.
The code explicitly sets CERT_NONE and disables hostname checks before authenticating with the printer access code. This behavior occurs on every main TLS workflow by default.
高
Printer Access Code Stored Without Restricted Permissions
The configuration writer stores the printer access code as plaintext using default file permissions. Other local users or accidental repository inclusion could expose a credential that permits printer control.
The access code is assigned directly into the JSON object and write_text creates the file under the process umask. No chmod, secure secret store, or enforced ignore rule protects it.

リスク要因

🌐 ネットワークアクセス (11)
⚙️ 外部コマンド (50)
📁 ファイルシステムへのアクセス (13)
🔑 環境変数 (2)
監査者: codex