🚀 The All-in-One Open-Source Social Media Scheduler & Multi-Agent AI Copilot (Postiz / Buffer Alternative)
Drift inferred · capture-to-capture
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
- HIGH code analysis flagged committed secret in jatinder14/hookpost
transport http counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 9b09e73 · analyzer v33 · 1w ago
skills & prompt files 4
- agent-rules jatinder14-hookpost-9b09e73/.github/copilot-instructions.md
- agent-rules jatinder14-hookpost-9b09e73/CLAUDE.md
- agent-rules jatinder14-hookpost-9b09e73/apps/frontend/AGENTS.md
- agent-rules jatinder14-hookpost-9b09e73/apps/frontend/CLAUDE.md
danger signals2
- suspicious endpoint t.me
expected for this server's purpose
jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/telegram.provider.ts :270
releaseURL: `https://t.me/${ - committed secret OpenAI key jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/hashnode.tags.ts :4928
sk-cje…(28 chars, redacted)
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 781
filesystem 9
- fs jatinder14-hookpost-9b09e73/apps/extension/custom-vite-plugins.ts :1
import fs from 'fs'; - fs (weak) jatinder14-hookpost-9b09e73/apps/frontend/scripts/fetch-gtm.mjs :1
import { writeFile, mkdir, readFile } from 'node:fs/promises'; - fs jatinder14-hookpost-9b09e73/apps/frontend/src/app/(app)/api/uploads/[[...path]]/route.ts :2
import { createReadStream, statSync } from 'fs'; - fs jatinder14-hookpost-9b09e73/libraries/helpers/src/configuration/configuration.checker.ts :1
import { readFileSync, existsSync } from 'fs'; - fs jatinder14-hookpost-9b09e73/libraries/helpers/src/utils/read.or.fetch.ts :1
import { readFileSync } from 'fs'; - fs jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social.abstract.ts :15
import { createReadStream, statSync } from 'fs'; - fs jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/tiktok.provider.ts :20
import { createReadStream } from 'fs'; - fs jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/youtube.provider.ts :23
import { createReadStream, statSync } from 'fs'; - fs jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/upload/local.storage.ts :2
import { mkdirSync, unlink, writeFileSync } from 'fs';
network 170
- net jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/no.auth.integrations.controller.ts :291
await fetch(webhookUrl, { - net jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/public.controller.ts :185
r = await fetch(currentUrl, { - net jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/webhooks.controller.ts :59
await fetch(query.url, { - net jatinder14-hookpost-9b09e73/apps/backend/src/public-api/routes/v1/public.integrations.controller.ts :113
response = await fetch(body.url, { - net jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/auth.service.ts :199
await fetch('https://datafa.st/api/v1/goals', { - net jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/providers/apple.provider.ts :78
const response = await fetch('https://appleid.apple.com/auth/token', { - net jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/providers/github.provider.ts :20
await fetch('https://github.com/login/oauth/access_token', { - net jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/providers/oauth.provider.ts :54
const response = await fetch(`${tokenUrl}`, { - net jatinder14-hookpost-9b09e73/apps/extension/src/background.ts :89
await fetch(`${entry.backendUrl}/integrations/extension-refresh`, { - net jatinder14-hookpost-9b09e73/apps/frontend/public/f.js :5204
g.fetch(f, e); - net (weak) jatinder14-hookpost-9b09e73/apps/frontend/scripts/fetch-gtm.mjs :38
const res = await fetch(url); - net jatinder14-hookpost-9b09e73/apps/frontend/src/app/(app)/oauth/authorize/page.tsx :46
fetch(`/oauth/authorize?${params}`)
show 28 more
- net jatinder14-hookpost-9b09e73/apps/frontend/src/components/admin/admin-errors.component.tsx :141
const res = await fetch(url); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/admin/admin-stats.component.tsx :77
const res = await fetch(url); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/agents/agent.chat.tsx :104
const data = await (await fetch(`/copilot/${idToSet}/list`)).json(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/agents/agent.tsx :71
return (await (await fetch('/integrations/list')).json()).integrations; - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/analytics/analytics.component.tsx :12
return await (await fetch(path)).json(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/analytics/stars.table.component.tsx :106
await fetch(path, { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/approved-apps/approved-apps.component.tsx :14
return (await fetch('/user/approved-apps')).json(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/activate.tsx :45
const response = await fetch('/auth/resend-activation', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/after.activate.tsx :27
await fetch(`/auth/activate`, { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/providers/apple.provider.tsx :10
const link = await (await fetch('/auth/oauth/APPLE')).text(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/providers/github.provider.tsx :8
const link = await (await fetch('/auth/oauth/GITHUB')).text(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/providers/google.provider.tsx :10
const link = await (await fetch('/auth/oauth/GOOGLE')).text(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/providers/oauth.provider.tsx :14
const response = await fetch('/auth/oauth/GENERIC'); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/providers/wallet.provider.tsx :137
await fetch( - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/auth/register.tsx :55
await fetch(`/auth/oauth/${provider?.toUpperCase() || 'LOCAL'}/exists`, { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/autopost/autopost.tsx :26
return (await fetch('/autopost')).json(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/billing.component.tsx :11
return await (await fetch(path)).json(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/finish.trial.tsx :13
await fetch('/billing/finish-trial', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/first.billing.component.tsx :62
await fetch('/billing/embedded', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/lifetime.deal.tsx :25
await fetch('/billing/lifetime', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/main.billing.component.tsx :46
await fetch('/billing/prorate', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/razorpay.billing.tsx :94
await fetch('/razorpay/verify', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/developer/developer.component.tsx :15
const res = await fetch('/user/oauth-app'); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/add.provider.component.tsx :28
const data = await (await fetch('/integrations')).json(); - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/ai.image.tsx :54
await fetch('/media/generate-image-with-prompt', { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/ai.video.tsx :32
await fetch(`/copilot/credits?type=ai_videos`, { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/bot.picture.tsx :30
await fetch(`/integrations/${props.integration.id}/nickname`, { - net jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/calendar.context.tsx :194
const data = await (await fetch(`/posts?${modifiedParams}`)).json();
130 more not shown — this panel samples each group; the count above is the real total.
secrets 59
- secrets jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/copilot.controller.ts :42
process.env.OPENAI_API_KEY === undefined || - secrets jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/public.controller.ts :46
!process.env.AGENT_API_KEY || - secrets jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/razorpay.controller.ts :39
process.env.RAZORPAY_WEBHOOK_SECRET! - secrets jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/users.controller.ts :56
if (!process.env.CHATBASE_TOKEN) { - secrets jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/auth.service.ts :197
if (email && datafast_visitor_id && process.env.DATAFAST_API_KEY) { - secrets jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/providers/farcaster.provider.ts :8
apiKey: process.env.NEYNAR_SECRET_KEY || '00000000-000-0000-000-000000000000', - secrets jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/providers/github.provider.ts :28
client_secret: process.env.GITHUB_CLIENT_SECRET, - secrets jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/providers/google.provider.ts :13
clientSecret: process.env.YOUTUBE_CLIENT_SECRET, - secrets jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/public.auth.middleware.ts :32
if (!!process.env.RAZORPAY_KEY_SECRET && !org.subscription) { - secrets (weak) jatinder14-hookpost-9b09e73/apps/frontend/next.config.js :93
authToken: process.env.SENTRY_AUTH_TOKEN, - secrets jatinder14-hookpost-9b09e73/apps/frontend/src/app/(app)/layout.tsx :67
isChatBase={!!process.env.CHATBASE_TOKEN} - secrets jatinder14-hookpost-9b09e73/apps/orchestrator/src/activities/post.activity.ts :156
if (process.env.RAZORPAY_KEY_SECRET) {
show 28 more
- secrets jatinder14-hookpost-9b09e73/apps/orchestrator/src/health.controller.ts :15
...(process.env.TEMPORAL_API_KEY - secrets jatinder14-hookpost-9b09e73/libraries/helpers/src/auth/auth.service.ts :23
const { key, iv } = deriveLegacyKeyIv(process.env.JWT_SECRET); - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/agent/agent.graph.insert.service.ts :12
apiKey: process.env.OPENAI_API_KEY || 'sk-proj-', - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/agent/agent.graph.service.ts :20
const tools = !process.env.TAVILY_API_KEY - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/database/prisma/autopost/autopost.service.ts :39
apiKey: process.env.OPENAI_API_KEY || 'sk-proj-', - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/emails/resend.provider.ts :4
const resend = new Resend(process.env.RESEND_API_KEY || 're_132'); - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/discord.provider.ts :39
process.env.DISCORD_CLIENT_SECRET - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/dribbble.provider.ts :60
`${process.env.PINTEREST_CLIENT_ID}:${process.env.PINTEREST_CLIENT_SECRET}` - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/facebook.provider.ts :286
`&client_secret=${process.env.FACEBOOK_APP_SECRET}` + - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/farcaster.provider.ts :20
apiKey: process.env.NEYNAR_SECRET_KEY || '00000000-000-0000-000-000000000000', - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/gmb.provider.ts :25
process.env.GOOGLE_GMB_CLIENT_SECRET || process.env.YOUTUBE_CLIENT_SECRET, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/instagram.provider.ts :446
`&client_secret=${process.env.FACEBOOK_APP_SECRET}` + - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/instagram.standalone.provider.ts :131
formData.append('client_secret', process.env.INSTAGRAM_APP_SECRET!); - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/kick.provider.ts :49
client_secret: process.env.KICK_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/linkedin.page.provider.ts :57
client_secret: process.env.LINKEDIN_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/linkedin.provider.ts :143
client_secret: process.env.LINKEDIN_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/mastodon.provider.ts :163
process.env.MASTODON_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/mewe.provider.ts :30
'X-Api-Key': process.env.MEWE_API_KEY!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/pinterest.provider.ts :162
`${process.env.PINTEREST_CLIENT_ID}:${process.env.PINTEREST_CLIENT_SECRET}` - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/reddit.provider.ts :98
`${process.env.REDDIT_CLIENT_ID}:${process.env.REDDIT_CLIENT_SECRET}` - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/slack.provider.ts :76
client_secret: process.env.SLACK_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/telegram.provider.ts :16
const telegramBot = new TelegramBot(process.env.TELEGRAM_TOKEN!); - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/threads.provider.ts :143
`&client_secret=${process.env.THREADS_APP_SECRET}` + - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/tiktok.business.provider.ts :306
client_secret: process.env.TIKTOK_BUSINESS_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/tiktok.provider.ts :281
client_secret: process.env.TIKTOK_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/tumblr.provider.ts :247
client_secret: process.env.TUMBLR_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/twitch.provider.ts :35
client_secret: process.env.TWITCH_CLIENT_SECRET!, - secrets jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/x.provider.ts :265
appKey: process.env.X_API_KEY!,
19 more not shown — this panel samples each group; the count above is the real total.
database 113
- db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/admin.controller.ts :8
import { User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/analytics.controller.ts :2
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/announcements.controller.ts :11
import { User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/approved-apps.controller.ts :3
import { User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/auth.controller.ts :24
import { Provider } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/autopost.controller.ts :12
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/billing.controller.ts :5
import { Organization, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/copilot.controller.ts :18
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/integrations.controller.ts :15
import { Organization, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/media.controller.ts :17
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/notifications.controller.ts :3
import { Organization, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/oauth-app.controller.ts :3
import { Organization } from '@prisma/client';
show 28 more
- db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/oauth.controller.ts :16
import { User, Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/posts.controller.ts :15
import { Organization, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/sets.controller.ts :11
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/settings.controller.ts :12
import { Organization, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/signature.controller.ts :3
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/third-party.controller.ts :13
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/users.controller.ts :13
import { Organization, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/api/routes/webhooks.controller.ts :12
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/public-api/routes/v1/public.integrations.controller.ts :22
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/auth.middleware.ts :4
import { User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/auth.service.ts :2
import { Provider, User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/permissions/permissions.guard.ts :11
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/backend/src/services/auth/super.admin.guard.ts :8
import { Organization } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/agents/agent.tsx :21
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/main.billing.component.tsx :7
import { Subscription } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/calendar.context.tsx :17
import { Post, Integration, Tags } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/calendar.tsx :38
import { Integration, Post, State, Tags } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/customer.modal.tsx :5
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/helpers/use.existing.data.tsx :2
import { Post } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/launches.component.tsx :15
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/menu/menu.tsx :24
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/settings.modal.tsx :4
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/layout/user.context.tsx :4
import { User } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/media/media.component.tsx :18
import { Media } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/frontend/src/components/platform-analytics/render.analytics.tsx :2
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/orchestrator/src/activities/autopost.activity.ts :8
import { Integration, Post, State } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/orchestrator/src/activities/integrations.activity.ts :4
import { Integration } from '@prisma/client'; - db jatinder14-hookpost-9b09e73/apps/orchestrator/src/activities/post.activity.ts :12
import { Integration, Post, State } from '@prisma/client';
73 more not shown — this panel samples each group; the count above is the real total.
install hooks 2
- postinstall jatinder14-hookpost-9b09e73/apps/frontend/package.json :9
node scripts/fetch-gtm.mjs - postinstall jatinder14-hookpost-9b09e73/package.json :38
pnpm run prisma-generate
declared dependencies 200
- @modelcontextprotocol/sdk@^1.22.0
- @ag-ui/mastra@^1.0.1
- @ai-sdk/openai@^2.0.52
- @atproto/api@^0.15.15
- @aws-sdk/client-s3@^3.787.0
- @aws-sdk/s3-request-presigner@^3.787.0
- @casl/ability@^6.5.0
- @copilotkit/react-core@1.10.6
- @copilotkit/react-textarea@1.10.6
- @copilotkit/react-ui@1.10.6
- @copilotkit/runtime@1.10.6
- @dub/analytics@^0.0.32
show 28 more
- @hookform/resolvers@^3.3.4
- @langchain/community@^1.1.27
- @langchain/core@^1.1.39
- @langchain/langgraph@^1.2.8
- @langchain/openai@^1.4.3
- @langchain/tavily@^1.2.0
- @mantine/core@^5.10.5
- @mantine/dates@^5.10.5
- @mantine/hooks@^5.10.5
- @mantine/modals@^5.10.5
- @mastra/core@^1.21.0
- @mastra/mcp@^1.4.1
- @mastra/memory@^1.13.0
- @mastra/pg@^1.8.5
- @meronex/icons@^4.0.0
- @nest-lab/throttler-storage-redis@^1.2.0
- @nestjs/cli@^11.0.21
- @nestjs/common@^11.1.21
- @nestjs/core@^11.1.21
- @nestjs/microservices@^11.1.21
- @nestjs/platform-express@^11.1.21
- @nestjs/schedule@^6.1.3
- @nestjs/swagger@^11.4.3
- @nestjs/throttler@^6.5.0
- @neynar/nodejs-sdk@^3.112.0
- @neynar/react@^1.2.22
- @pigment-css/react@^0.0.30
- @postiz/wallets@^0.0.1
160 more not shown — this panel samples each group; the count above is the real total.
perm:untrusted 15
- untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/analytics/analytics.component.tsx :12
return await (await fetch(path)).json(); - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/billing/billing.component.tsx :11
return await (await fetch(path)).json(); - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/launches/helpers/use.integration.list.tsx :11
return (await (await fetch(path)).json()).integrations; - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/layout/continue.provider.tsx :23
const list = (await (await fetch(path)).json()).integrations; - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/new-layout/layout.component.tsx :61
return await (await fetch(path)).json(); - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/onboarding/onboarding.modal.tsx :129
const list = (await (await fetch(path)).json()).integrations; - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/plugs/plugs.tsx :30
return await (await fetch(path)).json(); - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/preview/preview.wrapper.tsx :16
return await (await fetch(path)).json(); - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/sets/sets.tsx :67
return (await (await fetch(path)).json()).integrations; - untrusted jatinder14-hookpost-9b09e73/apps/frontend/src/components/standalone-modal/standalone.modal.tsx :16
return (await (await fetch(path)).json()).integrations; - untrusted jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/database/prisma/autopost/autopost.service.ts :187
const loadDom = new JSDOM(await (await fetch(url)).text()); - untrusted jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/facebook.provider.ts :336
const response = await (await fetch(nextUrl)).json();
show 3 more
- untrusted jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/integrations/social/instagram.provider.ts :497
const response = await (await fetch(nextUrl)).json(); - untrusted jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/openai/extract.content.service.ts :18
const load = await (await fetch(url)).text(); - untrusted jatinder14-hookpost-9b09e73/libraries/nestjs-libraries/src/short-linking/providers/short.io.ts :19
const response = await fetch(url, options).then((res) => res.json());