airtight

Solid

Secure-coding gates for AI-written code. Load when writing or modifying web application code, authentication and login flows, database queries, user input handling, file uploads, or configuration and secrets — and when the user types "airtight audit", "airtight harden", or "airtight prove".

AI & Automation 6 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Airtight AI writes your code. Who checks it? Correct-looking code can still be unsafe, and the gap is rarely where people expect. Asked for "a login endpoint", a competent model writes a good one: the password gets a memory-hard KDF, the cookie gets `httpOnly`, the record lookup carries the owner. It knows all of that unprompted. What it does not write is the part nobody mentioned. No rate limit, so the endpoint can be ground through a password list at full speed. No attempt counter, so nothing ever locks. No log line, so the grinding is invisible while it happens and unreconstructable afterwards. The developer asked for a login endpoint, not for one that survives contact with an attacker. The default AI mistake is **omission**, not incompetence. Weight the gates accordingly: the ones that catch a missing bound, a missing counter, a missing record are the ones earning their place. Airtight is the part of the request nobody makes. ## Scope — state it honestly, always Airtight covers **the well-known safe-coding mistakes AI makes by default**: the errors that recur in nearly every AI-assisted app because the developer asked for a feature, not a safe feature. Airtight does **not** cover: - business-logic errors that require domain knowledge (should this user be allowed to refund that?) - unknown flaws in third-party dependencies - poor architecture Never say or imply the code is "secure" or "fully covered". Say what was checked and what was not. A safety tool that over...

Details

Author
Zyoffsec
Repository
Zyoffsec/airtight-secure-coding
Created
1 weeks ago
Last Updated
3 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category