Organize reusable AI agent skills for Claude Code, Codex, and Cursor with focused workflows, scripts, and fast task selection
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport — counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit a7e4d91 · analyzer v33 · 19h ago
skills & prompt files 15
- agent-rules biyearly-mesothelioma790-skills-a7e4d91/AGENTS.md
- skill biyearly-mesothelioma790-skills-a7e4d91/claude-session-introspect/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/conference-transcribe/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/download-video/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/multimodal-extraction/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/new-mac-setup/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/podcast-publishing-assistant/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/summarize-anything/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/thumbnail-extraction/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/transcribe-anything/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/youtube-api/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/youtube-publish/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/youtube-thumbnails/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/zoom-download/SKILL.md
- skill biyearly-mesothelioma790-skills-a7e4d91/zoom-to-youtube/SKILL.md
danger signals1
- suspicious bundled script suspicious bundled script biyearly-mesothelioma790-skills-a7e4d91/new-mac-setup/scripts/04-dev-environment.sh :107
curl -LsSf https://astral.sh/uv/install.sh | sh
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 31
filesystem 8
- fs biyearly-mesothelioma790-skills-a7e4d91/multimodal-extraction/multimodal_extract.py :6
import shutil - fs biyearly-mesothelioma790-skills-a7e4d91/thumbnail-extraction/thumbnail_extractor.py :16
from pathlib import Path - fs (weak) biyearly-mesothelioma790-skills-a7e4d91/youtube-api/scripts/list_videos.py :14
from pathlib import Path - fs (weak) biyearly-mesothelioma790-skills-a7e4d91/youtube-api/scripts/set_thumbnail.py :19
from pathlib import Path - fs (weak) biyearly-mesothelioma790-skills-a7e4d91/youtube-api/scripts/setup_auth.py :16
from pathlib import Path - fs (weak) biyearly-mesothelioma790-skills-a7e4d91/youtube-api/scripts/update_metadata.py :25
from pathlib import Path - fs (weak) biyearly-mesothelioma790-skills-a7e4d91/youtube-api/scripts/upload_video.py :16
from pathlib import Path - fs (weak) biyearly-mesothelioma790-skills-a7e4d91/youtube-api/scripts/yt_auth.py :12
from pathlib import Path
shell / exec 1
- shell biyearly-mesothelioma790-skills-a7e4d91/multimodal-extraction/multimodal_extract.py :7
import subprocess
network 1
- net biyearly-mesothelioma790-skills-a7e4d91/multimodal-extraction/multimodal_extract.py :10
import urllib.request
secrets 1
- secrets biyearly-mesothelioma790-skills-a7e4d91/multimodal-extraction/multimodal_extract.py :145
if os.environ.get("OPENAI_API_KEY"):