Skip to content
View elliotsecops's full-sized avatar
🧱
Building
🧱
Building

Block or report elliotsecops

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
elliotsecops/README.md

Gabriel Palacios - Alias: Elliot

Security Engineer · Fintech Founder · Web3 Security Researcher · DevSecOps

I build secure financial infrastructure for LATAM and research security across Web3, cloud, and containerized systems. Currently solo-founding a neobank handling real funds across 7 blockchains (EVM, Solana, and Stellar), while also building private-beta infrastructure for vulnerability intake, triage, and responsible disclosure.

📫 elliotsecops@protonmail.com
🐦 Twitter — 5,300+ engineers, founders, and security folks


Currently Building: Financial & Web3 Security Infrastructure

I'm the solo technical founder of a LATAM neobank in pre-launch beta (~95%). The system is designed to process real funds across 7 blockchains. I architected it secure-by-design from day one, which meant finding and fixing 31+ vulnerabilities before a single user touched the platform.

I'm also building a private-beta Web3 security workflow focused on vulnerability intake, triage, duplicate handling, and responsible disclosure for protocols and researchers.

Both projects are driven by the same question: how do you build systems that can safely manage trust, money, and security at scale?

What that means in practice:

Beyond Financial Infrastructure

Beyond building financial infrastructure, I actively research vulnerabilities across DeFi, staking, vault, lending, and protocol accounting systems.

My work includes analyzing Solidity and Rust codebases across EVM, Solana, and Substrate ecosystems, with a focus on:

  • Protocol accounting and state desynchronization
  • Vault inflation and share-price manipulation
  • Liquidation and margin edge cases
  • Oracle and pricing assumptions
  • Staking and validator reward mechanisms
  • Access-control failures and privilege boundaries
  • Token issuance and redemption logic
  • Economic exploits and fund-loss scenarios
  • Cross-contract and integration risk

My research has involved protocol reviews and vulnerability disclosures across Ethereum, Arbitrum, Solana, BNB Chain, and Polkadot ecosystems, including lending markets, liquid staking protocols, vault architectures, yield-generating infrastructure, validator systems, and protocol accounting layers.

Real funds, real risk. The Neobank in development codebase handles deposit attribution, withdrawal validation, and balance reconciliation across multiple chains. Every transaction path has been threat-modeled before writing the first endpoint.

  • 7 blockchain integrations. Each with its own key management model, transaction finality guarantees, and reconciliation logic.
  • Zero room for "good enough" security. When you're the only technical person and the treasury is live, security isn't a checklist. It's survival.

Security vulnerabilities I've identified and remediated (31+ to date):

Category What I Found What I Built
Authentication JWT token/algorithm confusion attacks Hardened token validation with explicit algorithm enforcement and key rotation
Authorization IDOR vulnerabilities in financial endpoints Resource-level access controls with user-scoped validation on every balance operation
Cryptographic Key Management Weak key derivation, lack of rotation strategy HD wallet architecture with zero-trust key rotation and hardware wallet custody integration
Deposit Attribution Race conditions that could credit treasury funds to wrong users Database-level guards with atomic balance updates and deposit reconciliation locks
Financial Integrity Potential for balance drift without audit trail Double-entry journaling system with forensic reconciliation and automated balance correction
Operational Security Silent failures in critical paths Fail-closed architecture: no observability means no operation. Every critical flow has telemetry, alerting, and circuit breakers

Security philosophy from the trenches:

> "Fail-closed. If I can't see it, it doesn't run. If I can't verify it, it doesn't ship."

This isn't theoretical. I've done incident response on live financial systems — forensic deposit reconciliation, balance correction with double-entry journaling, and root-cause analysis under the pressure of real user funds at risk.


What I Do For Other Startups

Building financial infrastructure and analyzing production Web3 protocols taught me something most security consultants don't understand: security that slows down shipping is security that gets bypassed.

