Scan Report
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.
Safe to install
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.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Referenced PHP scripts not present in package Doc Mismatch | references/php-example-notes.md:4 |
| Low | User content explicitly declared for external transmission Sensitive Access | SKILL.md:18 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md: 'bundled PHP scripts can send moderation payloads to external APIs' |
| Filesystem | NONE | NONE | — | No file operations in this skill |
| Shell | NONE | NONE | — | No shell execution referenced |
5 findings
Medium External URL 外部 URL
https://cdn.example.com/a.jpg references/api-integration.md:30 Medium External URL 外部 URL
https://cdn.example.com/a.mp4 references/api-integration.md:33 Medium External URL 外部 URL
https://api.x.ai/v1/chat/completions references/api-integration.md:150 Medium External URL 外部 URL
https://cdn.example.com/post/10001-1.jpg references/api-spec.md:21 Medium External URL 外部 URL
https://cdn.example.com/post/10001-1.mp4 references/api-spec.md:24 File Tree
9 files · 43.3 KB · 1510 lines 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
Security Positives
✓ 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