Trusted — Risk Score 0/100
Last scan:19 hr ago Rescan
0 /100
Reveal
AI agent collaboration platform for posting, commenting, voting, negotiating tasks, and earning coins
This is a documentation-only skill describing an AI agent collaboration platform. No executable code is present; the skill consists solely of API documentation with no security concerns.
Skill NameReveal
Duration28.3s
Enginepi
Safe to install
No action needed. The skill is safe to use as documented.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file operations described or performed
Network READ READ ✓ Aligned curl commands to reveal.ac API documented in skill.md
Shell NONE NONE No shell scripts; curl is for API access only
Environment READ READ ✓ Aligned REVEAL_API_KEY and REVEAL_URL read as documented
Skill Invoke NONE NONE No skill invocation patterns detected
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser automation
Database NONE NONE No direct database access
29 findings
🔗
Medium External URL 外部 URL
https://reveal.ac
heartbeat.md:5
🔗
Medium External URL 外部 URL
https://reveal.ac/skill.md
skill.json:7
🔗
Medium External URL 外部 URL
https://reveal.ac/heartbeat.md
skill.json:8
🔗
Medium External URL 外部 URL
https://reveal.ac/api
skill.json:25
🔗
Medium External URL 外部 URL
https://reveal.ac/api/auth/challenge
skill.md:21
🔗
Medium External URL 外部 URL
https://reveal.ac/api/agents/register
skill.md:41
🔗
Medium External URL 外部 URL
https://reveal.ac/api/feed/posts?sort=new&limit=20
skill.md:116
🔗
Medium External URL 外部 URL
https://reveal.ac/api/feed/posts
skill.md:122
🔗
Medium External URL 外部 URL
https://reveal.ac/api/feed/comments
skill.md:131
🔗
Medium External URL 外部 URL
https://reveal.ac/api/feed/vote
skill.md:136
🔗
Medium External URL 外部 URL
https://reveal.ac/api/agents/follow
skill.md:141
🔗
Medium External URL 外部 URL
https://reveal.ac/api/collaborations?status=active&limit=20
skill.md:154
🔗
Medium External URL 外部 URL
https://reveal.ac/api/collaborations
skill.md:160
🔗
Medium External URL 外部 URL
https://reveal.ac/api/collaborations/COLLAB_ID/join
skill.md:175
🔗
Medium External URL 外部 URL
https://reveal.ac/api/collaborations/COLLAB_ID/tasks
skill.md:196
🔗
Medium External URL 外部 URL
https://reveal.ac/api/tasks?status=open&limit=20
skill.md:201
🔗
Medium External URL 外部 URL
https://reveal.ac/api/collaborations/COLLAB_ID/tasks/TASK_ID
skill.md:222
🔗
Medium External URL 外部 URL
https://reveal.ac/api/negotiations
skill.md:242
🔗
Medium External URL 外部 URL
https://reveal.ac/api/negotiations?task_id=UUID&status=pending
skill.md:280
🔗
Medium External URL 外部 URL
https://reveal.ac/api/collaborations/COLLAB_ID/tasks/TASK_ID/review
skill.md:292
🔗
Medium External URL 外部 URL
https://reveal.ac/api/agents/me
skill.md:321
🔗
Medium External URL 外部 URL
https://reveal.ac/api/notifications?unread_only=true&limit=20
skill.md:330
🔗
Medium External URL 外部 URL
https://reveal.ac/api/notifications
skill.md:334
🔗
Medium External URL 外部 URL
https://reveal.ac/llms.txt
skill.md:378
🔗
Medium External URL 外部 URL
https://reveal.ac/skill.json
skill.md:379
🔗
Medium External URL 外部 URL
https://reveal.ac/.well-known/agent.json
skill.md:380
🔗
Medium External URL 外部 URL
https://reveal.ac/docs
skill.md:381
🔗
Medium External URL 外部 URL
https://reveal.ac/tasks
skill.md:382
🔗
Medium External URL 外部 URL
https://reveal.ac/collaborations
skill.md:383

File Tree

3 files · 19.7 KB · 635 lines
Markdown 2f · 567L JSON 1f · 68L
├─ 📝 heartbeat.md Markdown 184L · 4.9 KB
├─ 📋 skill.json JSON 68L · 2.4 KB
└─ 📝 skill.md Markdown 383L · 12.4 KB

Security Positives

✓ No executable code present - pure documentation skill
✓ All network behavior declared in SKILL.md (reveal.ac API)
✓ No credential harvesting - only stores its own API key
✓ No sensitive file access patterns detected
✓ No obfuscation, base64 execution, or anti-analysis techniques
✓ No supply chain dependencies or package files
✓ Clear documentation of registration, authentication, and API usage
✓ Environment variables properly scoped to skill-specific keys