Omar Santos avatar

Omar Santos

Community

@santosomar · United States

2,516Followers
|
289Public Repos
|
92Published Skills

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.

santosomarsantosomar
1

config-consistency-checker

Compare key-value pairs across configuration files and deployment manifests to detect drift.

Community
Advanced
santosomarsantosomar
1

rollback-strategy-advisor

Analyze deploy changes to recommend revert, roll-forward, feature-flag kill, or data repair.

Community
Intermediate
santosomarsantosomar
1

ci-pipeline-synthesizer

Generate CI pipeline configurations for GitHub Actions and GitLab CI.

Community
Intermediate
santosomarsantosomar
1

build-ci-migration-assistant

Translate build and CI pipeline logic between Jenkins, GitHub Actions, GitLab CI, and Bazel.

Community
Advanced
santosomarsantosomar
1

cd-pipeline-generator

Generate CD pipelines with environment promotion, approval gates, and rollback triggers.

Community
Advanced
santosomarsantosomar
1

containerization-assistant

Generate hardened multi-stage Dockerfiles and .dockerignore files with stack detection.

Community
Advanced
santosomarsantosomar
1

configuration-generator

Generate idiomatic configuration files for applications, logging, linters, and databases.

Community
Intermediate
santosomarsantosomar
1

change-log-generator

Generate a structured CHANGELOG.md from Git commit history.

Community
Intermediate
santosomarsantosomar
1

release-notes-writer

Transform changelogs or commit ranges into user-friendly release notes with highlights and upgrade guidance.

Community
Intermediate
santosomarsantosomar
1

static-vulnerability-detector

Scan source code for security vulnerabilities using Project CodeGuard rules.

Community
Intermediate
santosomarsantosomar
1

patch-advisor

Recommends code changes for vulnerabilities by mapping CWEs to Project CodeGuard rules and fix patterns.

Community
Intermediate
santosomarsantosomar
1

vulnerability-pattern-matcher

Detects banned C/C++ functions, weak crypto, and other dangerous patterns in code.

Community
Intermediate
santosomarsantosomar
1

taint-instrumentation-assistant

Configure taint tracking sources, sinks, and sanitizers for CodeQL or Semgrep.

Community
Intermediate
santosomarsantosomar
1

bug-localization

Localize the exact file, function, or line introducing a bug from stack traces, tests, logs, and reports.

Community
Advanced
santosomarsantosomar
1

bug-reproduction-test-generator

Generate minimal reproducible test cases from bug reports and stack traces.

Community
Intermediate
santosomarsantosomar
1

test-guided-bug-detector

Analyze failing test results to localize and identify software bugs.

Community
Advanced
santosomarsantosomar
1

bug-to-patch-generator

Classify software faults and synthesize minimal code patches from failing tests.

Community
Advanced
santosomarsantosomar
1

static-bug-detector

Detect null dereferences, type mismatches, and control flow bugs via static analysis.

Community
Intermediate
santosomarsantosomar
1

regression-root-cause-analyzer

Bisect Git commit history to identify the root cause of software regressions.

Community
Advanced
santosomarsantosomar
1

semantic-bug-detector

Detect logical and semantic bugs in Python code by analyzing program intent.

Community
Intermediate
santosomarsantosomar
1

counterexample-debugger

Decode and compress counterexample traces from model checkers into actionable narratives.

Community
Intermediate
santosomarsantosomar
1

szz-bug-identifier

Apply the SZZ algorithm to Git history to identify bug-introducing commits.

Community
Intermediate
santosomarsantosomar
1

semantic-szz-analyzer

Identify bug-introducing commits by extending classic SZZ with semantic code analysis.

Community
Advanced
santosomarsantosomar
1

runtime-error-explainer

Translate runtime error messages and stack traces into root-cause explanations with fixes.

Community
Intermediate