Поиск production-хардкода во frontend/backend на разных языках: user-visible text, fixed API/data/config values, endpoints и i18n bypass. Use когда нужно найти hardcoded literals без ложного правила «любая строка — ошибка».
Scanned 9/11/2026
Install to Claude Code
npx -y skills add Vitammiin/agent-vorcl-flow --skill integrity-hardcode --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integrity Hardcode?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vitammiin-integrity-hardcode)More formats (shields.io, HTML) on the badges page.
---
name: integrity-hardcode
description: "Поиск production-хардкода во frontend/backend на разных языках: user-visible text, fixed API/data/config values, endpoints и i18n bypass. Use когда нужно найти hardcoded literals без ложного правила «любая строка — ошибка»."
---
# Integrity: hardcode
Запусти `$code-integrity` scanner с `--mode hardcode`, затем примени `$hardcode-detection`. На backend отдельно проверь constants/static/final fields, default parameters, named arguments и config objects с планами/ценами/ролями/лимитами/категориями/tenant/account values: сопоставь их со schema/model/migration/repository/query/admin mutation и докажи обход или overwrite database state. Исключи code/config-owned protocols, routes, enums, SQL, operator logs, tests, fixtures, generated и vendor.
Для каждого finding: severity, область, `file:line`, rule ID, evidence, production reachability, root cause, remediation и confidence. Ничего не правь; значимые findings → `add_task`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration