trent-openclaw-security-assessment
Free security assessment for your OpenClaw π¦ environment. Scans gateway config, tool permissions, MCP servers, plugins, and chained attack paths.
νμΌ νμκΈ°
- dependabot-automerge.yml
- dependabot-sweeper.yml
- lint.yml
- test.yml
- dependabot.yml
- __init__.py
- audit_prompt.py
- package_skills.py
- prompts.py
- system_analyzer.py
- trent_client.py
- upload_skills.py
- __init__.py
- collector.py
- secret_redactor.py
- __init__.py
- __init__.py
- test_collector.py
- test_package_skills.py
- test_secret_redactor.py
- test_trent_client.py
- .gitignore
- CONTRIBUTING.md
- DEVELOPMENT.md
- LICENSE
- llms-install.md
- NOTICE
- pyproject.toml
- README.md
- SKILL.md
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
openclaw gateway
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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` μ κ±°:
