skills
Offline security audits for code, dependencies, CI/CD, and infrastructure
All Skills in This Repository (13)
Pure Emerald Level Indicatorsskill-security
Audit AI skills for safety using deterministic scanning and contract checks.
authz-security
Identify missing authorization checks in routes, controllers, resolvers, and data models.
repo-security-posture
Inventory GitHub repository security posture across branch protection, actions, and access controls.
security-disclosure-triage
Evaluate security advisories against repository checkouts and assign severity.
supply-chain-security
Analyze manifests, lockfiles, and install scripts to flag supply-chain risks.
crypto-secrets
Scan application code and configuration for cryptography and secrets hygiene issues.
pr-github-ops
Post Superagent PR security scan findings as inline GitHub review comments via gh CLI.
redteam-autoresearch
Generate labeled adversarial prompts and responses for guardrail training data.
ci-cd-security
Identify security weaknesses in GitHub Actions workflow YAML files.
hacker
Orchestrate authorized offensive security engagements with phase gates and role subagents.
vulnerability-triage
Analyze vulnerability reports against project intent and produce a structured triage report.
recon-security
Coordinate and execute authorized external penetration tests from reconnaissance to reporting using free, open-source tools and structured evidence management.
Frequently Asked Questions
FAQPage SchemaHow to install superagent-ai/skills?โผ
Run `npx skills add superagent-ai/skills --all -g -y` in your terminal to install all security skills globally.
How to check if an AI skill is safe to install?โผ
Use the skill-security skill, which runs an offline scanner plus a semantic review to catch prompt injection, credential theft, and hidden malicious code before you install anything.
Can it find broken access control in my code?โผ
Yes. The authz-security skill reads your routes and controllers offline and flags IDOR, BOLA, and mass-assignment bugs with framework-correct fixes.
Does it work without cloud credentials or running apps?โผ
Yes. Every audit is read-only against files on disk, so no credentials, deployments, or external services are required.
Can I use these skills without security expertise?โผ
Yes. Each finding comes with a plain-language severity, an explanation of the risk, and a concrete corrected code snippet you can apply directly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core