Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/d4rkninja/infynon-cli/tracegit clone --depth 1 https://github.com/d4rkNinja/infynon-cliWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00732 |
| Opus 5 | $0.00000 | $0.00366 |
| Sonnet 5 | $0.00000 | $0.00146 |
| Haiku 4.5 | $0.00000 | $0.00073 |
Grade A, and why
trace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
trace
Use trace to save repo context, implementation notes, and package/file/branch memory.
When to use
Use Trace when you want to remember why a change happened, retrieve relevant repo context, or keep task handoff notes outside chat.
Basic usage
infynon trace <subcommand>
Common commands
| Command | Description |
|---|---|
infynon trace overview |
Show Trace overview |
infynon trace init |
Initialize Trace in the repo |
infynon trace source add-redis <id> --url <url> |
Add Redis source |
infynon trace source add-sql <id> --engine <engine> --url <url> |
Add SQL source |
infynon trace source list |
List sources |
infynon trace source default <id> |
Set default source |
infynon trace source remove <id> |
Remove source |
infynon trace note add <id> --title <title> --body <body> |
Add note |
infynon trace note update <id> |
Update note |
infynon trace note list |
List notes |
infynon trace note remove <id> |
Remove note |
infynon trace retrieve |
Retrieve notes by filters |
| `infynon trace sync --direction pull | push |
infynon trace compact |
Compact stale notes |
| `infynon trace schema sql | redis` |
infynon trace tui |
Open Trace TUI |
infynon trace graph build |
Build knowledge graph |
infynon trace graph show |
Show graph |
infynon trace graph entity add <name> --kind <kind> |
Add graph entity |
infynon trace graph entity list |
List graph entities |
infynon trace graph entity remove <id> |
Remove graph entity |
infynon trace graph edge add --from <a> --to <b> --relation <type> |
Add graph edge |
infynon trace graph edge list |
List graph edges |
infynon trace graph edge remove <id> |
Remove graph edge |
infynon trace graph path <from> <to> |
Find path |
infynon trace graph impact <entity> |
Show impact |
infynon trace graph orphans |
Show unconnected entities |
infynon trace graph diff <branch-a> <branch-b> |
Diff graphs |
| `infynon trace graph export --format json | dot` |
infynon trace graph import <file> |
Import graph |
infynon trace graph tui |
Open graph TUI |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 74 lines · 0 tokens per session scan A 33c74bff168a
trace is a command published in the GitHub repository d4rkNinja/infynon-cli (8 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 732 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
audit-codebase
RTK Codebase Health Audit — 7 catégories scorées 0-10.
codereview
RTK Code Review — Review locale pre-PR avec auto-fix.
implement
Execute phased implementation with validation gates.
clean-worktrees
Clean all merged worktrees automatically (no interaction).
loop
Iteratively fix issues until all resolved or max iterations reached.
review
Code review with security and @MX tag compliance check.