ワンクリックで
advisories
Fetch published GHSA and CVE advisories affecting any package this repository produces, via advisories.ecosyste.ms.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch published GHSA and CVE advisories affecting any package this repository produces, via advisories.ecosyste.ms.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Map distinct externally reachable input-processing subsystems into focus areas for the threat-model skill to carry into later security audits. This is a short, read-only orientation pass, not a vulnerability scan.
Derive a project's security contract from its source and docs, then emit it as structured data other skills can cite. Records what the project assumes about callers and inputs, what properties it claims and disclaims, which code is out of scope, and which recurring tool findings are known-safe. This is not a vulnerability scan; it produces the trust map that security-deep-dive loads instead of re-deriving boundaries per run.
Default pipeline scrutineer runs when a repository is added. Triggers a standard set of other skills in parallel, then writes a short summary of what was enqueued. Edit the list below to change the default scan coverage without touching scrutineer's Go code.
Audit first-party source for security vulnerabilities using an inventory-first, six-step per-sink methodology. Use when you want a thorough scan that distinguishes real findings from pattern matches and records both in a machine-readable report. The target is this codebase's own code, not its dependencies.
Compare open findings in one repository and record how they relate. Marks same-vulnerability findings as duplicates, findings that another finding's fix will close as subsumed, and findings that combine into a higher-severity attack as a chain.
High-recall static source-code vulnerability scan adapted from Anthropic's defending-code reference harness. Fans out by focus area, ranks candidates by confidence, and emits Scrutineer findings for later verification.
| name | advisories |
| description | Fetch published GHSA and CVE advisories affecting any package this repository produces, via advisories.ecosyste.ms. |
| license | MIT |
| compatibility | Needs network access to advisories.ecosyste.ms. |
| metadata | {"scrutineer.version":1,"scrutineer.output_file":"report.json","scrutineer.output_kind":"advisories","scrutineer.requires_remote":true} |
./context.json — has repository.url./report.json — write the advisories array here./schema.json — output shape./context.json and extract repository.url.https://advisories.ecosyste.ms/api/v1/advisories?repository_url={URL-ENCODED_URL}. Follow pagination (Link: <...>; rel="next") if present.report.json under advisories:
uuid from upstream uuidurl from upstream url (or the first reference if url is empty)title from upstream titledescription from upstream descriptionseverity from upstream severity (upper-case, e.g. CRITICAL, HIGH, MEDIUM, LOW)cvss_score from upstream cvss_score (number; omit if absent)classification from upstream classification (e.g. CWE id)packages — comma-joined list of affected package names upstream lists under packages or package_namespublished_at and withdrawn_at as RFC3339 strings if upstream has themReturn {"advisories": []} if upstream has nothing — valid result.