Skip to content
View 0x71pp17's full-sized avatar

Block or report 0x71pp17

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.

Content in all repositories owned by your account will be closed.
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
0x71pp17/README.md

Security research across AI-integrated and agentic systems, web applications, distributed systems, and secure-by-design code.


πŸ’» Tech Stack

Everything below is used in the repositories on this profile.

Languages

Python Go Solidity Move Shell Script Markdown

AI & retrieval

NumPy ChromaDB Ollama Anthropic API

Testing & tooling

pytest Foundry Burp Suite Aptos CLI GNU Make GitHub Actions


πŸ” Focus areas

AI & agentic systems β€” retrieval authorization and tenant isolation, direct and indirect prompt injection, guardrail evasion, agent memory persistence, and exfiltration through sanctioned channels.

Application & API security β€” exploit-chain reasoning across web application and API attack surface, walked through so the attack can be reconstructed from first principles.

Distributed systems β€” protocol-layer and on-chain work: defensive build patterns for the EVM, each tied to the EIP and the failure mode it exists to prevent, and offensive work against financial state machines through worked solutions.

Runtime and VM layer what a platform structurally enforces versus what it leaves to the developer, and differential testing across runtimes to find where two of them do observably different things with the same program.


πŸ“‚ What's here

agentic-rag-tenant-lab β€” Multi-tenant agentic RAG security lab. Four retrieval authorization flaws, five defense layers, measured attack success rates.

lab-journal β€” Technical write-ups and notes, with documented reproducible attack chains and analysis.

modern-solidity-patterns β€” Defensive build reference for Solidity 0.8.x and the current EVM. The patterns, each stating the failure mode it prevents, grounded in the relevant EIPs and audited libraries.

move-security-patterns A defensive reference for building on Aptos Move, stating which layer of the platform covers each failure mode and how far that coverage reaches. Every pattern carries an adversarial test that tries the attack.

runtime-differential Runs the same operation on more than one blockchain runtime and reports what each one did. It records no expectations, so a runtime changing behaviour changes the reading rather than failing against a recorded belief.

Pinned Loading

  1. agentic-rag-tenant-lab agentic-rag-tenant-lab Public

    Multi-tenant agentic RAG lab: four retrieval authz flaws, five defense layers, measured attack success rates

    Python

  2. lab-journal lab-journal Public

    Worked solutions and technical notes from web application security labs; why exploit chains work, not just how to run them.

  3. modern-solidity-patterns modern-solidity-patterns Public

    A defensive code building reference for current Solidity (0.8.x) and the EVM: defense-in-depth techniques grounded in the relevant EIPs and audited libraries.

    Solidity

  4. move-security-patterns move-security-patterns Public

    A defensive reference for building on Aptos Move: which layer of the platform covers each failure mode, how far that coverage reaches, and what is left to the developer.

    Move

  5. runtime-differential runtime-differential Public

    Runs the same operation on more than one blockchain runtime and reports what each one did, recording no expectations

    Go