CtrlK
BlogDocsLog inGet started
Tessl Logo

provenance

Trace data lineage, source attribution, audit trails, and provenance assertions in Semantica graphs.

69

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

/semantica:provenance

Inspect provenance metadata. Usage: /semantica:provenance <task> [args]

$ARGUMENTS = task + optional node, edge, or time range.


trace <node_id> [--depth N]

Trace the provenance of a node or fact.

from semantica.provenance import ProvenanceTracer

tracer = ProvenanceTracer()
trace = tracer.trace_node(node_id=node_id, depth=depth)

Output: source chain, authors, timestamps, and validation status.


audit [--since <ts>] [--actor <id>]

View audit logs for graph changes.

audit_log = tracer.get_audit_log(since=since, actor=actor)

Return: change events, actor, affected objects, and action details.

Repository
semantica-agi/semantica
Last updated
First committed

Is this your skill?

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.