بنقرة واحدة
tor-skill
Synthetic test fixture — a skill that declares Tor as its required network path.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Synthetic test fixture — a skill that declares Tor as its required network path.
التثبيت باستخدام 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 opts into Mordred keyvault protection.
Synthetic test fixture — a skill that declares clearnet network access.
Synthetic test fixture — a skill with no metadata.mordred extension at all.
| name | tor-skill |
| description | Synthetic test fixture — a skill that declares Tor as its required network path. |
| metadata | {"mordred":{"network_requirements":"tor"}} |
This skill is used by tests/test_install_wrapper.py to assert that
strict-mode policy allows installation of Tor-declared skills.
Its executable counterpart, network_probe.py, is the network
operation this network_requirements: tor declaration is about. The
integration test tests/integration/test_tor.py::TestTorSkillEndToEnd
runs it through a live Tor circuit (TODO §3.3 L380); the hermetic
response-handling tests live in tests/test_tor_skill_fixture.py.