← Back to Skills

stride-threat-model

v1.0.0 approved Knowledge
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Automated STRIDE threat modeling with DFD analysis, mitigation catalog, and risk matrix

# security # threat-modeling # stride # owasp # risk

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-17 Last Updated 2026-04-17 Latest Version 1.0.0 Packaged At 2026-04-17 Vetting Status approved Downloads 0 Checksum (SHA256) 1b067e52cd78b3074a51f4a55278d660c1acc1cda1ea1f075caaf545207f8a6d

⚡ AGENT INFO USK v3

Capabilities
stride_component_analysis data_flow_diagram_scoring mitigation_recommendation risk_matrix_generation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=OpenClaw GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=ClaudeCode GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=Cursor GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=GeminiCLI GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=CodexCLI GET /v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install stride-threat-model
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install stride-threat-model --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download
2
Place it in the Claude Code commands directory.
unzip stride-threat-model.skill -d ~/.claude/commands/stride-threat-model/
3
Use it as a slash command in Claude Code.
/stride-threat-model
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip stride-threat-model-agent-skill-*.skill -d ~/.claude/skills/stride-threat-model/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip stride-threat-model-cursor-*.skill -d ~/.cursor/skills/stride-threat-model/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/stride-threat-model/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip stride-threat-model-geminicli-*.skill -d ~/.gemini/skills/stride-threat-model/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/stride-threat-model/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip stride-threat-model-codexcli-*.skill -d ~/.codex/skills/stride-threat-model/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/stride-threat-model/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/download
2
Place it in your agent platform's skills directory.
cp stride-threat-model.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/a9beb379-afda-4d81-ae12-2a54bb56307a/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary STRIDE 위협 모델링 스킬은 선언된 권한과 일치하며, 악의적인 코드나 외부 통신 없이 안전하게 동작합니다.
Reasoning

제공된 스킬 메타데이터, 코드 파일, 정적 분석 결과를 종합적으로 검토했습니다. 1. **권한 일치 여부**: 메타데이터에 `network: false`, `filesystem: false`, `subprocess: false`로 명확하게 선언되어 있으며, 제공된 `main.py` 코드 스니펫에서는 이와 관련된 어떠한 외부 통신, 파일 시스템 접근, 서브프로세스 실행 코드도 발견되지 않았습니다. `requirements.packages`가 비어 있어 외부 라이브러리를 통한 우회 가능성도 낮습니다. 2. **악의적 코드 여부**: 코드 스니펫은 STRIDE 위협 카탈로그와 같은 정적 데이터를 정의하는 데 집중하고 있으며, `eval()`, `exec()`, 난독화, 데이터 탈취 등 악의적인 목적으로 사용될 수 있는 코드는 발견되지 않았습니다. 3. **외부 통신 여부**: `permissions.network: false` 선언과 일치하게 코드 내에서 외부 네트워크 통신을 시도하는 흔적은 없습니다. 4. **사용자 데이터 수집/전송**: 스킬은 `stdin_stdout` 패턴으로 동작하며, 입력된 데이터를 처리하고 결과를 반환하는 순수한 로컬 연산으로 보입니다. 외부 통신이 없으므로 사용자 데이터를 무단으로 수집하거나 전송할 가능성은 없습니다. 5. **코드 품질 및 목적 일치**: 스킬의 설명과 기능(`stride_component_analysis`, `data_flow_diagram_scoring` 등)은 제공된 코드의 정적 데이터 구조와 잘 일치합니다. `input_schema`와 `output_schema`도 명확하게 정의되어 있어 스킬의 목적에 부합하는 구조를 가지고 있습니다. 정적 분석 결과 또한 'approved' 상태이며, 'red_flags_found', 'obfuscation_warnings', 'forbidden_exec_files_found' 항목이 모두 비어 있어 코드의 안전성을 뒷받침합니다. 따라서 이 스킬은 안전하다고 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-17 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review