googlegoogleOfficialยท21 Agent Skills Included

mantis

Automated security review pipeline that finds, verifies, and patches vulnerabilities

Runs a full AI-driven security review pipeline: maps codebases, builds threat models, audits source files, and filters false positives. Reproduces confirmed bugs in isolated sandboxes, chains exploits, generates verified patches, and scores risk automatically. Eliminates manual audit toil while keeping every finding traceable, deduplicated, and ready for human expert review.
npx skills add google/mantis --all -g -y
Available:

Gives AI agents working in this repository strict rules for formatting, keeping shared instruction blocks identical across skills, and safely extracting reference files without breaking security invariants.

All Skills in This Repository (21)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
googlegoogle

mantis-reproduce

Generate and execute crash reproduction scripts in isolated sandbox environments.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-report

Synthesize security finding logs and exploit chains into structured markdown review documentation.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-review

Validate security findings against source code snapshots to filter false positives.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-architecture

Synthesize codebase learnings into an interlinked Markdown Knowledge Base.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-chain

Analyze validated finding JSON files to construct multi-step exploit chains.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-history

Analyze VCS commit logs and diffs to extract past vulnerabilities and security fixes.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-critic

Assess production viability of security findings by verifying code reachability in optimized release builds.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-pipeline-adapter

Design deterministic orchestrator harnesses for security review pipelines.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-researcher

Perform triage and deep-dive security reviews of source code files.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-summarize

Generate security-focused directory summaries via bottom-up repository traversal.

Official
Intermediate
๐Ÿ“ฆ In Repo
googlegoogle

mantis-dedupe

Merge redundant security findings into unique records with audit history.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

mantis-structural-index

Build a content-addressed semantic-unit index of symbols, call edges, and function boundaries from source code.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Mantis?โ–ผ

Run `npx skills add google/mantis --all -g -y` in your terminal to install the full skill suite globally.

What does Mantis do?โ–ผ

Mantis is a set of AI agent skills that run an end-to-end security review: auditing code, verifying findings, reproducing crashes in sandboxes, generating patches, and producing a final risk report.

Is Mantis safe to run on my own code?โ–ผ

Only run it in isolated environments such as containers or dedicated VMs, because it executes AI-generated reproducer code. All findings must be manually verified by a security expert before being reported or applied.

Which AI agents work with Mantis?โ–ผ

Mantis is platform agnostic and works with any coding agent framework that supports the SKILL.md standard, including Gemini CLI, Antigravity, and Google ADK-based harnesses.

Can Mantis scan binaries or firmware without source code?โ–ผ

Yes. The pipeline is target-agnostic and can analyze compiled binaries, firmware blobs, or live endpoints using tools like QEMU, Ghidra, or radare2 instead of source-level review.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’