I work with startups building systems where security failures have real consequences — financial infrastructure, Web3 protocols, cloud-native applications, and platforms handling sensitive data or critical operations.

I don't deliver PDF audits that sit in a drawer. I help teams identify architectural risks, improve security posture, and implement controls that survive contact with production.

I help with:

  • Cloud Security & Architecture: AWS/GCP hardening, IAM design, network segmentation, infrastructure reviews, and operational resilience
  • DevSecOps & Platform Engineering: Secure CI/CD pipelines, container security, Kubernetes security, secrets management, and deployment workflows
  • Application Security: Authentication, authorization, API security, dependency risk, threat modeling, and secure system design
  • Web3 Security Research: Protocol reviews, smart contract risk analysis, protocol accounting, staking systems, vaults, lending markets, and vulnerability disclosure workflows
  • Operational Security: Monitoring, incident response readiness, observability, and security automation

The difference: I've been the founder responsible for protecting real funds, handling incident response, and making security decisions under operational pressure. I understand both the engineering reality and the security requirements of systems that cannot afford to fail.


Certifications & Credentials

Formal training that backs the hands-on work:

Certification Issuer Date What It Covers
Google Cloud Computing Foundations Certificate Google Cloud Apr 2024 Core GCP infrastructure, IAM, networking, security fundamentals
Build a Secure Google Cloud Network Google Cloud Apr 2024 VPC design, firewall rules, load balancing, secure network architecture
Ethical Hacker Cisco Networking Academy Jan 2024 Penetration testing methodology, vulnerability exploitation, defensive countermeasures
Junior Cybersecurity Analyst Career Path Cisco May 2023 SOC operations, threat intelligence, incident response, security monitoring
Network Defense Cisco Apr 2023 Perimeter security, intrusion detection/prevention, firewall architecture
Cyber Threat Management Cisco May 2023 Threat landscape analysis, vulnerability management, risk assessment
Network Support and Security Cisco May 2023 Enterprise network troubleshooting with integrated security controls

View all verified badges on Credly

Currently pursuing: GCP Security - Specialty


Featured Projects

Tools I build, use in my fintech, and maintain in the open.

Go · React · Docker · Prometheus

Automated API security testing platform with web GUI. Built after finding auth bypass and injection vulnerabilities in my own fintech's endpoints during internal review.

  • SQL/NoSQL injection, XSS, auth bypass, and parameter tampering detection
  • OpenAPI/Swagger spec import for auto-generated test targets
  • Multi-format reporting (JSON, HTML, CSV) with risk scoring
  • React dashboard for real-time monitoring and historical comparison

Go

Lightweight container security scanner for CI/CD pipelines. I use this to gate deployments in my own infrastructure before images hit production.

  • Root user detection, exposed ports, missing resource limits
  • Hardcoded secrets scanning in container environment variables
  • Image integrity validation
  • Structured JSON output for pipeline automation

Ansible · Bash · Wazuh

Linux hardening framework. The baseline I deploy on every server that touches my fintech's infrastructure.

  • Automated updates, UFW firewall, SSH hardening (no root, key-only)
  • Password policy enforcement (12+ chars, 4 character classes)
  • Wazuh SIEM agent for file integrity monitoring and rootkit detection
  • CIS Benchmark-aligned configurations
  • Single-server (Bash) or fleet-wide (Ansible) deployment

Python · Tor · SSH · SOCKS

Anonymous SSH tunneling through Tor with multi-hop proxies. Used for secure operational access in restrictive environments and red-team exercises.


Go · Nmap · CVE Databases

Fast port scanner with CVE matching. First tool I run on any new infrastructure before it joins my network.


Go · Kubernetes · GitHub Actions · JWT

Production-ready template for secure Go deployments on Kubernetes. Reference architecture for my own microservices.

  • JWT auth, NetworkPolicies, Kubernetes Secrets management
  • Liveness/readiness probes for zero-downtime deployments
  • GitHub Actions CI/CD with Trivy vulnerability scanning
  • Fluent Bit centralized logging

