Mantis skill installation
Adds the portable Mantis skill collection to a compatible coding-agent environment; Claude Code-specific behavior is not documented.
README.mdPortable security-review Agent Skills with reference orchestration harness · Experimental demonstration project with substantial documented workflows
Apache-2.0 portable Agent Skills and a Python/Google ADK reference harness for staged defensive security review, covering architecture and threat modeling through vulnerability research, deduplication, validation, sandboxed reproduction, exploit chaining, patch verification, calibration, reflection, reporting, and secure-development advice; Claude Code is not explicitly documented, so applicability is inferred for skill-compatible coding agents rather than established as a native Claude extension.
Selection
Boundaries
Strengths
Risk profile
The repository repeatedly requires isolated, restricted environments and warns against production systems, sensitive data, and internal networks. Reproducer and patch stages direct execution into networkless gVisor containers, MicroSandbox microVMs, or hardened ephemeral GCE VMs; a static-only backend avoids dynamic execution. Pinned snapshots are treated as read-only, patch work occurs in private shadows, and VERIFIED_SECURE requires an unpatched trigger, patched compile, benign sink-reaching control, attack failure, and at least three unsuccessful re-attack variants. These are documented controls rather than independently verified guarantees, and the authors explicitly warn that agents may bypass intended isolation.
Component inventory
Adds the portable Mantis skill collection to a compatible coding-agent environment; Claude Code-specific behavior is not documented.
README.mdExtracts VCS history, churn hotspots, developer activity, and past vulnerability signals.
mantis-history/SKILL.mdBuilds a content-addressed semantic-unit index with a manifest, catalog, and query helper.
mantis-structural-index/SKILL.mdGenerates directory-level mantis-summary.md maps describing codebase structure and functionality.
mantis-summarize/SKILL.mdSynthesizes code structure and historical learning into the workspace Markdown knowledge base.
mantis-architecture/SKILL.mdDevelops the living threat model, including actors, entry points, assets, and trust boundaries.
mantis-threat-model/SKILL.mdCreates workspace/plan.json with prioritized, context-linked security investigations and retry decisions.
mantis-plan/SKILL.mdRuns deep static-analysis sweeps over planned targets and records candidate security findings.
mantis-researcher/SKILL.mdConsolidates overlapping findings, preserves cross-pass lineage, and stages duplicates in trash.
mantis-dedupe/SKILL.mdChecks finding validity, reachability, and negative filters to remove false positives.
mantis-review/SKILL.mdAssesses whether validated findings remain triggerable in production or release configurations.
mantis-critic/SKILL.mdGenerates proof-of-concept reproducers and runs dynamic checks in an isolated, networkless sandbox.
mantis-reproduce/SKILL.mdCombines validated findings into higher-impact, multi-step exploit-chain findings.
mantis-chain/SKILL.mdCreates minimal fixes in transactional shadows and verifies them against reproducers and re-attacks.
mantis-patch/SKILL.mdCalculates final 0–100 risk ratings and appends rationale to individual findings.
mantis-calibrate/SKILL.mdExtracts trajectory insights and rotates feedback into the learning store and knowledge base.
mantis-reflect/SKILL.mdProduces a redacted, campaign-wide Markdown review packet with findings, evidence, patches, and provenance.
mantis-report/SKILL.mdRuns the review pipeline autonomously and can opt into snapshot-per-pass synchronization.
README.mdReference Google ADK implementation that configures and launches the 16-stage review graph with selectable sandboxes.
reference/README.mdQueries knowledge.db for threat context, vulnerability lineages, verified patches, false positives, and secure-development guidance.
mantis-advise/SKILL.mdTechnical profile
Classification
Evidence: SKILL.md files inject staged security procedures, while the ADK reference harness orchestrates 16 agents and sandbox infrastructure. Inference: Claude Code could consume portable skills, but no Claude-specific plugin or path is documented; copy_paste best reflects cloning or generic skills-CLI use. End-to-end safe setup is high effort.
Copy Paste · high setup effort · medium confidence · automatedEvidence and risk
Routing context
Catalog inference: both provide portable SKILL.md workflows and multi-stage software-agent orchestration, while Mantis is specialized for defensive security campaigns.
medium confidenceCatalog inference: both route work across reusable domain skills, but Mantis focuses on vulnerability review and includes a dedicated sandboxed reference harness.
low confidenceCatalog inference: both are portable skill collections usable across coding agents, but their domains differ substantially and no direct project relationship is documented.
low confidence