Define and enforce policies, access controls, and compliance rules over Semantica knowledge graphs.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/skills/policy/SKILL.mdApply policy rules and checks. Usage: /semantica:policy <task> [args]
$ARGUMENTS = task + optional policy name, rule set, or target entity.
check [--rule <name>] [--target <id>]Run policy checks against the graph.
from semantica.policy import PolicyEngine
engine = PolicyEngine()
result = engine.check(rule_name=rule_name, target=target)Output: compliance status, failing rules, and remediation guidance.
listList available policy rules and categories.
rules = engine.list_rules()Return: rule name, description, severity, and category.
8406297
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.