vigolium/piolium

A Pi-native extension for thorough, agentic security audits

132Stars on the repository
56Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

vigolium/piolium

Skill Claude CodeCodex

Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines, including env var intermediary patterns, direct…

not rated 132 +2 1mo ago A 105 tokens copy · 88% MIT

audit

02

vigolium/piolium

Skill Claude CodeCodex

Use when running a full security audit of an arbitrary source code repository, especially large, complex, multi-component, distributed, or non-standard architectures. Defines a 10-phase security audit methodology combining advisory intelligence, patch bypass analysis, knowledge base construction, baseline and custom…

not rated 132 +2 1mo ago B 135 tokens original MIT

code-reviewer

03

vigolium/piolium

Skill Claude CodeCodex

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

not rated 132 +2 1mo ago A 47 tokens copy · 100% MIT

codeql

04

vigolium/piolium

Skill Claude CodeCodex

Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality suite) and "important only"…

not rated 132 +2 1mo ago A 98 tokens copy · 92% MIT

differential-review

05

vigolium/piolium

Skill Claude CodeCodex

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.

not rated 132 +2 1mo ago A 61 tokens copy · 94% MIT

fp-check

06

vigolium/piolium

Skill Claude CodeCodex

Systematically verifies suspected security bugs to eliminate false positives. Produces TRUE POSITIVE or FALSE POSITIVE verdicts with documented evidence for each bug.

not rated 132 +2 1mo ago A 32 tokens copy · 86% MIT

insecure-defaults

07

vigolium/piolium

Skill Claude CodeCodex

Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.

not rated 132 +2 1mo ago A 48 tokens copy · 89% MIT

last30days

08

vigolium/piolium

Skill Claude CodeCodex

Researches a topic from the last 30 days on Reddit, X, and the web. Surfaces real community discussions with engagement metrics and synthesizes findings into actionable insights. Use when the user wants to know what people are saying about a topic right now.

not rated 132 +2 1mo ago A 56 tokens copy · 86% MIT

sarif-parsing

09

vigolium/piolium

Skill Claude CodeCodex

Parses and processes SARIF files from static analysis tools like CodeQL, Semgrep, or other scanners. Triggers on "parse sarif", "read scan results", "aggregate findings", "deduplicate alerts", or "process sarif output". Handles filtering, deduplication, format conversion, and CI/CD integration of SARIF data. Does NOT…

not rated 132 +2 1mo ago A 91 tokens copy · 94% MIT

vigolium/piolium

Skill Claude CodeCodex

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling.…

not rated 132 +2 1mo ago A 82 tokens copy · 100% MIT

vigolium/piolium

Skill Claude CodeCodex

Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.

not rated 132 +2 1mo ago A 37 tokens copy · 91% MIT

vigolium/piolium

Skill Claude CodeCodex

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

not rated 132 +2 1mo ago A 50 tokens copy · 94% MIT

semgrep

13

vigolium/piolium

Skill Claude CodeCodex

Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full ruleset coverage) and "important only" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for…

not rated 132 +2 1mo ago A 95 tokens original MIT

sharp-edges

14

vigolium/piolium

Skill Claude CodeCodex

Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant…

not rated 132 +2 1mo ago A 74 tokens copy · 88% MIT

vigolium/piolium

Skill Claude CodeCodex

Verifies code implements exactly what documentation specifies for blockchain audits. Use when comparing code against whitepapers, finding gaps between specs and implementation, or performing compliance checks for protocol implementations.

not rated 132 +2 1mo ago A 41 tokens original MIT

vigolium/piolium

Skill Claude CodeCodex

Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.

not rated 132 +2 1mo ago A 37 tokens copy · 89% MIT

variant-analysis

17

vigolium/piolium

Skill Claude CodeCodex

Find similar vulnerabilities and bugs across codebases using pattern-based analysis. Use when hunting bug variants, building CodeQL/Semgrep queries, analyzing security vulnerabilities, or performing systematic code audits after finding an initial issue.

not rated 132 +2 1mo ago A 45 tokens copy · 97% MIT

vuln-report

18

vigolium/piolium

Skill Claude CodeCodex

Draft a single-vulnerability report in GitHub advisory style from an audit finding, bug note, patch diff, PoC, or code review evidence. Use when Codex needs to turn one confirmed security issue into a clean disclosure-ready report with Summary, Details, Root Cause, Proof of Concept, Impact, embedded code snippets…

not rated 132 +2 1mo ago A 111 tokens copy · 91% MIT

wooyun-legacy

19

vigolium/piolium

Skill Claude CodeCodex

Provides web vulnerability testing methodology distilled from 88,636 real-world cases from the WooYun vulnerability database (2010-2016). Use when performing penetration testing, security audits, code reviews for security flaws, or vulnerability research. Covers SQL injection, XSS, command execution, file upload, path…

not rated 132 +2 1mo ago B 80 tokens original MIT

zeroize-audit

20

vigolium/piolium

Skill Claude CodeCodex

Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.

not rated 132 +2 1mo ago A 57 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: