Skip to main content
Manusで任意のスキルを実行
ワンクリックで

static

スター5
フォーク0
更新日2026年4月28日 11:39

Use when the user wants static analysis / SAST / type-checking / lint-with-teeth on a Python codebase — finding security smells, logic bugs, type errors, obvious defects without running the code. Wraps ruff (full ruleset including the bandit-port S rules), semgrep (registry-backed pattern + dataflow rules), and mypy (type checking). Emits garlicpress-shape findings so the output merges with fuzz/static pipelines without translation. Three categories, not duplicates: ruff covers AST patterns + bandit; semgrep covers cross-file dataflow; mypy covers types. Skip bandit (ruff -S already covers it).

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

ファイルエクスプローラー
7 ファイル
SKILL.md
readonly