Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions public/registry/index.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"version": 1,
"updatedAt": "2026-08-07T01:20:05.144Z",
"updatedAt": "2026-08-08T22:50:43.262Z",
"plugins": {
"count": 24,
"updatedAt": "2026-08-07T01:20:05.144Z"
"updatedAt": "2026-08-08T22:50:43.262Z"
},
"themes": {
"count": 54,
"updatedAt": "2026-08-07T01:20:05.144Z"
"updatedAt": "2026-08-08T22:50:43.262Z"
},
"widgets": {
"count": 44,
"updatedAt": "2026-08-07T01:20:05.144Z"
"count": 45,
"updatedAt": "2026-08-08T22:50:43.262Z"
},
"skills": {
"count": 29,
"updatedAt": "2026-08-07T01:20:05.144Z"
"updatedAt": "2026-08-08T22:50:43.262Z"
},
"queries": {
"count": 24,
"updatedAt": "2026-08-07T01:20:05.144Z"
"updatedAt": "2026-08-08T22:50:43.262Z"
}
}
33 changes: 32 additions & 1 deletion public/registry/widgets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"updatedAt": "2026-08-07T01:20:05.144Z",
"updatedAt": "2026-08-08T22:50:43.262Z",
"widgets": [
{
"id": "atcoder",
Expand Down Expand Up @@ -395,6 +395,37 @@
"license": "MIT",
"iconUrl": "https://store.notedeck.io/registry/widgets/rss-reader/icon.svg"
},
{
"id": "shodan-instance-audit",
"name": "Shodan インスタンス監査",
"version": "1.0.1",
"author": "@hitalin",
"description": "指定した Misskey インスタンスのホストを Shodan で監査。露出ポートを危険度別に色分けし、稼働サービス・TLS 失効判定・CVE (CVSS と実証/推定の別)・Shodan のスキャン日を表示する管理者向けの外部露出チェック。結果はキャッシュされ、取得は初回と手動更新のみ (1 回 1 クエリクレジット)。API キーは Secret Vault (クエリ認証 param=key) で注入し widget.is には書かない",
"icon": "ti-radar",
"autoRun": true,
"category": "stats",
"capabilities": [
"notedeck-api",
"secret-vault"
],
"tags": [
"shodan",
"security",
"misskey",
"osint",
"exposure",
"cve",
"vault"
],
"sourceUrl": "https://store.notedeck.io/registry/widgets/shodan-instance-audit/widget.is",
"apiUrl": "https://store.notedeck.io/registry/widgets/shodan-instance-audit/api.json",
"sha512": "e1237fed82973eba93f7b18dd1dd9852157f41ad885ef1c8e6d1c8c7d2e032e213bb5d2d976fe1206450dcf86db8ad1183a6fe7e16e70a5e1967e47403af874c",
"createdAt": "2026-08-08T22:50:46.721Z",
"updatedAt": "2026-08-08T22:50:46.721Z",
"authorUrl": "https://github.com/hitalin",
"license": "MIT",
"iconUrl": "https://store.notedeck.io/registry/widgets/shodan-instance-audit/icon.svg"
},
{
"id": "steam",
"name": "Steam",
Expand Down
1 change: 1 addition & 0 deletions public/registry/widgets/shodan-instance-audit/api.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions public/registry/widgets/shodan-instance-audit/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/registry/widgets/shodan-instance-audit/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "shodan-instance-audit",
"name": "Shodan インスタンス監査",
"version": "1.0.1",
"author": "@hitalin",
"authorUrl": "https://github.com/hitalin",
"description": "指定した Misskey インスタンスのホストを Shodan で監査。露出ポートを危険度別に色分けし、稼働サービス・TLS 失効判定・CVE (CVSS と実証/推定の別)・Shodan のスキャン日を表示する管理者向けの外部露出チェック。結果はキャッシュされ、取得は初回と手動更新のみ (1 回 1 クエリクレジット)。API キーは Secret Vault (クエリ認証 param=key) で注入し widget.is には書かない",
"icon": "ti-radar",
"autoRun": true,
"category": "stats",
"capabilities": ["notedeck-api", "secret-vault"],
"license": "MIT",
"tags": ["shodan", "security", "misskey", "osint", "exposure", "cve", "vault"]
}
Loading
Loading