td-trend-scout — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited td-trend-scout (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.
This skill is loaded by a td-trend-scout sub-agent. You receive one surface from the orchestrator and produce one file: _workspace/hype-scout/01_scout_<surface>.md. You do not synthesize across surfaces — that's td-hype-synthesizer's job.
Write the file header before any web work, so a network failure mid-run leaves usable partial output:
mkdir -p _workspace/hype-scoutThen Write the file with this header (replace <surface>):
# Hype scout — <surface>
**Surface:** <surface>
**Scout window:** 2025-Q3 → 2026 (preferentially), with documented revivals of older trends allowed.
**Run:** <YYYY-MM-DD>
## Trend candidatesAppend each candidate as you confirm it (don't batch). If your run is cut off, the orchestrator can resume from this file.
Use the surface map below to know where to look. Don't search everywhere — go deep on the channels that matter for your surface.
#### community-showcase — what artists are shipping
https://forum.derivative.ca/c/community-showcase/#touchdesigner, #touchdesignerart, #touchdesignerartist, #touchdesigner099TouchDesigner tag, derivative groupTouchDesigner projects, filter by Recentfrom:elekktronaut OR from:dotsimulate OR from:paketa12 etc., #touchdesignertouchdesigner, td-sketches)Look for: recurring techniques across multiple posts in the last ~6 months; what they're making, not who made it.
#### tutorials — what is being taught
derivative.ca/wiki, Medium TD tagLook for: techniques covered by 3+ channels in 6 months = a hot front-running trend.
#### generative-ai — TD ↔ AI crossover
forum.derivative.ca — Components & Tools, Beginners)#### hardware-interactive — physical inputs
#### vfx-aesthetics — visual languages
For each candidate aesthetic, look across showcase + Instagram for recurrence:
Before writing an entry, check three things:
grep -irn "realsense\|kinect\|pointCloud" src/knowledge/data/ | head
grep -irn "create_.*audio\|create_.*particle" src/tools/ | head
grep -irn "<keyword>" src/tools/ src/knowledge/data/ docs/ROADMAP.mdsrc/tools/ and recipes/ for existing equivalents:create_audio_reactive covers audio→visual, but not "Ableton-Link locked phrase morph").EXTENSION if the trend adds a preset/parameter.Append to your scratchpad in this exact format:
### <N>. <Short trend name>
- **What artists are doing:** 1-3 sentences, concrete.
- **Why it's hyped:** 1 sentence about *why now*.
- **Evidence:**
- <URL> — <1-line description of what's there>
- <URL> — <1-line>
- (optional) <URL> — <1-line>
- **Hype intensity:** High / Medium / Low
- **Recency tag:** e.g. `Q4-2025`, `2026`, `2024-revival`
- **Suggested tdmcp tool:** `create_<name>` — Layer <1|2|3> — touches operators `<a, b, c>` (cite KB path or note `UNVERIFIED — probe live`).
- **Build-ease guess:** S / M / L (S=hours, M=day, L=multi-day or new bridge endpoint)
- **tdmcp coverage:** NOT-COVERED / PARTIAL — existing `<tool>` / COVERED — existing `<tool>`
- **Cross-surface footnote:** (optional) e.g. "also appears in `tutorials`"End the file with a one-line tally:
---
**Tally:** N candidates — Hype H/M/L: `<x/y/z>` — Coverage NOT/PART/COV: `<x/y/z>` — Build S/M/L: `<x/y/z>`If the file is tagged PARTIAL-DUE-TO-NETWORK, say so at the top.
When you scan a surface, run each candidate through at least 2 of these lenses to confirm it's really trending:
| Lens | Question |
|---|---|
| Recurrence | Is this technique appearing in 3+ recent posts/videos by different creators? |
| Front-runner | Is a respected tutorial channel (elekktronaut, dotsimulate) teaching it now? |
| Cross-tool | Is it bridging TD with another hot tool (ComfyUI, Ableton, Notch, Unreal)? |
| Hardware unlock | Is it riding a new hardware capability (LiDAR cheap now, iPhone depth, M-series GPU)? |
| Aesthetic moment | Is this visual language showing up across genres (clubs, brand work, art installations)? |
| AI moment | Is this trend riding the real-time ML wave (StreamDiffusion, Depth Anything, etc.)? |
Single-lens trends are usually weak signal — note them but score Hype: Low. Multi-lens trends (e.g. front-runner + cross-tool + AI moment) are strong signal — score Hype: High.
EVIDENCE-WEAK."Sept 2025 tutorial").WebSearch to find recent posts/videos/threads on your surface.WebFetch to verify a URL is live and pull a 1-line summary.Bash (grep/find) + Read to check tdmcp coverage (src/tools/, src/knowledge/data/, docs/ROADMAP.md, recipes/).Write (incremental append via Edit after the initial header Write).If WebSearch/WebFetch aren't available, do what you can with cached knowledge but tag the file PARTIAL-DUE-TO-NETWORK at the top and lower every entry's confidence by one notch.
src/knowledge/data/) or mark UNVERIFIED — probe live.If _workspace/hype-scout/01_scout_<surface>.md already exists:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.