Skip to content
View kriskimmerle's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kriskimmerle

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
kriskimmerle/README.md

Kris Kimmerle

AI Security · Developer Tooling · Open Source

I build tools that make security practical. Most of my work lives at the intersection of AI systems and the security gaps nobody's filling - agent security, supply chain integrity, configuration hardening. I write about these topics on Substack and build the tooling I wish existed.

Previously Head of AI Security at Aon. CISSP, AIGP.

Substack LinkedIn


Featured

agentscan - Map the attack surface of every AI coding agent on your machine. Enumerates Claude, Cursor, Windsurf, Copilot, and more. Cross-agent permission analysis.

agent-security-patterns - Platform-agnostic threat model for autonomous AI agents. 32 threats, 12 defense patterns, zero-trust architecture.

injectguard - Offline prompt injection scanner. 19 detection rules, risk scoring, no API keys required.

rai-framework - Practical Responsible AI framework with risk tiers, lifecycle gates, and worked examples for classical ML and GenAI.

dockaudit - Dockerfile security auditor. 27 rules, secret detection, A-F grading. Zero dependencies.

codemap - Intelligent codebase summaries for AI agents. ~750 tokens vs 100k+. Feed your entire project to an LLM without blowing the context window.


What I Work On

🤖 AI Agent Security - Static analyzers, runtime auditors, and threat models for the emerging agent ecosystem. If you're deploying autonomous agents, these tools help you understand what they can access and where the gaps are.

agentlint · agentscan · agentconfig · agentdrift · agentflow · sandboxaudit · injectguard · promptaudit · sessionaudit · skillsafe

🔒 Supply Chain & Infrastructure - Hardening the pipeline. Typosquatting detection, lockfile integrity, container security, CI/CD analysis, secret management.

depsafe · typosafe · lockaudit · dockaudit · composeaudit · ghaaudit · ciaudit · hookaudit · wheelaudit · setupaudit

🛡️ Code Quality & Security Analysis - AST-based static analyzers for Python. Crypto misuse, SQL injection, async antipatterns, resource leaks, error handling.

cryptaudit · sqlsafe · asyncaudit · leakaudit · erroraudit · vibecheck · edgecheck · perfaudit

📐 Frameworks & Research - Threat models, governance frameworks, and design patterns for organizations deploying AI at scale.

agent-security-patterns · secure-openclaw-patterns · staged-autonomy-patterns · rai-framework


Writing

Recent posts from AI Risk Praxis:


Most tools are zero-dependency Python, designed to run anywhere without pip install. CI-ready with JSON output and A-F grading.

Pinned Loading

  1. ai-risk-praxis-tool ai-risk-praxis-tool Public archive

    ai-praxis-tool

    JavaScript

  2. ci-detective ci-detective Public archive

    CI failure pattern detector - find recurring issues in your CI pipeline

    Python

  3. deptrust deptrust Public archive

    Dependency Trust Scanner — catch slopsquatting and suspicious packages before you pip install. Zero dependencies.

    Python

  4. doc-check doc-check Public archive

    Validate that the shell commands in your Markdown docs actually work

    Python

  5. envguard envguard Public archive

    Dead-simple secret leak scanner for git repos. Zero config. One command.

    Python