Additional Tools


How I Work

I ship under constraints. As a solo founder, I don't have a security team to review my code. I have to build systems that are secure by default, observable by design, and recoverable without human intervention at 3 AM.

I build, then I document. Every project includes deployment instructions, configuration examples, and honest limitations. No "enterprise-grade" buzzwords when the tool is a focused utility.

Security that blocks shipping gets bypassed. I know the pressure of product deadlines and live users. I find the fixes that protect the business without grinding development to a halt.


Content & Community

I write about security, fintech infrastructure, and the reality of building safe financial systems in LATAM. My audience is engineers, startup founders, and fintech operators — mostly across Latin America.

Topics I cover:

  • Practical cloud hardening for startups without a security team
  • Blockchain security: key management, deposit reconciliation, and treasury operations
  • Open-source security tools and production usage
  • Fintech compliance: what you actually need vs. what auditors want
  • DevSecOps pipelines that don't slow down developers

Follow on Twitter.


Tech Stack

Cloud: AWS · Google Cloud Platform · Cloudflare

Blockchain & Web3: EVM · Solana · Stellar · DeFi Protocols · Smart Contract Security · Protocol Accounting · Transaction Processing · Key Management · Reconciliation

Smart Contract Languages: Solidity · Rust

Containers & Orchestration: Docker · Kubernetes · Helm

Infrastructure as Code: Terraform · Ansible

Languages: Go · Python · Bash · HCL

Security Research: Web3 Vulnerability Research · Protocol Reviews · Vulnerability Disclosure · Threat Modeling · DeFi Risk Analysis

Security & Monitoring: Wazuh · Nmap · Metasploit · Wireshark · Burp Suite · Trivy

CI/CD & Automation: GitHub Actions · GitLab CI

Data & ML (Security Context): scikit-learn · pandas · scapy


Let's Work Together

I work with startups building products where security failures have real consequences: financial infrastructure, Web3 protocols, cloud-native platforms, and systems handling sensitive data or critical operations.

I can help you:

  • Design and harden cloud infrastructure before scale becomes a security problem
  • Build secure CI/CD pipelines and deployment workflows
  • Review application and protocol security assumptions before they become incidents
  • Improve observability, monitoring, and incident response capabilities
  • Identify architectural risks across cloud, fintech, and Web3 systems
  • Establish practical security controls without slowing product development

For fintech and Web3 teams specifically: I've worked on the problems that emerge when real money, distributed systems, and security intersect — key management, reconciliation, protocol risk, operational resilience, and vulnerability handling.

I work on a project basis or monthly retainer, depending on the scope and stage of the company.

📫 elliotsecops@protonmail.com
🐦 DM me on Twitter

Pinned Loading

  1. API-Security-Scanner API-Security-Scanner Public

    The API Security Scanner is a powerful tool designed to help developers and security professionals assess the security posture of their APIs. // API Security Scanner es una potente herramienta dise…

    Go 9 1

  2. Packet-Capture Packet-Capture Public

    This script is designed to analyze network traffic captured in a .pcap file using the pyshark library. // Este script está diseñado para analizar el tráfico de red capturado en un archivo .pcap uti…

    Python 10 1

  3. Secure-Fortress-Linux Secure-Fortress-Linux Public

    Fortress Linux is an automated Linux hardening solution designed to improve your system's security posture. It integrates Ansible for streamlined deployment across multiple systems and Wazuh for co…

    Shell 12 3

  4. Network-Auditor Network-Auditor Public

    Script en Python diseñado para auditar e informar de las configuraciones de red del sistema en sistemas Linux. // Python script designed to audit and report system network configurations on Linux s…

    Python 8 3

  5. System-Monitor System-Monitor Public

    A Bash script to monitor and display real-time CPU, memory, and disk usage of your system. The script refreshes every 5 seconds and includes error handling for robustness. // Un script Bash para mo…

    Shell 13 1