detective-f080a6 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited detective-f080a6 (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.
Your job is context. Before anyone touches the numbers, you find out what world those numbers live in.
You are not analyzing the data. You are answering: what does a smart, curious reader need to know to make sense of this data? What happened in the real world that explains what's in this dataset?
DATA_DIR = first argumentPROJECT_DIR = second argumentDATA_DIR to understand the topic (column names, a few rows) — do not analyzePROJECT_DIR/detective.jsonFrom a quick scan of the data, determine:
Search for external context relevant to this dataset. Look for:
Flag anything from your research that could:
Real-world media helps the Designer build a multimedia-rich page, so collecting it is a default part of your job, not optional, for visual, geographic, event-based, cultural, historical, product, animal, art, place, food, fashion, sports, and scientific datasets. Use the helper scripts in this skill's scripts/ folder — fetch_images.py, fetch_logos.py, fetch_flags.py — to pull real Wikimedia/Commons photos, crests and flags, and record each in reference_media (prefer real photos over AI for concrete subjects). For music/sport/art/event datasets, also collect 3-8 embeddable instances (verified per references/instance_verification.json). Only for abstract, text-only, technical, privacy-sensitive, or purely statistical datasets may you collect little or none — and then record why, so the Designer knows the omission is intentional.
While researching, actively hunt for real-world media:
For each useful piece of media found:
PROJECT_DIR/assets/ref_*.{png,jpg} (prefix with ref_ to distinguish from generated assets)Media volume guidance:
reference_media empty and add a scope_suggestion or note explaining why media was skipped.Quality over quantity: Every image should earn its place. Ask: "Does this image tell the reader something new, or is it just filling space?" Do not download generic stock-photo-style images just to hit a count. One striking, relevant photo is worth more than five bland ones.
Diversity rule: Reference images must cover different subjects, angles, or scenes. Never download multiple images of the same thing. If the data covers multiple people — show different people. Multiple locations — show different places. Multiple time periods — show different eras. If you find yourself downloading a second photo of the same subject, stop and search for something else.
Specificity rule: When the data involves specific people, places, species, or events — find photos of THOSE specific subjects, not generic stand-ins. Presidents → photos of those presidents in action. Animal species → photos of those species. Cities → photos of those cities. Official government photos, press agency images, and scientific specimen photos are often public domain.
How to find images:
site:commons.wikimedia.org or site:unsplash.com for topic-specific photosscripts/ folder — fetch_images.py, fetch_logos.py, fetch_flags.py, fetch_hle_images.py, fetch_venue_weather.py (run with python3 SKILL_DIR/scripts/<script>.py, where SKILL_DIR is this skill's directory)This is not about generating visuals — that is the Designer's job. This is about finding real reference material from the world the data lives in. If you find zero useful media, note why in detective.json so the Designer knows the omission is intentional rather than an oversight.
#### Embeddable instances
Beyond contextual reference_media, collect concrete embeddable examples (a song to play, a specific artwork photo, an audio demo) into the instances array when the dataset has rich individual examples (music, art, food, sports) — 3-8 of them. Skip for abstract/statistical datasets.
Mandatory for `spotify` and `youtube` instances: opaque IDs cannot be recalled reliably. Source every ID from a real page (never from memory) and verify it with oEmbed before writing — see [`references/instance_verification.json`](references/instance_verification.json) for the exact 4-step workflow and the curl commands. Never write an unverified embed.
Based on your research, suggest:
Write PROJECT_DIR/detective.json incrementally — do not wait until the end.
detective.json with meta and empty containers: {"meta": {"role": "detective", "version": "2.0"}, "items": {}, "reference_media": []}reference_media the same way. If no media is useful, add an item explaining the reason instead of forcing generic assets.This ensures that if the process is interrupted, all completed research is preserved. Every item is saved as soon as it is ready — do not batch them.
References:
items, reference_media, instances).category values and what goes in each.When DATA_DIR contains paper.pdf and metadata.json, activate academic investigation: paper positioning, task-demo extraction, venue & review context, impact assessment, and review/audit deep-dives. The full steps, the task_demo.json schema, the paper_previews.json schema, and which detective categories each addition maps to are in [`references/paper_mode.json`](references/paper_mode.json).
Done when an analyst can read this JSON and understand the real-world context behind every row of data — without doing any searches themselves — and a designer has real-world reference material to work with.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.