Claude Tools / Plugins / sumsec-skills

Plugins · summersec/sumsec-skills

sumsec-skills

SumSec-Skills plugin marketplace. Plugins: writing-zh, dev-tools, agents-dev, claude-md-management, hookify, plugin-dev, cloudflare-email, taste-skill, semantic-linter.

CLEARED_STATICagent-agnosticv1.0.43

Pipeline results

Coverage

CLEARED_STATIC

Tests run

13 / 15

Portability

Agent-agnostic (works beyond Claude)

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran43158 code lines / 281 files
secretsranno secret patterns matched
egressran11 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionran1 pattern(s) matched (confidence: LOW_CONFIDENCE)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 8 JS/TS entry point(s); Python with non-stdlib imports (committed-only policy): [('writing-zh/skills/humanizer-zh/scripts/humanize_cn.py', 'restructure_cn'), ('writing-zh/skills/humanizer-zh/scripts/humanize_cn.py', 'scripts')]; 10 shell file(s): ['plugin-dev/skills/agent-development/scripts/validate-agent.sh', 'plugin-dev/skills/hook-development/examples/validate-write.sh', 'plugin-dev/skills/hook-development/examples/load-context.sh']
semgrepran0 findings
banditran117 findings
detect-secretsran0 findings
skillspectorran173 findings
agnixran997 warnings
json-schemaranvalid=True schema=?
sc4-osvn/aSC4 live OSV lookup disabled for reproducibility; --no-llm verified network-free

What's inside

Components found

claude-md-management/commands/revise-claude-md.md
componentlow
hookify/agents/conversation-analyzer.md
componentmedium
hookify/commands/configure.md
componentlow
hookify/commands/help.md
componentlow
hookify/commands/hookify.md
componentmedium
hookify/commands/list.md
componentlow
plugin-dev/agents/agent-creator.md
agentmedium
plugin-dev/agents/plugin-validator.md
componentmedium
plugin-dev/agents/skill-reviewer.md
componentmedium
plugin-dev/commands/create-plugin.md
componentmedium
semantic-linter/commands/stl-init.md
componentlow
semantic-linter/commands/stl-lexicon.md
componentlow
semantic-linter/commands/stl-rules.md
componentmedium
.claude/skills/sync-skills/SKILL.md
skillhigh
agents-dev/skills/agent-sdk-dev/SKILL.md
skillhigh
agents-dev/skills/claude-agents-symlink/SKILL.md
skillhigh
agents-dev/skills/multi-platform-plugin-guide/SKILL.md
skillhigh
agents-dev/skills/skill-creator/SKILL.md
skillhigh
agents-dev/skills/skill-optimizer/SKILL.md
skillhigh
agents-dev/skills/workflow-skill-creator/SKILL.md
skillhigh

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 11 lexical match(es)
  • injection scan: English-only patterns cannot cover cjk instruction surface

README

From the repository

# SumSec-Skills

SummerSec 个人 **Agent Skills 集合**,按类别分插件管理。

![SumSec-Skills 项目说明](assets/sumsec-skills-illustrations/02-project-introduction.png)

## 仓库布局

```
SumSec-Skills/
├── writing-zh/              # 中文写作插件
│   └── skills/
│       ├── humanizer-zh/       去 AI 味润色
│       └── sumsec-illustrations/  SumSec 博客正文配图
├── dev-tools/               # 开发工具插件
│   └── skills/
│       ├── git-commit-pr/         Git 提交与 PR
│       ├── agent-chat-history/    对话历史检索
│       └── frontend-design/       前端界面实现
├── agents-dev/              # Agent 开发生态插件(聚合)
│   └── skills/
│       ├── skill-creator/         技能创建(claude-plugins-official)
│       ├── writing-rules/         Hook rules 生成(hookify)
│       ├── agent-sdk-dev/         Agent SDK 开发
│       ├── claude-agents-symlink/ CLAUDE.md 指向 AGENTS.md
│       ├── skill-optimizer/       Skill 审计优化
│       ├── multi-platform-plugin-guide/  多平台版本对齐
│       └── workflow-skill-creator/       流程编排 Skill 设计
├── skills/                  # 通用 skill 聚合入口(symlink 到各插件 skills)
├── plugin-dev/              # 镜像:插件开发七件套(agent/command/hook/skill/MCP/structure/settings)
├── claude-md-management/    # 镜像:CLAUDE.md 维护
├── hookify/                 # 原创:Hook 创建工具
├──

← Back to Plugins