扫描报告
15 /100
post-content-moderation
Review, rewrite, and moderate user-generated posts across title, body text, images, and videos to block ads and contact information
This is a legitimate content moderation skill with declared network access. The skill transparently documents that user content (posts, images, videos) may be sent to external APIs for moderation. No executable code exists, only markdown documentation. Minor documentation artifacts reference non-existent PHP scripts.
可以安装
This skill is safe to use. When deploying, ensure external API endpoints are properly allowlisted and environment variables are used for secrets. Be aware that user-generated content will leave the local environment for moderation.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Referenced PHP scripts not present in package 文档欺骗 | references/php-example-notes.md:4 |
| 低危 | User content explicitly declared for external transmission 敏感访问 | SKILL.md:18 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: 'bundled PHP scripts can send moderation payloads to external APIs' |
| 文件系统 | NONE | NONE | — | No file operations in this skill |
| 命令执行 | NONE | NONE | — | No shell execution referenced |
5 项发现
中危 外部 URL 外部 URL
https://cdn.example.com/a.jpg references/api-integration.md:30 中危 外部 URL 外部 URL
https://cdn.example.com/a.mp4 references/api-integration.md:33 中危 外部 URL 外部 URL
https://api.x.ai/v1/chat/completions references/api-integration.md:150 中危 外部 URL 外部 URL
https://cdn.example.com/post/10001-1.jpg references/api-spec.md:21 中危 外部 URL 外部 URL
https://cdn.example.com/post/10001-1.mp4 references/api-spec.md:24 目录结构
9 文件 · 43.3 KB · 1510 行 Markdown 9f · 1510L
├─
▾
references
│ ├─
api-integration.md
Markdown
│ ├─
api-spec.md
Markdown
│ ├─
install-and-usage.md
Markdown
│ ├─
php-demo-suite.md
Markdown
│ ├─
php-example-notes.md
Markdown
│ ├─
prompt-templates.md
Markdown
│ ├─
release-notes.zh-CN.md
Markdown
│ └─
rule-template.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ SKILL.md explicitly declares network capabilities and data exfiltration scope
✓ Security best practices are documented (environment variables, allowlisting, dry-run testing)
✓ Media inspection limitations are disclosed (placeholder only, no real OCR/QR)
✓ Example URLs use placeholder domains (example.com, api.x.ai in examples)
✓ No hardcoded credentials or API keys in documentation
✓ No obfuscation, reverse shell, or credential harvesting patterns detected
✓ Skill recommends fail-closed policy for ambiguous cases