بنقرة واحدة
requires-keyvault-skill
Synthetic test fixture — a skill that opts into Mordred keyvault protection.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Synthetic test fixture — a skill that opts into Mordred keyvault protection.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run the mordred-hermes release runbook — version bump, dev PR, dev→main release PR, TestPyPI dry run, verification, PyPI publish, tag. Use when the user asks to release, publish, or bump the package version.
Read-only inspection of the Mordred privacy layer (status, policy, network path, plugins). Observe only — never mutate or read secrets.
Synthetic test fixture — a skill that declares Tor as its required network path.
Synthetic test fixture — a skill that declares clearnet network access.
Synthetic test fixture — a skill with no metadata.mordred extension at all.
| name | requires-keyvault-skill |
| description | Synthetic test fixture — a skill that opts into Mordred keyvault protection. |
| metadata | {"mordred":{"network_requirements":"local-only","requires_keyvault":true}} |
This skill is used by tests/test_install_wrapper.py to assert that
hermes mordred install enforces metadata.mordred.requires_keyvault:
strict mode blocks the install when the keyvault holds no keys, lenient
mode warns, and off mode allows. network_requirements: local-only keeps
the network decision at allow so the keyvault decision is observed in
isolation.