register-feature-flag — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited register-feature-flag (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.
install-dev/data/xml/feature_flag.xml.<entities>: <feature_flag id="{domain}">
<stability>beta</stability>
<state>0</state>
<label_wording>{Domain} page</label_wording>
<label_domain>Admin.{Section}.Feature</label_domain>
<description_wording>Enable the new Symfony-based {domain} management page (beta).</description_wording>
<description_domain>Admin.{Section}.Feature</description_domain>
</feature_flag>name field (which maps to the id attribute in XML) must exactly match the _legacy_feature_flag values in the routing YAML.INSERT INTO ps_feature_flag (name, state, stability) VALUES ('{domain}', 0, 'beta');UPDATE ps_feature_flag SET state=1 WHERE name='{domain}';Conventions (atomic commit, beta→stable lifecycle) are in Controller/CONTEXT.md. Skill-specific reminder:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.