QA Audit Process

QA Audit Process is an instructions file for GitHub Copilot from florian101010/awesome-agentic-AI-coding-template. It costs 589 tokens per session, scanned A, original, MIT.

A nine-step checklist for reviewing source code, settings, project rules, security risks, edge cases, and documentation.

In plain words
What is it for?
It is for read-only quality and security audits that produce findings grouped by severity and a plan for fixes.
Why use it?
It helps uncover security problems, broken behavior, rule violations, and differences between code and its documentation before release.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

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 instructions/florian101010/awesome-agentic-ai-coding-template/qa-audit
Clone the repo
git clone --depth 1 https://github.com/florian101010/awesome-agentic-AI-coding-template

Made for: GitHub Copilot.

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 QA Audit Process

README.md
[![agentmods](https://agentmods.dev/badge/instructions/florian101010/awesome-agentic-ai-coding-template/qa-audit.svg)](https://agentmods.dev/instructions/florian101010/awesome-agentic-ai-coding-template/qa-audit)
Your own site
<a href="https://agentmods.dev/instructions/florian101010/awesome-agentic-ai-coding-template/qa-audit"><img src="https://agentmods.dev/badge/instructions/florian101010/awesome-agentic-ai-coding-template/qa-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 589 This file is loaded in full into every session.
When invoked 589 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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.1 $0.00589 $0.00589
Opus 5 $0.00295 $0.00295
Sonnet 5 $0.00118 $0.00118
Haiku 4.5 $0.00059 $0.00059

Measured 5d ago against content hash 51b9e3a5f694, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

QA Audit Process 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 5d ago.

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.

.github/instructions/qa-audit.instructions.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QA-Audit Instructions

When to Use

Apply this when performing a quality audit, security review, or robustness check of [FILL: main-source-file].

Audit Scope Options

  • Source-only — Main source file (HTML + CSS + JS, or equivalent)
  • Config-included — Source + all config files
  • Full Scope Paranoid — Source + Config + Agent Rules + Docs (recommended)

9-Phase Process

  1. Baseline — Run npm test and any config/asset verification scripts
  2. Source Full Read — Read every section of the main source file
  3. Rule Compliance — Verify code against ALL rule files (AGENTS.md, CLAUDE.md, copilot-instructions.md, .claude/rules/, .agent/rules/)
  4. Config Verification — Schema conformity and cross-references between configs
  5. Security Scan — All innerHTML + escaping, forbidden APIs, injection risks
  6. Edge-Case & Robustness — Race conditions, error propagation, compatibility guards
  7. Documentation Drift — Code IST vs. documented SOLL values across all rule files
  8. Classification & Report — Severity: CRITICAL (security), HIGH (functional), MEDIUM (rules/robustness), LOW (hygiene)
  9. Fix Planning — Risk per finding, fix order, verification method

Key Security Checks

  • Every innerHTML with config-/runtime-derived text MUST use a safe escaping function
  • No eval(), Function(), document.write(), postMessage, localStorage
  • [FILL: Project-specific security check 1]

Key Rule Compliance Checks

  • [FILL: Project-specific rule 1] — e.g. "touch-action: manipulation on every interactive element"
  • [FILL: Project-specific rule 2] — e.g. "All assets rendered via a safe helper function with fallback"
  • Relative paths only — no leading / or ./ (if applicable)

Report Format

Save to docs/QA-AUDIT-{YYYY-MM-DD}.md with severity-classified findings including exact file/line references, violated rule, code snippet, impact, and fix suggestion.

Read the full file on GitHub · 53 lines

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. 5d ago First seen · 53 lines · 589 tokens per session scan A 51b9e3a5f694

Subscribe to this mod's changes

QA Audit Process is an instructions file published in the GitHub repository florian101010/awesome-agentic-AI-coding-template (4 stars, last pushed 6mo ago), licensed MIT. It adds 589 tokens to every session, about $0.0029 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-08-31.

Related

Other instructions, from other repositories

ai-driven-development AGENTS.md

AGENTS.md instructions for CodeAlive-AI/ai-driven-development, covering ai-driven development — development guide, git publishing defaults, when to create tags and releases, requires a new tag/release and does not require a new tag/release.

CodeAlive-AI/ai-driven-development · 1,110 tokens

cc-use-exp frontend.instructions.md

Instructions for doccker/cc-use-exp, a project described as: ⛔ No longer maintained → dev-agent-kit/recipes 让 Claude Code、Antigravity、Gemini CLI、Codex、Cursor 开箱即用的分层配置模板,总结十多年的日常开发经验.

doccker/cc-use-exp · 135 tokens

capy CLAUDE.md

Claude Code instructions for serpro69/capy, covering claude.md, project, architecture, key packages and critical invariants.

serpro69/capy · 1,579 tokens

Skillry AGENTS.md

AGENTS.md instructions for FluxonLab/Skillry, covering agents.md, operating model, core engineering principles, evidence, research, and verification and scope, plans, and decisions.

FluxonLab/Skillry · 1,063 tokens

ai-driven-development CLAUDE.md

Claude Code instructions for CodeAlive-AI/ai-driven-development, a project described as: Practices, protocols, and skills for AI-driven software development. Skills and safety hooks for Claude Code, Codex, OpenCode, Cursor, Antigravity, and any agent supporting the Agent Skills standard.

CodeAlive-AI/ai-driven-development · 5 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens