Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Security auditing for git commits, repos, and skills before publishing. Run automatically before any `git commit`, `git push`, or `clawhub publish`. Detects...
Security auditing for git commits, repos, and skills before publishing. Run automatically before any `git commit`, `git push`, or `clawhub publish`. Detects...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Run scripts/audit.py before every commit, push, or skill publish. No exceptions.
TriggerCommandBefore git commitpython3 {skill_dir}/scripts/audit.py --stagedBefore git pushpython3 {skill_dir}/scripts/audit.py --last-commitBefore clawhub publish <path>python3 {skill_dir}/scripts/audit.py <skill_path>Ad-hoc scan any pathpython3 {skill_dir}/scripts/audit.py <path> {skill_dir} = /home/aladdin/.openclaw/workspace/skills/skill-security-audit
0 = clean 1 = HIGH or MEDIUM findings (block publish/push) 2 = usage error
SeverityPattern🔴 HIGHAPI keys, secrets, passwords, JWT tokens, WooCommerce keys, AWS keys, private key blocks, bearer tokens, .env files🟡 MEDIUMAbsolute /home/<user>/ paths, /root/ paths, refresh tokens, node_modules/ committed🔵 LOWHardcoded IPs, long base64 strings
HIGH findings = hard block. Never commit or publish with HIGH findings. Rotate any exposed secret immediately. MEDIUM findings = fix before publish. Replace absolute paths with relative or env-var defaults. Remove node_modules/. LOW findings = review. Not blocking but investigate. False positives: If a match is a variable name or safe placeholder (not an actual value), document why it's safe in a comment and re-run.
Do NOT push the commit. If already pushed: rotate the secret immediately, then rewrite history or delete the file from git. Rotate in the provider portal (TikTok Dev, AWS IAM, WooCommerce, etc.) Move to env var: process.env.SECRET_NAME or read from a local config file outside the repo. Add the config file path to .gitignore. Report to Aladdin immediately with severity and what was exposed.
Before clawhub publish: audit.py <skill_path> returns 0 (clean) node_modules/ not present in skill folder No absolute paths to user home directories No hardcoded business-specific IDs or credentials package.json name matches skill folder name SKILL.md description updated if renamed
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.