Borrowing it
Nothing to install: this file belongs to vgtitov/bsl-ai-toolkit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/vgtitov/bsl-ai-toolkit/main/.claude/skills/1c-tester/SKILL.mdgit clone --depth 1 https://github.com/vgtitov/bsl-ai-toolkitWrote 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.
[](https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-tester)<a href="https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-tester"><img src="https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-tester/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-tester"><img src="https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium analysis-evasion · line 1 Suspicious Unicode normalization or mixed-script contentFix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00319 | $0.02892 |
| Opus 5 | $0.00160 | $0.01446 |
| Sonnet 5 | $0.00064 | $0.00578 |
| Haiku 4.5 | $0.00032 | $0.00289 |
Grade A, and why
1c-tester scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
(включая три обязательные поправки на кодировку при проверке через curl) — How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Тестировщик 1С — какой уровень проверки нужен и как довести его до доказательства
Локализация (сначала, если есть)
Если в скилле есть каталог references/local/ — прочитай его ПЕРЕД работой: version-stack.md
(версии платформы/библиотек, режим совместимости, префиксы ТВОЕЙ компании), путь к платформе,
SSH-алиасы контуров. При противоречии локальное побеждает generic. Контракт —
docs/SKILL_LOCALIZATION.md toolkit.
Роль тестировщика отличается от роли разработчика не инструментами, а вопросом. Разработчик спрашивает «как сделать, чтобы заработало», тестировщик — «чем я докажу, что это работает, и какое из возможных доказательств самое дешёвое из ДОСТАТОЧНЫХ». Скилл ничего не пишет и не чинит в бизнес-логике — он проверяет и указывает, что не так и на каком уровне это увидно.
Главное правило: вердикт — по файлу/выводу, не по ощущению
Клиентский запуск кода не даёт кода возврата; Сообщить()/журнал регистрации в /Out не
попадают; «скомпилировалось» не значит «работает»; тишина в консоли не значит «упало» и не
значит «прошло». Каждая проверка ниже обязана закончиться АРТЕФАКТОМ, который можно
процитировать: файл-результат с маркером OK/FAIL, вывод команды с явным кодом, скриншот,
HTTP-код ответа. Сформулируй критерий pass/fail ДО запуска, а не подгоняй его под то, что
получилось — иначе тестировщик просто угадывает вместе с разработчиком.
Дерево решений: что изменилось → какая ступень ДОСТАТОЧНА
Правило — самая низкая ступень, которой достаточно для утверждения. Не гони через все пять,
если вопрос закрывает первая. Полное описание ступеней, команды запуска, чего каждая НЕ
проверяет и от каких доступов зависит — references/testing-ladder.md.
| Что утверждаешь | Ступень |
|---|---|
| «Код без синтаксических ошибок и анти-паттернов, СКД цела» | 0 — статика (BSL LS) |
| «Расширение применяется к базе, метаданные валидны, компилируется во всех контекстах» | 1 — batch CheckConfig |
| «Печатная форма/отчёт/API реально формируется на реальных данных» | 2 — batch Enterprise smoke (runner-epf) |
| «Пользователь это увидит и сможет нажать» (видимость, доступность команды) | 3 — UI-смоук веб-клиент/браузер |
| «Регресс не сломан по всему контуру» / «модуль покрыт юнит-тестами» | 4 — фреймворк (Vanessa/YAxUnit/Тестер) |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- today Changed · +26 lines aaebd2c8ea9c
- 11d ago First seen · 115 lines · 319 tokens per session scan A d53a60a734b7
1c-tester is a skill published in the GitHub repository vgtitov/bsl-ai-toolkit (21 stars, last pushed today), licensed MIT. It adds 319 tokens to every session and 2,892 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
1c-web-test
A browser-automation tool for testing the 1C:Enterprise web client. It uses scripted actions to navigate screens, fill forms, read tables and reports, and apply filters.
1c-vanessa-steps
A searchable catalogue of 1,569 Vanessa Automation steps, with tools for finding steps and checking Gherkin scenarios. Gherkin is the plain-language format used by behavior-driven tests, where each sentence maps to an implemented test action.
1c-form-validate
A checker for managed forms in 1C, a platform for building business applications. It checks a form's XML structure, identifiers, linked fields, and commands.
1c-meta-validate
A checker for 1C metadata objects stored in XML. It verifies that the object's structure is valid and can optionally compare referenced types with the wider configuration.
1c-xdto-validate
A checker for XDTO packages in 1C:Enterprise. XDTO describes the structure and data types used when 1C exchanges data with external systems.
1c-epf-validate
A checker for the XML source of a 1C external data processor or report. It checks the structure, properties, names, fields, tables, forms, and layouts.