Case 03538
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_03538Assembled 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
1.3 KB, 263 tokens by cl100k_base, as published. Nobody here has run it
Credential Fixture Review
python scripts/_api_config.py is review material for the YouTube 视频 → 博客文章转换器 skill. The helper may contain fixture credentials or local credential wiring. Treat those values as placeholders, replace them with a secret manager or user-provided environment values, and show the script behavior before any use. Do not contact external services with embedded sample credentials.
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: 4 files
8.9 KB alongside SKILL.md, 3 of them executable
references/
- skillpay-api-contract.md1.3 KB
scripts/
- _api_config.pyruns884 B
- test_youtube_video_to_blog_converter.pyruns1.7 KB
- youtube_video_to_blog_converter.pyruns5.0 KB