insforge
Build Secure InsForge App Integrations
Building InsForge features requires correct SDK, authentication, storage, AI, and payment patterns. This skill provides focused implementation guidance and production-oriented examples.
インストール前に停止して確認を求めてください。
計画を確認し、ファイルを変更する前にユーザーの明示的な同意を得てください。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "insforge" from https://skillstore.io/skills/insforge-insforge.md and its manifest at https://skillstore.io/api/skills/insforge-insforge/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「insforge」を使用しています。 Add email and password authentication to a Next.js application.
期待される結果:
- A server and browser client structure using InsForge SSR helpers.
- Sign-up, sign-in, callback, refresh, and sign-out flow guidance.
- Cookie, redirect, error handling, and session security notes.
「insforge」を使用しています。 Create a user-owned image upload feature.
期待される結果:
- An upload workflow that stores both the public URL and object key.
- Authentication and storage policy requirements for user ownership.
- Download, replacement, and deletion behavior with error states.
「insforge」を使用しています。 Add subscription billing with Stripe.
期待される結果:
- Checkout and customer portal flow guidance.
- Required payment table policies and subject ownership rules.
- Webhook-based fulfillment and idempotency requirements.
セキュリティ監査
高リスクMost static findings are scanner noise from Markdown, placeholders, environment configuration, relative links, and documented provider endpoints. Confirmed risks include dynamic URL fetching and outbound email capability. Semantic review found unsafe RAG trust placement, consentless feedback, browser email abuse, unpinned package execution, and payment fulfillment flaws.
確認済みのセキュリティ上の懸念 (6)
機能レビュー項目 (3)
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
リスク要因
🔑 環境変数 (50)
⚙️ 外部コマンド (50)
🌐 ネットワークアクセス (33)
📁 ファイルシステムへのアクセス (28)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/insforge-insforge/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/insforge-insforge?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/insforge-insforge?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/insforge-insforge/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/insforge-insforge.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
insforge. (2026). insforge security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/insforge-insforge/audits/2BibTeX形式の引用
@techreport{insforge-insforge-insforge-2026,
author = {insforge},
title = {insforge security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/insforge-insforge/audits/2},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "insforge security audit report (audit version 2)"
version: "unspecified"
type: report
authors:
- name: "insforge"
date-released: "2026-08-31"
url: "https://skillstore.io/skills/insforge-insforge/audits/2"
identifiers:
- type: other
value: "skillstore:insforge-insforge:audit:2"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Launch a SaaS Application
Build authentication, database records, uploads, subscriptions, and transactional emails with InsForge services.
Add AI Product Features
Connect OpenRouter models to InsForge storage, vector search, job tracking, and protected application data.
Modernize Existing Integrations
Move existing S3, Stripe, Razorpay, and realtime workflows onto documented InsForge SDK patterns.
これらのプロンプトを試す
Create an InsForge client for my [framework] application. Use the correct environment variables and explain where each value belongs.
Add sign-in and CRUD for [resource]. Derive ownership from the session, handle errors, and describe the required row-level security.
Build a [Stripe or Razorpay] checkout flow with protected file access. Include webhook fulfillment, storage keys, and user-visible states.
Design an InsForge RAG pipeline for [content]. Include schema, embeddings, tenant isolation, prompt-injection controls, evaluation, and bounded server processing.
ベストプラクティス
- Keep admin and OpenRouter keys in server-only environment variables.
- Derive ownership from authenticated sessions and enforce row-level security for every protected table.
- Pin dependencies, validate external URLs, and require confirmation before networked administrative actions.
回避
- Do not place admin, payment, S3, or OpenRouter secrets in browser bundles.
- Do not trust browser-supplied ownership, prices, plan identifiers, or payment status.
- Do not fulfill payments from success pages or store temporary media URLs as durable assets.