Security audit and inspection skill for Clawdbot skills. Use this when you need to check skills for security vulnerabilities before installation, perform regular security audits on installed skills, verify skill description matches actual behavior, scan for prompt injection attempts, check for hardcoded secrets or credentials, verify no malicious intent in skill code or documentation, review file access patterns for potential configuration or secrets exposure, or audit dependencies for known vulnerabilities. This skill provides automated scanning tools and manual security checklists for comprehensive skill security assessment.
$npx -y skills add berabuddies/semia --skill security-check-skillInstalls into the current project.
Run `npx skills use "https://github.com/berabuddies/semia" --skill "berabuddies/semia/security-check-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/berabuddies/semia" that are relevant to the current task. Run `npx skills add "https://github.com/berabuddies/semia"` and select the relevant skills, then follow their instructions.