io.github.vpatser1/social-media-analytics
NPM · SOCIAL-MEDIA-ANALYTICS · SCANNED AUG 7
Profile analysis, hashtag research, content calendars, competitor benchmarks, viral scoring
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 485 tokens (~97/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · social-media-analytics
claude mcp add vpatser1-social-media-analytics -- npx -y social-media-analytics
codex mcp add vpatser1-social-media-analytics -- npx -y social-media-analytics
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"vpatser1-social-media-analytics": {
"type": "local",
"command": [
"npx",
"-y",
"social-media-analytics"
],
"enabled": true
}
}
} openclaw mcp add vpatser1-social-media-analytics --command npx --arg -y --arg social-media-analytics
mcp_servers:
vpatser1-social-media-analytics:
command: "npx"
args: ["-y", "social-media-analytics"] {
"mcpServers": {
"vpatser1-social-media-analytics": {
"command": "npx",
"args": [
"-y",
"social-media-analytics"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 60
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 7 Aug 2026 · Analysed npm/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Deprecated | 95 |
| Stale | 29 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
analyze_competitors ~80
Analyze 2-5 competitor social media profiles. Provides side-by-side follower comparison, content strategy differences, posting frequency comparison, and engagement benchmarks.
| Name | Type | Req | Description |
|---|---|---|---|
| competitors | array | yes | Array of 2-5 competitor profile URLs or handles (e.g., ['https://twitter.com/competitor1', 'https://twitter.com/competitor2']) |
No output schema declared.
No examples provided.
analyze_hashtags ~89
Analyze hashtags for estimated popularity/volume, related hashtags, best posting times, competition level (low/medium/high), and platform-specific recommendations.
| Name | Type | Req | Description |
|---|---|---|---|
| hashtags | array | yes | Array of hashtags to analyze (e.g., ['#ai', '#startup', '#marketing']) |
| platforms | array | – | Target platforms to include recommendations for (e.g., ['twitter', 'instagram']). Defaults to all platforms. |
No output schema declared.
No examples provided.
analyze_profile ~97
Analyze a social media profile from its URL. Extracts publicly available data including profile name, bio, follower count, post frequency estimation, engagement rate estimation, and content themes. Supports Twitter/X, Instagram, YouTube, LinkedIn, and TikTok.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | The social media profile URL to analyze (e.g., https://twitter.com/username, https://instagram.com/username, https://youtube.com/@channel) |
No output schema declared.
No examples provided.
generate_content_calendar ~125
Generate a 30-day content calendar with post ideas, captions, optimal posting times by platform, content mix recommendations (video/image/text ratios), and hashtag suggestions per post.
| Name | Type | Req | Description |
|---|---|---|---|
| niche | string | yes | The niche or topic for the content calendar (e.g., 'AI startups', 'fitness coaching', 'personal finance') |
| platforms | array | – | Target platforms (e.g., ['twitter', 'linkedin', 'instagram']). Defaults to twitter, linkedin, instagram. |
| posts_per_week | integer | – | Number of posts per week (1-14). Defaults to 5. |
No output schema declared.
No examples provided.
viral_score ~94
Estimate the virality potential (0-100) of a post text or concept. Identifies emotional triggers, shareability factors, and provides improvement suggestions with platform-specific optimization tips.
| Name | Type | Req | Description |
|---|---|---|---|
| platform | string | – | Target platform for platform-specific tips (e.g., 'twitter', 'linkedin'). If omitted, tips for all platforms are provided. |
| text | string | yes | The post text or content concept to score for virality |
No output schema declared.
No examples provided.