Omar Santos
Community@santosomar · United States
Cybersecurity nerd with a passion on advanced attacks, vulnerability management, threat intelligence, and AI security research.
Agent Skills by Omar Santos
Showing 92 vetted skills indexed across 1 GitHub repositories.
config-consistency-checker
Compare key-value pairs across configuration files and deployment manifests to detect drift.
rollback-strategy-advisor
Analyze deploy changes to recommend revert, roll-forward, feature-flag kill, or data repair.
ci-pipeline-synthesizer
Generate CI pipeline configurations for GitHub Actions and GitLab CI.
build-ci-migration-assistant
Translate build and CI pipeline logic between Jenkins, GitHub Actions, GitLab CI, and Bazel.
cd-pipeline-generator
Generate CD pipelines with environment promotion, approval gates, and rollback triggers.
containerization-assistant
Generate hardened multi-stage Dockerfiles and .dockerignore files with stack detection.
configuration-generator
Generate idiomatic configuration files for applications, logging, linters, and databases.
change-log-generator
Generate a structured CHANGELOG.md from Git commit history.
release-notes-writer
Transform changelogs or commit ranges into user-friendly release notes with highlights and upgrade guidance.
static-vulnerability-detector
Scan source code for security vulnerabilities using Project CodeGuard rules.
patch-advisor
Recommends code changes for vulnerabilities by mapping CWEs to Project CodeGuard rules and fix patterns.
vulnerability-pattern-matcher
Detects banned C/C++ functions, weak crypto, and other dangerous patterns in code.
taint-instrumentation-assistant
Configure taint tracking sources, sinks, and sanitizers for CodeQL or Semgrep.
bug-localization
Localize the exact file, function, or line introducing a bug from stack traces, tests, logs, and reports.
bug-reproduction-test-generator
Generate minimal reproducible test cases from bug reports and stack traces.
test-guided-bug-detector
Analyze failing test results to localize and identify software bugs.
bug-to-patch-generator
Classify software faults and synthesize minimal code patches from failing tests.
static-bug-detector
Detect null dereferences, type mismatches, and control flow bugs via static analysis.
regression-root-cause-analyzer
Bisect Git commit history to identify the root cause of software regressions.
semantic-bug-detector
Detect logical and semantic bugs in Python code by analyzing program intent.
counterexample-debugger
Decode and compress counterexample traces from model checkers into actionable narratives.
szz-bug-identifier
Apply the SZZ algorithm to Git history to identify bug-introducing commits.
semantic-szz-analyzer
Identify bug-introducing commits by extending classic SZZ with semantic code analysis.
runtime-error-explainer
Translate runtime error messages and stack traces into root-cause explanations with fixes.