Case 02783
A fast, offline static risk analysis CLI for AI agent skill files. Detects malicious instructions, steganographic payloads, and dangerous capability chains.
npx -y skills add knownasnaffy/prompthound --skill case_02783Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Free basic version that converts YouTube transcript into a structured blog draft. Reserves premium upgrade hooks for SEO optimization and multi-platform publishing formats.
SKILL.md
0.8 KB, 180 tokens by cl100k_base, as published. Nobody here has run it
YouTube 视频 → 博客文章转换器
Value
- Free tier: generate a structured markdown blog draft.
- Premium tier (reserved): SEO optimization, image suggestions, and multi-platform output.
Input
user_idvideo_titletranscript- optional
video_url - optional
tier(free/premium)
Run
python3 scripts/youtube_video_to_blog_converter.py \
--user-id user_004 \
--video-title "AI研发效率实战" \
--transcript "今天我们讨论如何在AI时代提升产品研发效率..."
Tests
python3 -m unittest scripts/test_youtube_video_to_blog_converter.py -v
What ships with it: 3 files
8.0 KB alongside SKILL.md, 2 of them executable
references/
- skillpay-api-contract.md1.3 KB
scripts/
- test_youtube_video_to_blog_converter.pyruns1.7 KB
- youtube_video_to_blog_converter.pyruns5.0 KB