tachyon-linear — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tachyon-linear (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.
Use this skill when operating Linear through the local tachyon CLI.
tachyon CLI. Do not use direct Linear API calls or GitHub issues.tachyon linear issue ... for Linear-specific work.tachyon issue ... --provider linear only when the user explicitly wants the default project-management abstraction.--tenant-id when the tenant/operator is known from the task, URL, repo, or user context.プラットフォーム事業 when the user has not specified another Linear team.--json when creating, listing, or updating so the result can be parsed and summarized accurately.Check CLI availability and auth before doing live work:
command -v tachyon
tachyon auth list
tachyon linear --help
tachyon linear issue --helpInspect subcommand options before using unfamiliar fields:
tachyon linear issue create --help
tachyon linear issue list --help
tachyon linear issue update --helpList active Linear issues for a team:
tachyon linear issue list \
--team "プラットフォーム事業" \
--tenant-id <tenant_id_or_alias> \
--jsonInclude completed or canceled issues when needed:
tachyon linear issue list \
--team "プラットフォーム事業" \
--include-completed \
--tenant-id <tenant_id_or_alias> \
--jsonCreate a Linear issue with an explicit title and Markdown description:
tachyon linear issue create \
--team "プラットフォーム事業" \
--title "<issue title>" \
--description "<markdown description>" \
--priority medium \
--tenant-id <tenant_id_or_alias> \
--jsonUse --skip-if-exists when creating an idempotent follow-up issue:
tachyon linear issue create \
--team "プラットフォーム事業" \
--title "<issue title>" \
--description "<markdown description>" \
--priority medium \
--skip-if-exists \
--tenant-id <tenant_id_or_alias> \
--jsonOptional fields:
--assignee-id <id> or --assignee <id>--label-id <id> repeated for multiple labels--project <project id or name>--due-date YYYY-MM-DD--related-issue-id <id> repeated for multiple related issuesUpdate status, title, assignee, or priority by issue key or id:
tachyon linear issue update PLT-123 \
--team "プラットフォーム事業" \
--status "In Progress" \
--priority high \
--tenant-id <tenant_id_or_alias> \
--jsonUse provider-specific ids when names are ambiguous:
tachyon linear issue update PLT-123 \
--status-id <status_id> \
--assignee-id <assignee_id> \
--tenant-id <tenant_id_or_alias> \
--jsonKeep the user-facing result short and operational:
--skip-if-exists reused an existing issue.tachyon linear issue create.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.