trent-openclaw-security-assessment
Free security assessment for your OpenClaw π¦ environment. Scans gateway config, tool permissions, MCP servers, plugins, and chained attack paths.
File Explorer
- 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
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
openclaw gateway
View Details βΌ
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
View Details βΌ
openclaw
A personal AI assistant that you run on your own devices.
Some subcommands such as `onboard`, `agent`, `doctor`, etc. have their own usage documentation.
See also: `zeroclaw`.
openclaw onboard --install-daemon
Run the onboarding wizard to set up the gateway and channels:
openclaw gateway --allow-unconfigured --port {{18789}} --verbose
Start the gateway server:
openclaw message send {{[-t|--target]}} {{+1234567890}} {{[-m|--message]}} "{{Hello}}"
Send a message to a contact:
unset
View Details βΌ
unset
Remove shell variables or functions.
unset {{variable}}
Remove variable, or if the variable doesn't exist, remove the function of the same name:
unset -v {{variable1 variable2 ...}}
Remove variables:
unset -f {{function_name1 function_name2}}
Remove the function:
