xs-github-repo-analyzer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited xs-github-repo-analyzer (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
GitHubリポジトリの内容を詳しく分析し、構造化レポートを生成する。
ユーザー入力から owner/repo を抽出:
https://github.com/owner/repo → owner/repoowner/repo → そのまま使用2a. Deepwikiで詳細情報を取得(並行実行):
WebFetchで https://deepwiki.com/<owner>/<repo> にアクセス。
取得する情報: 概要・目的、アーキテクチャ・設計思想、ディレクトリ構造、技術スタック、主要コンポーネント
2b. gh CLIでメタ情報を取得(並行実行):
gh repo view <owner>/<repo> --json name,description,stargazerCount,forkCount,licenseInfo,primaryLanguage,createdAt,updatedAtStar数・Fork数・ライセンス・作成日などはDeepwikiにないため、常にgh CLIで取得する。
Deepwikiで十分な情報が得られた場合 → Step 4 へ。
Deepwikiが使えない・情報不足の場合:
# リポジトリのメタ情報取得
gh repo view <owner>/<repo>
# READMEを取得
gh api repos/<owner>/<repo>/readme --jq '.content' | base64 -d
# ディレクトリ構造を取得(ルート)
gh api repos/<owner>/<repo>/contents
# 言語構成を取得
gh api repos/<owner>/<repo>/languages必要に応じて /tmp にcloneして詳細分析:
gh repo clone <owner>/<repo> /tmp/<repo> -- --depth 1cloneした場合は分析後に削除:
rm -rf /tmp/<repo>以下の形式で整理して報告:
## <owner>/<repo> 分析レポート
https://github.com/<owner>/<repo>
### 概要
[リポジトリの目的・何をするものか]
- Star: [数] / Fork: [数]
- 作成: [日付] / 最終更新: [日付]
### 技術スタック
- 言語: [主要言語]
- フレームワーク: [使用フレームワーク]
- 主要ライブラリ: [依存関係]
### ディレクトリ構造
[主要ディレクトリとその役割]
### アーキテクチャ
[設計思想・パターン]
### 主要ファイル
[重要なファイルとその役割]
### ライセンス
[ライセンス情報]
### 所感
[特筆すべき点、参考になる設計、気になった点]note-taking スキルの手順に従い notes/ に保存。
/tmp に --depth 1 で行い、分析後は必ず削除このリポジトリ分析して: owner/repo
https://github.com/owner/repo を見て~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.