falkor-graph — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited falkor-graph (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
Use the LifeOS FalkorDB sidecar graph. This skill is for graph traversal and agent-owned relationship links, not canonical entity edits.
Use the LifeOS MCP tools:
falkor_graph_schema first.falkor_graph_query for read-only Cypher.MATCH, WITH, RETURN, EXPLAIN, and PROFILE.MATCH or WITH query must include LIMIT unless it is a count aggregate.falkor_graph_schema before inventing raw Cypher.convexId, title, status, visionId, kind, reason, confidence) over returning whole nodes.falkor_graph_link when a meaningful relationship exists but is not already represented.convexId values from prior reads.kind, reason, and confidence.AGENT_LINK relationships.falkor_graph_unlink only for relationships previously created by falkor_graph_link.Good uses:
AGENT_LINK relationships before adding new ones.Rules:
life_beliefReframes records. Use get_belief_reframes, create_belief_reframe, and update_belief_reframe for those records; do not model them as Falkor AGENT_LINKs.get_active_vision_graph or get_project_graph because those projections include belief_reframe nodes.convexId is the stable id shared between Convex and Falkor nodes.HAS_IDENTITY, HAS_PILLAR, or PILLAR_SUPPORTS_PROJECT.falkor_graph_query.When reporting results:
AGENT_LINK relationship id.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.