← Back to Skills Marketplace
gitgoodordietrying

Security Audit Toolkit

by gitgoodordietrying · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
14906
Downloads
25
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install security-audit-toolkit
Description
Audit codebases and infrastructure for security issues. Use when scanning dependencies for vulnerabilities, detecting hardcoded secrets, checking OWASP top 10 issues, verifying SSL/TLS, auditing file permissions, or reviewing code for injection and auth flaws.
Usage Guidance
Install this for workspaces you are comfortable auditing. Treat detected secrets as sensitive, rotate any real credentials found, review dependency auto-fix diffs before committing, and only add the pre-commit hook if you want local commit blocking; avoid using --no-verify unless you have a reviewed exception.
Capability Analysis
Type: OpenClaw Skill Name: security-audit-toolkit Version: 1.0.0 The OpenClaw AgentSkills bundle 'security-audit-toolkit' is classified as benign. All commands and scripts provided in SKILL.md, including the comprehensive `security-audit.sh` script, are directly aligned with the stated purpose of performing security audits. The skill utilizes standard security tools and practices (e.g., `npm audit`, `pip-audit`, `grep` for secrets, `openssl` for TLS checks, `find` for permissions) to identify vulnerabilities within a project. There is no evidence of intentional harmful behavior such as data exfiltration to unauthorized external endpoints, malicious execution of remote payloads, persistence mechanisms, or prompt injection attempts against the agent to subvert its intended function. The commands that access sensitive areas (like `~/.ssh`) are for auditing permissions, not for exfiltrating data, and network calls use placeholder domains like `example.com`.
Capability Assessment
Purpose & Capability
The commands align with the stated purpose of auditing dependencies, secrets, OWASP patterns, TLS, and permissions; the main sensitivity is that scans may display real credentials or local security details.
Instruction Scope
Instructions are user-run examples rather than automatic execution. Some commands can modify dependency files, and the pre-commit hook example mentions git commit --no-verify as an override, which is disclosed but weakens that local control.
Install Mechanism
The artifact is a non-executable SKILL.md with no install hook, but it recommends installing or invoking third-party security tools through npm, pip, Go, Cargo, and Trivy.
Credentials
Project-wide greps, git-history scans, TLS checks, permission audits, and SSH permission listing are proportionate for a security-audit tool, though they may expose sensitive local findings in terminal output.
Persistence & Privilege
No automatic persistence or privilege escalation is present. The only persistent component is an optional, user-installed git pre-commit hook for secret blocking.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install security-audit-toolkit
  3. After installation, invoke the skill by name or use /security-audit-toolkit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Dependency scanning, secret detection, OWASP code patterns, SSL/TLS verification, file permissions, pre-commit hooks, full audit script
Metadata
Slug security-audit-toolkit
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Security Audit Toolkit?

Audit codebases and infrastructure for security issues. Use when scanning dependencies for vulnerabilities, detecting hardcoded secrets, checking OWASP top 10 issues, verifying SSL/TLS, auditing file permissions, or reviewing code for injection and auth flaws. It is an AI Agent Skill for Claude Code / OpenClaw, with 14906 downloads so far.

How do I install Security Audit Toolkit?

Run "/install security-audit-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Security Audit Toolkit free?

Yes, Security Audit Toolkit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Security Audit Toolkit support?

Security Audit Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Security Audit Toolkit?

It is built and maintained by gitgoodordietrying (@gitgoodordietrying); the current version is v1.0.0.

💬 Comments