Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

mantis

يحتوي mantis على 16 من skills المجمعة من google، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
99
محدث
2026-07-10
Forks
11
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

mantis-architecture
مطوّرو البرمجيات

Synthesizes raw learnings and codebase analysis into an interlinked Markdown Knowledge Base (KB). Use at the beginning of a loop to build or update architecture.md, entities, and vulnerabilities. Don't use for generating threat models or formulating execution plans.

2026-07-10
mantis-calibrate
محللو أمن المعلومات

Calculates the final risk score based on empirical evidence and architectural impact. Use when findings have been fully processed by previous stages and you need to append final risk scores to the finding files. Don't use for discovering new vulnerabilities or writing patches.

2026-07-10
mantis-threat-model
محللو أمن المعلومات

Synthesizes trust boundaries, attack surfaces, and attacker profiles into a living threat model. Use as Stage B of the Knowledge Base generation process, reading architecture and entity definitions from the KB. Don't use for analyzing source code or extracting raw learnings from JSONL files.

2026-07-10
mantis-chain
محللو أمن المعلومات

Analyzes individual security findings to identify and construct complex exploit chains. Use after validation stages to see if multiple low-severity bugs can be combined into a higher impact vulnerability. Don't use for initial codebase auditing or writing patch code.

2026-07-10
mantis-dedupe
مطوّرو البرمجيات

Consolidates raw security findings to eliminate redundant reports. Use when raw findings have been generated by the researcher and need consolidation before review. Don't use for initial code auditing or patch generation.

2026-07-10
mantis-researcher
مطوّرو البرمجيات

Audits production source code files based on the strategy in plan.json. Use when a review plan exists and you need to perform static analysis and deep-dive reviews of targeted files. Don't use for planning, deduplicating, or writing patches.

2026-07-10
mantis-critic
محللو أمن المعلومات

Assesses the production viability of findings, filtering out debug-only features and assertion traps. Use when findings have been validated and you need to confirm they are triggerable in production release builds (with assertions disabled). Don't use for writing reproduction scripts or patches.

2026-07-10
mantis-meta-agent
المهن الحاسوبية الأخرى

Acts as the persistent supervisor, launching and monitoring the automated review campaign. Use when running a long-running, continuous security review campaign that needs autonomous coordination. Don't use for executing individual review stages directly.

2026-07-10
mantis-reproduce
محللو ضمان جودة البرمجيات والمختبرون

Generates and runs crash reproducers to verify security flaws. Use when viable findings exist and you need to write and execute a script or payload to verify the crash. Don't use for code auditing or patching.

2026-07-10
mantis-review
محللو ضمان جودة البرمجيات والمختبرون

Independently reviews findings and filters out false positives. Use when consolidated findings need validation against the actual source code. Don't use for reproducing crashes or patching code.

2026-07-10
mantis-pipeline-adapter
مطوّرو البرمجيات

Interactively guides the design and implementation of custom deterministic orchestrator harnesses. Use when a user wants to build their own pipeline to wrap and run Mantis skills reliably. Don't use for executing the default pipeline directly.

2026-06-22
mantis-patch
مطوّرو البرمجيات

Generates minimal security fixes, backs up files, applies patches, and verifies them. Use when security findings are successfully reproduced and need patches applied and verified. Don't use for initial vulnerability research or reproduction payload generation.

2026-06-21
mantis-plan
محللو أمن المعلومات

Formulates a targeted defensive security reviewing plan based on the active threat model and historical learnings. Use when starting a security review campaign to map the codebase boundaries and generate a roadmap (plan.json). Don't use for executing code reviews, writing test scripts, or patching code.

2026-06-21
mantis-reflect
مطوّرو البرمجيات

Extracts learnings from execution trajectories at the end of a Mantis loop. Use to parse agent conversations, extract successes, failures, and false assumptions, and append them to learnings.jsonl. Don't use for analyzing source code or writing patches.

2026-06-19
mantis-history
مطوّرو البرمجيات

Analyzes the repository's version control system (VCS) history to extract past vulnerabilities, security fixes, and vulnerability patterns. Use as an initial pre-processing step to build a historical vulnerabilities database (historical_learnings.jsonl) that informs subsequent stages about past issues and fixes. Don't use for code reviews, writing test scripts, or patching code.

2026-06-17
mantis-summarize
مطوّرو البرمجيات

Pre-processes the repository by generating security-focused summaries (mantis_summary.md) for each directory to make planning and research more efficient. Use when starting a review campaign to map the codebase before threat modeling and planning. Don't use for executing code reviews, writing test scripts, or patching code.

2026-06-17