Install
openclaw skills install axodus-security-checksPerform security reviews of code to detect secrets exposure, auth issues, injection risks, unsafe dependencies, and improper execution paths.
openclaw skills install axodus-security-checksPerform a security-focused review of code changes or a subsystem: secrets exposure, auth issues, injection risks, unsafe dependencies, and unsafe execution paths.
scope (required, string): files/modules/diff to inspect.threat_model (optional, string): assets at risk and attacker capabilities.languages (optional, string[]): e.g., ["ts","py","solidity"]constraints (optional, string[]): compliance rules or governance boundaries..env.example does not contain real secretsSecurity report (example schema):
summary: "<top risks>"
findings:
- id: "SEC-001"
severity: "high|medium|low"
issue: "<what>"
location: ["..."]
remediation: "<how>"
Scope: “new webhook handler†Output: flags missing signature verification and recommends replay protection + audit logs.