besser-dev — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited besser-dev (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill covers the procedural workflows for contributing to the BESSER codebase. For architecture details and code conventions, also consult the BESSER repo's CLAUDE.md (auto-loaded in Claude Code; with other agents, read CLAUDE.md at the repo root directly).
git clone https://github.com/<your-username>/BESSER.git
cd BESSER
python -m venv venv
# Windows: venv\Scripts\activate
# macOS/Linux: source venv/bin/activate
pip install -r requirements.txt
pip install -r docs/requirements.txt # for building docs
pip install -e . # editable installVerify: python tests/BUML/metamodel/structural/library/library.py
Python 3.11+ is required (enforced by python_requires = >=3.11 in setup.cfg; CI tests 3.11 and 3.12).
This skill keeps SKILL.md short. Reach into references/ for the procedure you need:
| Task | Read |
|---|---|
| Add a new generator (the most common contribution) — 6 steps + scaffold | references/adding-a-generator.md |
| Add a new metamodel / sub-DSL, plus JSON↔BUML converters | references/adding-a-metamodel.md |
Write pytest tests (fixtures, tmp_path, what to assert) | references/testing.md |
| Build the Sphinx docs and cross-reference them | references/docs-and-build.md |
| Code style, commit/PR conventions, cross-repo, CI/release | references/contributing-workflow.md |
Related skills for the using side (not contributing):
references/.besser/utilities/, not in individual generators.JSON → BUML supports a feature, BUML → JSON must too.docs/source/ updates.try/finally for temp directories and file handles.JSON → BUML → JSON should be identity).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.