Security

Security scanning and vulnerability detection

Showing 1585-1608 of 2236 skills
famaoai-creator

mcp-aws-knowledge-connector

by famaoai-creator

status: implemented

Cloud 1 4mo ago
famaoai-creator

quality-scorer

by famaoai-creator

Output JSON path

Code Review 1 4mo ago
famaoai-creator

cloud-waste-hunter

by famaoai-creator

Actively identifies and eliminates unused or over-provisioned cloud resources. Goes beyond estimation to hunt for actual cost savings in live environments.

Cloud 1 5mo ago
famaoai-creator

supply-chain-sentinel

by famaoai-creator

Output path for report

Agents 1 4mo ago
famaoai-creator

security-scanner

by famaoai-creator

Scans the codebase for security risks.

Code Review 1 4mo ago
Nep-Cheat

clawdbot-self-security-audit

by Nep-Cheat

Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities and generate reports. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities do I have". This skill only READS configuration and generates reports—it never modifies settings or executes fixes automatically. Designed to be extensible—new checks can be added by updating this skill's knowledge.

Auth 1 5mo ago
ryanhudson

youtube-transcript

by ryanhudson

This skill should be used when the user provides a YouTube URL and wants to "download transcript", "get captions", "get subtitles", "transcribe video", or extract text content from a YouTube video. Handles manual subtitles, auto-generated captions, and Whisper transcription as fallback.

CLI Tools 7 6mo ago
melodic-software

audit-rules

by melodic-software

Audit Claude Code rule files for quality and compliance. Use when creating or validating .claude/rules/*.md files, or troubleshooting rule loading issues.

Code Review 1 5mo ago
melodic-software

enterprise-security

by melodic-software

Central authority for Claude Code enterprise security. Covers enterprise managed policies (managed-settings.json), settings precedence hierarchy, policy file locations (macOS, Linux, Windows), unoverridable organizational policies, cloud execution security (isolated VMs, network access controls, credential protection), IDE security (VS Code, JetBrains), devcontainer security, and security best practices for teams. Assists with configuring enterprise policies, understanding precedence, and implementing organizational security standards. Delegates 100% to docs-management skill for official documentation.

Database 1 6mo ago
scottymcandrew

security

by scottymcandrew

Security audit specialist. Use before releases, after authentication/authorization changes, when handling sensitive data, or for periodic security reviews of code.

Auth 1 6mo ago
famaoai-creator

slack-communicator-pro

by famaoai-creator

status: implemented

Agents 1 4mo ago
melodic-software

audit-memory

by melodic-software

Audit Claude Code CLAUDE.md memory files for quality, compliance, and organization. Use to validate import syntax, detect circular imports, and check hierarchy compliance.

Code Review 1 5mo ago
sumik5

designing-relational-databases

by sumik5

Guides relational database design from requirements to implementation covering entity modeling, ER diagrams, normalization (1NF-BCNF), optimization, and PostgreSQL-specific implementation (microservices data architecture, ACID transactions, functions/stored procedures, AAA security). Use when designing database schemas, creating ER diagrams, normalizing tables, implementing SQL DDL, or developing PostgreSQL-backed applications. For database internals (storage engines, distributed systems), use understanding-database-internals instead. For SQL antipattern detection and avoidance, use avoiding-sql-antipatterns instead.

Database 1 4mo ago
melodic-software

audit-settings

by melodic-software

Audit Claude Code settings.json files for quality, compliance, and security. Use to validate configuration before deployment or check for exposed secrets.

Code Review 1 5mo ago
dbosk

writing-crypto

by dbosk

Write cryptography prose and notation using the project's bibsp.sty + preamble.tex conventions (acro + biblatex footnote citations and standardized math macros). Use proactively when: (1) writing/editing cryptography sections in .tex files, (2) introducing or using crypto acronyms such as IND-CPA, IND-CCA, AE, MAC, PRF, ZK, and DH, (3) defining schemes/algorithms/variables in math notation, (4) adding citations for security notions or standard primitives, (5) writing security proofs or reductions, (6) user mentions biblatex, crypto notation, or security proof in cryptographic context.

Academic 1 6mo ago
profbernardoj

everclaw

by profbernardoj

Open-source first AI inference — GLM-5 as default, Claude as fallback only. Own your inference forever via the Morpheus decentralized network. Stake MOR tokens, access GLM-5, GLM-4.7 Flash, Kimi K2.5, and 30+ models with persistent inference by recycling staked MOR. Open-source first model router routes all tiers to Morpheus by default — Claude only kicks in as an escape hatch when needed. Includes Morpheus API Gateway bootstrap for zero-config startup, OpenAI-compatible proxy with auto-session management, automatic retry with fresh sessions, OpenAI-compatible error classification to prevent cooldown cascades, multi-key auth rotation v2 with proactive DIEM balance monitoring and reactive 402 watchdog, Gateway Guardian v5 with direct curl inference probes (eliminates Signal spam), proactive Venice DIEM credit monitoring, circuit breaker for stuck sub-agents, nuclear self-healing restart, always-on proxy-router with launchd auto-restart, smart session archiver, three-shift cyclic execution engine (v2 with 15-minute execution loops), 24/7 always-on power configuration for macOS, bundled security skills, zero-dependency wallet management via macOS Keychain, x402 payment client for agent-to-agent USDC payments, ERC-8004 agent registry reader for discovering trustless agents on Base, and hardware-aware local Ollama fallback with auto model selection (Qwen3.5 family, 1.5B–72B based on available RAM/GPU).

Automation 1 4mo ago
famaoai-creator

stakeholder-communicator

by famaoai-creator

Output file path

Database 1 4mo ago
melodic-software

audit-output-styles

by melodic-software

Audit Claude Code output styles for quality, compliance, and usability. Use when creating custom styles or validating existing ones.

Code Review 1 5mo ago
PrakharMNNIT

constellation-team

by PrakharMNNIT

Coordinate a cross-functional star-team workflow (Product Manager, Principal Engineer, Backend, Frontend, QA/Security, DevOps) with mandatory architecture and code-review checkpoints. Use when a request needs end-to-end product delivery, multi-role collaboration, or explicit role-based outputs (PM/PE/Backend/Frontend/QA/DevOps), or when the user asks for "star team", "cross-functional", "full lifecycle", or "multi-role" planning.

Code Review 1 5mo ago
melodic-software

audit-docs-delegation

by melodic-software

Audit skills and memory files for docs-management delegation compliance. Detects hardcoded Claude Code data and verifies proper delegation patterns.

Code Review 1 5mo ago
famaoai-creator

strategic-roadmap-planner

by famaoai-creator

Output file path

Code Gen 1 4mo ago
sumik5

avoiding-sql-antipatterns

by sumik5

Identifies and prevents common SQL database design mistakes across logical design, physical design, query construction, and application development. Use when designing database schemas, writing SQL queries, reviewing data models, or implementing database-backed features. Covers 25 named antipatterns with detection signals, solutions, and exception cases. For code-level security (input validation, XSS, OWASP), use securing-code instead. For database model selection and data architecture decisions, use understanding-database-internals instead. For positive relational database design methodology (entity modeling, normalization process), use designing-relational-databases instead.

Database 1 5mo ago
famaoai-creator

ai-ethics-auditor

by famaoai-creator

status: implemented

Code Review 1 4mo ago
famaoai-creator

executive-reporting-maestro

by famaoai-creator

Output file path (JSON or .md)

Analytics 1 4mo ago