codeql-analysis

codeql-analysis is a skill for Claude Code, Codex from paruff/uFawkesAI. It costs 30 tokens per session (425 once invoked), scanned A, original, MIT.

Run CodeQL queries to detect deep security vulnerabilities. Use when building CodeQL database, running language-specific queries, or validating results.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/paruff/ufawkesai/codeql
Any agent
npx skills add paruff/uFawkesAI --skill codeql
Clone the repo
git clone --depth 1 https://github.com/paruff/uFawkesAI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codeql-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/paruff/ufawkesai/codeql.svg)](https://agentmods.dev/skills/paruff/ufawkesai/codeql)
Your own site
<a href="https://agentmods.dev/skills/paruff/ufawkesai/codeql"><img src="https://agentmods.dev/badge/skills/paruff/ufawkesai/codeql.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 425 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00030 $0.00425
Opus 5 $0.00015 $0.00212
Sonnet 5 $0.00006 $0.00085
Haiku 4.5 $0.00003 $0.00042

Measured today against content hash 5774f58fad8b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codeql-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/security-testing/sast/codeql/SKILL.md · 77 lines

What it actually says

Skill: CodeQL Analysis

Load trigger: "load codeql-analysis skill" > DORA: Cap 1 (AI Policy) Token cost: Low

Purpose

Run CodeQL queries to detect deep security vulnerabilities.

Responsibilities

  • Build CodeQL database
  • Run language-specific queries
  • Validate results

Inputs

  • Source code

Outputs

  • codeql.sarif

Language Queries

Language Query Pack Focus
JavaScript/TypeScript js-security-extended Injection, auth, crypto
Python python-security-extended Injection, path traversal
Go go-security-extended Injection, SSRF, crypto

Query Suites

Suite Coverage
security-extended Broad security coverage
security-and-quality Security + code quality

Validation Rules

  • Database built successfully
  • All query suites executed
  • No critical CodeQL findings
  • SARIF output valid

Output Format

{
  "skill": "codeql-analysis",
  "status": "pass | fail",
  "languages": ["typescript", "python"],
  "findings": {
    "critical": 0,
    "high": 0,
    "medium": 2,
    "low": 4
  },
  "results": []
}

Success Criteria

  • No critical CodeQL findings
  • All languages analyzed
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 77 lines · 30 tokens per session scan A 5774f58fad8b

Subscribe to this mod's changes

codeql-analysis is a skill published in the GitHub repository paruff/uFawkesAI (2 stars, last pushed 11d ago), licensed MIT. It adds 30 tokens to every session and 425 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

template-deep-research

Template-native research intake, literature search, source verification, synthesis, fact-checking, and systematic-review planning. USE WHEN the user asks to research a topic, build a literature corpus, fact-check claims, prepare a PRISMA-style review, or clarify a research question before manuscript work.

docxology/template · 65 tokens

find-docs

Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training…

mxyhi/ok-skills · 172 tokens

scientific-connectors

Search 8+ scientific databases through a uniform Connector interface. Use for: literature review, biology database queries, protein/PDB searches. CLI: python -m infrastructure.search.connectors {list-dbs,search}. Config: set queries in projects/{name}/manuscript/config.yaml connectorsearch: block. Orchestrator…

docxology/template · 87 tokens

clinical-data-manager

Use when a task needs the judgment of a Clinical Data Manager — designing a CRF/eCRF and edit-check specification, writing or triaging a data query, planning database lock readiness, reconciling external data (lab, ePRO, IRT) against the clinical database, or reviewing a data management plan for a trial.

wonsukchoi/domain-experts · 71 tokens

cloudbase-document-database-in-wechat-miniprogram

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

TencentCloudBase/CloudBase-AI-Toolkit · 46 tokens

cloudbase-cli

CloudBase CLI (tcb, 云开发CLI, Tencent CloudBase命令行) resource management skill. Use when deploying cloud functions, CloudRun, storage, NoSQL/MySQL, static hosting, permissions, CORS/domains via tcb; for CI/CD and batch ops; when the user prefers CLI; or as the first-session fallback when CloudBase MCP tools are not…

TencentCloudBase/CloudBase-AI-Toolkit · 155 tokens