skills/skill-security/skills/skill-security/SKILL.md
This skill activates when the user mentions "security audit", "skill audit", "проверка безопасности скилла", "аудит скилла", "skill-security", "проверить скилл", "пересобрать скилл", "rebuild skill", "security check", "dual memory audit", "credential isolation check". Also activates on /skill-security command. Use this skill when the user wants to audit, validate, or rebuild any Claude Code skill for security compliance.
npx skillsauth add ai-mindset-org/pos-sprint skill-securityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Audits and rebuilds any Claude Code skill against a 7-volume security checklist. Ensures credential isolation, dual memory with sanitization, first-install UX, cache isolation, shareability, architectural uniformity, and code correctness.
skills/skill-security/
├── SKILL.md # This file
├── config/
│ └── config.json # Token patterns, required files, categories
├── data/
│ ├── memory.json # Shared memory (sanitized audit patterns)
│ └── checklist.json # 7-volume checklist (machine format)
├── scripts/
│ ├── ss_memory.py # Dual memory (check/record/list/confirm/promote)
│ ├── ss_security.py # Secret scanner
│ ├── ss_templates.py # Canonical file templates + gap analysis
│ ├── ss_analyze.py # A1: deep-understand + A: audit
│ ├── ss_validate.py # C: validation (syntax + structure + security + functional)
│ ├── ss_report.py # Report generator (JSON → markdown)
│ └── ss_engine.py # Pipeline orchestrator (A1→A→B→C↔D→E)
└── references/
└── security-patterns.md # All security patterns documentation
Scripts path:
cd /root/.claude/plugins/marketplaces/claude-plugins-official/plugins/skill-security/skills/skill-security/scripts
Этот мета-скилл НЕ имеет собственных API-credentials, но:
*_auth.py check-credentialspython3 ss_memory.py check "<контекст запроса пользователя>"
Если есть релевантные записи — использовать как подсказку для аудита.
Parse user input to get absolute skill path. Validate:
python3 ss_analyze.py deep-understand "$SKILL_PATH"
Output: service profile (name, auth type, base_url, endpoints, credential fields).
If documentation research needed, use WebSearch to find:
python3 ss_analyze.py audit "$SKILL_PATH"
Output: 7-volume audit report with PASS/FAIL/WARN per check.
python3 ss_engine.py run "$SKILL_PATH" --phase B
For automated gap-filling. For complex issues, manually fix using Read/Edit/Write.
python3 ss_engine.py run "$SKILL_PATH" --phase all
Or manually:
python3 ss_validate.py validate "$SKILL_PATH"Record findings to memory:
Present results to user:
Respond in the same language as the user's request.
testing
# YT Transcribe — YouTube → Whisper → Obsidian Транскрибирует YouTube-видео через mlx-whisper (Apple Silicon, Metal-native) с параллельными чанками. Fallback на openai-whisper если mlx недоступен. ## Какую боль закрывает - **Потерянный контент видео**: Посмотрел лекцию/подкаст — через неделю забыл 90%. Нет текстовой базы для поиска. - **Нет транскриптов для русского**: YouTube auto-captions для русского языка — мусор. Whisper даёт quality транскрипцию. - **Ручная обработка**: Переслушивать 2-
development
Интерактивный процесс написания текстов для вайб-маркетинга на основе Julian Shapiro framework. **Новые возможности (v2.0):** - Research & Gap Analysis (Perplexity → WebSearch fallback) - Scoring 0-5 вместо binary (Novelty + Resonance + Hook + Clarity) - AI-Slop Detection на всех этапах (10 типов patterns) - 3 варианта intro с self-scoring - Markdown export всех промежуточных результатов **Русские triggers:** "напиши пост по шапиро", "написать статью по фреймворку шапиро", "создай текст в стиле julian shapiro", "помоги написать контент по методу shapiro", "контент по julian shapiro фреймворку", "пост по julian shapiro", "напиши в стиле шапиро" **English triggers:** "write content using julian shapiro framework", "create post with shapiro method", "write article shapiro style", "help with julian shapiro writing" **Generic triggers:** "напиши статью", "помоги написать контент", "создай текст", "начать писать", "хочу написать пост", "нужна помощь с текстом", "write content", "write article", "создай контент", "придумай идею для статьи", or requests help with content creation process.
tools
# /tg-saved v2 — Telegram Saved Messages → Deep Analysis → Obsidian ## Назначение Скилл извлекает сообщения из Telegram "Избранное" (Saved Messages) за последние N дней, автоматически парсит контент всех ссылок в сообщениях (requests + BeautifulSoup, до 5000 символов на URL), затем для каждого сообщения запускает глубокий анализ через Claude CLI subprocess (модель Sonnet). Результат — подробная структурированная заметка в Obsidian `00-inbox/` с YAML frontmatter, секциями анализа, ссылками и ор
documentation
Делает LLM-выжимку из комментариев менеджеров об одном или нескольких подрядчиках. Используй этот скилл когда нужно понять что говорят менеджеры о конкретном подрядчике, или получить JSON с выжимкой для дальнейшей обработки.