Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

mega-security

mega-security 收录了来自 mega-edo 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
32
更新
2026-05-07
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agent-check
信息安全分析师

Plan a security check for an LLM agent BEFORE running mega-security. Profiles the product (domain, users, input/output surface, sensitive data), maps the threat surface to active categories and compliance overlays, and writes MEGA_SECURITY_PLAN.md as a "what to check" anchor consumed by mega-security. Adapt mode only.

2026-05-07
agent-meta-learning
信息安全分析师

Internal report writer. Auto-invoked by agent-optimize at loop completion; not a user-facing entry point. Reads loop history from .mega_security/feedback/ and writes .mega_security/MEGA_SECURITY.md (final audit-grade hardening report) plus .mega_security/meta/security-learnings.md.

2026-05-07
agent-optimize
信息安全分析师

Simulation-optimization loop that iteratively hardens an LLM agent against an automated Red Team without Blue Team (usability) regression. Dual-axis Pareto acceptance: Red Team block rate (DSR) must improve AND Blue Team usability loss (FRR) must stay within budget, else auto-revert via git. Forked from mega-data-eval-optimize; specialised for security-eval mode (stratified Seed-Epoch, fixed-target calibration, security failure-trace pre-tagging, native countermeasure-pattern reference injection, asymmetric-saturation architectural-pivot trigger).

2026-05-07
mega-security
信息安全分析师

Internal baseline-check orchestrator. Auto-invoked by agent-check at the end of its planning phase; not a user-facing entry point. Drives research → threat-simulation tier classification → Red Team / Blue Team suite curation → dual-axis evaluation → baseline measurement → MEGA_SECURITY_CHECK.md. Hardening is a separate skill (agent-optimize), invoked by the user when the check report recommends it.

2026-05-07
prompt-check
信息安全分析师

Lightweight security check for a single chat system prompt (no agent loop, no tools, no RAG). Runs 100 attack tests across 4 attack types (prompt injection, jailbreak, PII disclosure, system prompt leak) as the held-out scoring set, plus a parallel tuning set of 100 used only by the optimizer. The attacks ship with the tool as a vetted set — each one previously got past or barely held against a capable baseline AI, so meaningful differences between models actually surface. Plus 16+16 legitimate-use tests for over-blocking detection. Writes MEGA_PROMPT_CHECK.md with block rate per attack type, failure examples, and weakness analysis.

2026-04-30
prompt-optimize
数据科学家

Iteratively rewrite a chat system prompt to fix failures found by prompt-check. Reuses the check's scoring-set baseline (no re-measurement); measures the tuning set once at start; per iteration, the orchestrator (the main Claude Code session running this skill) rewrites the prompt against the TUNING-SET failures only — guided by a cumulative cheat_map of which rules previous iters accepted vs rejected — then re-measures on the tuning set as a search signal; only candidates that pass the tuning gate get a scoring-set generalization check. The scoring set is held back from the rewriter at all times. The final candidate is shown as a diff with three explicit choices — Auto-apply (overwrite the discovered source file), Select changes (pick a subset of accepted rules to apply), or Discard (leave source untouched). Adapt mode only.

2026-04-30