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.
git clone --depth 1 https://github.com/frankxai/Starlight-Intelligence-SystemWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/sip-attest-video)<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/sip-attest-video"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/sip-attest-video/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/sip-attest-video"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/sip-attest-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00061 | $0.02071 |
| Opus 5 | $0.00030 | $0.01035 |
| Sonnet 5 | $0.00012 | $0.00414 |
| Haiku 4.5 | $0.00006 | $0.00207 |
Grade A, and why
sip-attest-video 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 7d 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 — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sip-attest-video
Load SIP.md, docs/attested-modalities.md, and ATTESTATIONS.md. Attach Starlight Intelligence Protocol attestation to a video artifact (clip, trailer, music video, episode teaser, cinematic).
Artifact
$ARGUMENTS
Process
-
Validate input.
- Parse
<video-file-path>from$ARGUMENTS. Resolve to absolute path. - Verify file exists. If not, emit:
Cannot attest — file not found: <path>.Halt. - Verify extension in {
.mp4,.mov,.webm,.mkv}. If not, emit:Cannot attest — not a video container. Supported: mp4, mov, webm, mkv.Halt. - Parse optional flags
--tool(defaultgeneric),--canon(defaultnone),--card-frames <seconds>(default off; typical values 1–3).
- Parse
-
Scan for real composition. Refuse decorative attestation.
- Check for tool-reported metadata via
ffprobe(Veo, Runway, Sora often embed generator tags in MP4 metadata atoms). - Check for prompt provenance in a co-located
<filename>.prompt.txtor<filename>.jsonif present. - If
--canon arcanea, verify canonical element references (Guardian names, Vel'Tara locations, canon-driven visual motifs) in prompt metadata. - If no composition signals found AND
--tool genericAND--canon none, emit:Cannot attest — no SIP composition detected. Attestation would be decorative, which corrodes the protocol.Halt.
- Check for tool-reported metadata via
-
Compute composition hash.
- Emit a
sha256sum <video-file-path>Bash command. Capture the hash. - Hash binds to the exact container payload. Any re-encode (format, bitrate, resolution change) produces a derivative requiring re-attestation.
- Emit a
-
Generate SIP attestation block. Video-specific fields:
- Standard fields: substrate version, layers used, verticals, canon, nodes, generated timestamp.
- Video-specific fields:
duration_seconds,width_px,height_px,fps,video_codec,audio_codec(if present),has_audio(bool),tool,tool_version,prompt_hash,canon_refs,payload_sha256. - Emit a
ffprobe -v quiet -print_format json -show_format -show_streams <file>command to populate dimension/codec/duration fields.
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.
- 7d ago First seen · 159 lines · 61 tokens per session scan A 69a90b5e9241
sip-attest-video is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 2,071 once invoked, about $0.0003 per session on Opus 5. 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-09-03.
Other commands, from other repositories
memories
View and manage learned memories.
mpm-session-resume
Load context from paused session.
forget
Delete specific memories.
learn
Add new learning to memory.
gbu-retro
Post-session retrospective — harvest this session's lessons into durable doctrine.
agentic-jujutsu
The learning backbone of ACOS. Based on ruvnet's agentic-jujutsu (v2.3.6, MIT), customized for ACOS.