trent-openclaw-security-assessment

(β˜… 23)

Free security assessment for your OpenClaw 🦞 environment. Scans gateway config, tool permissions, MCP servers, plugins, and chained attack paths.

파일 탐색기

  • .gitignore
  • CONTRIBUTING.md
  • DEVELOPMENT.md
  • LICENSE
  • llms-install.md
  • NOTICE
  • pyproject.toml
  • README.md
  • SKILL.md

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

openclaw gateway

μ„€λͺ… 보기 β–Ό

Start the OpenClaw gateway server (control plane).

openclaw gateway --allow-unconfigured

Start the gateway on the default port (18789):

openclaw gateway --allow-unconfigured --port {{18789}}

Start the gateway on a specific port:

openclaw gateway --allow-unconfigured --verbose

Start the gateway with verbose logging:

πŸ”

openclaw

μ„€λͺ… 보기 β–Ό

개인 κΈ°κΈ°μ—μ„œ μ‹€ν–‰λ˜λŠ” 개인 AI μ–΄μ‹œμŠ€ν„΄νŠΈ.
`onboard`, `agent`, `doctor`와 같은 일뢀 ν•˜μœ„ λͺ…λ Ήμ–΄λŠ” λ³„λ„μ˜ μ‚¬μš©λ²• λ¬Έμ„œλ₯Ό 가짐.
κ΄€λ ¨ ν•­λͺ©: `zeroclaw`.
더 λ§Žμ€ 정보: <https://docs.openclaw.ai/cli>.

openclaw onboard --install-daemon

κ²Œμ΄νŠΈμ›¨μ΄ 및 채널 섀정을 μœ„ν•œ μ˜¨λ³΄λ”© μ‹€ν–‰:

openclaw gateway --allow-unconfigured --port {{18789}} --verbose

κ²Œμ΄νŠΈμ›¨μ΄ μ„œλ²„ μ‹œμž‘:

openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"

μ—°λ½μ²˜μ— λ©”μ‹œμ§€ 전솑:

πŸ”

unset

μ„€λͺ… 보기 β–Ό

μ…Έ λ³€μˆ˜ λ˜λŠ” ν•¨μˆ˜λ₯Ό 제거.
더 λ§Žμ€ 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-unset>.

unset {{variable}}

λ³€μˆ˜ `foo`λ₯Ό μ œκ±°ν•˜κ±°λ‚˜, λ³€μˆ˜κ°€ μ‘΄μž¬ν•˜μ§€ μ•Šμ„ 경우 ν•¨μˆ˜ `foo`λ₯Ό 제거:

unset -v {{variable1 variable2 ...}}

λ³€μˆ˜ `foo`와 `bar` 제거:

unset -f {{function_name1 function_name2}}

ν•¨μˆ˜ `my_func` 제거:

// repository documentation