tasks — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tasks (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
Model-neutral helper to add/list tasks in Graphiti MCP so any agent can keep a shared task board.
Use when the user says: "add a task", "list tasks", "load tasks", "task status".
1) List: lisa tasks list --cache [--group <id>] [--limit 20] [--all|--since today] 2) Add: lisa tasks add "<task text>" [--status todo|doing|done] [--tag foo] [--group <id>] --cache 3) Defaults: reads ${GRAPHITI_ENDPOINT} from .lisa/.env (written by init); group ID is automatically derived from the project folder path. List defaults to --since today unless --all or --since is provided. 4) Cache fallback: writes/reads cache/tasks.log when --cache is passed, returning last cached result on MCP failure. 5) Keep prompts model-neutral; models only orchestrate CLI commands and summarize JSON output.
{ status: "ok", action: "list", tasks: [...] }{ status: "ok", action: "add", task: { text, status, group } }{ status: "fallback", error, fallback: <cached object> }lisa CLI binary — no scripts to run directly.add_task/list_tasks.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.