📦

سجل التدقيق

FlowGram Custom Node Development - 9 عمليات التدقيق

مقارنة الإصدارات

التغييرات في القدرات والنتائج عبر الإصدارات المدقّقة، الأحدث أولاً.

الإصدارالتاريخالنتيجةعناصر المراجعةالتغيير مقارنةً بالسابقة
v9 الأحدث١٩ يوليو ٢٠٢٦، ٠٢:٤٢ ص لا توجد نتائج مؤكَّدة0لا تغيير في القدرات
v8 ٧ يوليو ٢٠٢٦، ١١:٢٤ م لا توجد نتائج مؤكَّدة0لا تغيير في القدرات
v7 ٦ يوليو ٢٠٢٦، ٠٥:١٦ ص لا توجد نتائج مؤكَّدة0لا تغيير في القدرات
v6 ٢٨ يونيو ٢٠٢٦، ٠٥:١٠ م لا توجد نتائج مؤكَّدة1لا تغيير في القدرات
v5 ١٦ يناير ٢٠٢٦، ٠٨:٥١ م لا توجد نتائج مؤكَّدة0لا تغيير في القدرات
v4 ١٦ يناير ٢٠٢٦، ٠٨:٥١ م لا توجد نتائج مؤكَّدة0الوصول إلى الشبكةالوصول إلى نظام الملفاتالأوامر الخارجية
v3 ٦ يناير ٢٠٢٦، ٠٧:٣١ ص لا توجد نتائج مؤكَّدة0لا تغيير في القدرات
v2 ٦ يناير ٢٠٢٦، ٠٧:٣١ ص لا توجد نتائج مؤكَّدة0لا تغيير في القدرات
v1 ٦ يناير ٢٠٢٦، ٠٧:٣١ ص لا توجد نتائج مؤكَّدة0الأساس

١٩ يوليو ٢٠٢٦، ٠٢:٤٢ ص

All 103 static findings are false positives caused by Markdown formatting, TypeScript syntax, fixed imports, generic field names, and documentation links. No prompt injection, malicious intent, data exfiltration, unsafe path handling, or concealed payload was found.

7
الملفات التي تم فحصها
758
الأسطر التي تم تحليلها
3
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة
دقّقه: codex

٧ يوليو ٢٠٢٦، ١١:٢٤ م

The static alerts were reviewed against SKILL.md and the cited template files. The findings are false positives caused by markdown backticks, static TypeScript imports, documentation URLs, placeholder fields, and normal package imports. No prompt injection text, data exfiltration intent, hidden execution path, or malicious behavior was found.

7
الملفات التي تم فحصها
758
الأسطر التي تم تحليلها
3
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة

عوامل الخطر

⚙️ الأوامر الخارجية (82)
🌐 الوصول إلى الشبكة (4)
📁 الوصول إلى نظام الملفات (13)
دقّقه: codex

٦ يوليو ٢٠٢٦، ٠٥:١٦ ص

All 103 static findings were false positives after context review. The hits are Markdown syntax, documentation links, static TypeScript imports, template literals, a normal form field name, and readable prose; no prompt injection or malicious intent was found.

7
الملفات التي تم فحصها
759
الأسطر التي تم تحليلها
3
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة

عوامل الخطر

⚙️ الأوامر الخارجية (82)
🌐 الوصول إلى الشبكة (4)
📁 الوصول إلى نظام الملفات (13)
دقّقه: codex

٢٨ يونيو ٢٠٢٦، ٠٥:١٠ م

Static analysis reported many command, filesystem, network, crypto, and heuristic issues, but context shows they are documentation snippets, placeholder templates, relative imports, and reference links. No prompt injection, credential access, data exfiltration, or malicious execution intent was found. The remaining risk is low because users may copy local shell commands that modify project files.

7
الملفات التي تم فحصها
759
الأسطر التي تم تحليلها
4
عناصر المراجعة
3
تم تجاهل الإيجابيات الكاذبة
عناصر مراجعة القدرات (1)

هذه قدرات محلية حقيقية قد يُتوقع وجودها لهذه المهارة، لذا فهي تتطلب مراجعة ولكن لا تُحتسب كسلوك خبيث مؤكد.

منخفض
Documentation Shell Commands Require User Care
TRUE POSITIVE for local file modification guidance, but not malicious. The cp, rush, find, and sed examples are user-run documentation snippets for creating FlowGram node files. The optional replacement command can alter project files if used with the wrong path or untrusted values.
The commands are clearly inside instructional Markdown and require explicit user execution. Risk remains because the examples copy templates and run search-and-replace across project files.
تم تجاهل الإيجابيات الكاذبة الثابتة (3)

تم تجاهل هذه المطابقات الثابتة بواسطة المراجعة الدلالية أو لأنها طابقت رموزًا خاصة بالمخطط فقط، لذا تُعرض للشفافية لكنها لا تؤثر في درجة الجودة.

منخفض
Path Traversal Findings Are Relative Imports
FALSE POSITIVE. The detected ../ sequences are TypeScript relative imports to nearby FlowGram components, hooks, typings, assets, and constants. No user-controlled path joins, file reads, or arbitrary filesystem traversal were found.
Every reviewed path traversal hit is an import path or documentation import example. There is no dynamic path construction or filesystem API usage.
منخفض
Network URLs Are Documentation References
FALSE POSITIVE. The hardcoded URLs are a placeholder input value and public documentation links for FlowGram, JSON Schema, and Semi UI. No code performs HTTP requests or transmits data.
The reviewed lines are examples or reference links in Markdown. No fetch, request library, webhook, or network execution path appears in the skill files.
منخفض
Crypto, Credential, and Obfuscation Alerts Lack Supporting Evidence
FALSE POSITIVE. Static alerts for weak cryptography, certificate/key material, reconnaissance, and dangerous combinations appear to match ordinary terms such as node IDs, key field names, placeholder code, and high-entropy documentation text. No secrets, encoded payloads, prompt injection, or malicious control flow were found.
Manual review found normal frontmatter, nanoid usage, UI field names, and template metadata. The scanner signals are broad heuristics and are not supported by executable malicious behavior.
دقّقه: codex

١٦ يناير ٢٠٢٦، ٠٨:٥١ م

This skill contains only documentation and TypeScript/React templates for creating custom workflow nodes. All 194 static findings are false positives triggered by pattern detection in markdown code blocks and template placeholders. No network calls, file I/O with user input, command execution, or credential access exist. The skill uses safe patterns including nanoid for ID generation and standard relative imports.

8
الملفات التي تم فحصها
993
الأسطر التي تم تحليلها
3
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة

عوامل الخطر

🌐 الوصول إلى الشبكة (4)
📁 الوصول إلى نظام الملفات (25)
⚙️ الأوامر الخارجية (117)
SKILL.md:13 SKILL.md:21-33 SKILL.md:33-37 SKILL.md:37-39 SKILL.md:39 SKILL.md:39-41 SKILL.md:41-52 SKILL.md:52-54 SKILL.md:54-55 SKILL.md:55-56 SKILL.md:56 SKILL.md:56-57 SKILL.md:57-59 SKILL.md:59-63 SKILL.md:63-84 SKILL.md:84-86 SKILL.md:86-90 SKILL.md:90-99 SKILL.md:99-103 SKILL.md:103-108 SKILL.md:108-114 SKILL.md:114-116 SKILL.md:116-117 SKILL.md:117 SKILL.md:117-118 SKILL.md:118-119 SKILL.md:119-120 SKILL.md:120-121 SKILL.md:121-128 SKILL.md:128-130 SKILL.md:130-131 SKILL.md:131-139 SKILL.md:139-146 SKILL.md:146-147 SKILL.md:147-154 SKILL.md:154 SKILL.md:154-162 SKILL.md:162-166 SKILL.md:166-172 SKILL.md:172-182 SKILL.md:182-186 SKILL.md:186-192 SKILL.md:192-196 SKILL.md:196-198 SKILL.md:198-203 SKILL.md:203-207 SKILL.md:207-209 SKILL.md:209-218 SKILL.md:218-222 SKILL.md:222-224 SKILL.md:224-226 SKILL.md:226-230 SKILL.md:230-235 SKILL.md:235-241 SKILL.md:241-243 SKILL.md:243-253 SKILL.md:253-257 SKILL.md:257-259 SKILL.md:259-268 SKILL.md:268-272 SKILL.md:272-276 SKILL.md:276-289 SKILL.md:289-314 SKILL.md:314-318 SKILL.md:318-332 SKILL.md:332-336 SKILL.md:336-344 SKILL.md:344-356 SKILL.md:356 SKILL.md:356 SKILL.md:356 SKILL.md:356-360 SKILL.md:360 SKILL.md:360-362 SKILL.md:362 SKILL.md:362-364 SKILL.md:364 SKILL.md:364-373 SKILL.md:373-380 SKILL.md:380-381 SKILL.md:381-382 SKILL.md:382-383 SKILL.md:383-387 SKILL.md:387-388 SKILL.md:388-398 SKILL.md:398-410 SKILL.md:410-420 SKILL.md:420-421 templates/complex-node/index.tsx:28 templates/complex-node/index.tsx:31 templates/README.md:11 templates/README.md:11 templates/README.md:11 templates/README.md:11 templates/README.md:12 templates/README.md:12 templates/README.md:12 templates/README.md:12 templates/README.md:13 templates/README.md:13 templates/README.md:13 templates/README.md:13 templates/README.md:14 templates/README.md:14 templates/README.md:14 templates/README.md:14 templates/README.md:15 templates/README.md:15 templates/README.md:15 templates/README.md:15 templates/README.md:21-32 templates/README.md:32-36 templates/README.md:36-47 templates/README.md:47-53 templates/README.md:53-69 templates/simple-node/index.ts:28 templates/simple-node/index.ts:31
دقّقه: claude

١٦ يناير ٢٠٢٦، ٠٨:٥١ م

This skill contains only documentation and TypeScript/React templates for creating custom workflow nodes. All 194 static findings are false positives triggered by pattern detection in markdown code blocks and template placeholders. No network calls, file I/O with user input, command execution, or credential access exist. The skill uses safe patterns including nanoid for ID generation and standard relative imports.

8
الملفات التي تم فحصها
993
الأسطر التي تم تحليلها
3
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة

عوامل الخطر

🌐 الوصول إلى الشبكة (4)
📁 الوصول إلى نظام الملفات (25)
⚙️ الأوامر الخارجية (117)
SKILL.md:13 SKILL.md:21-33 SKILL.md:33-37 SKILL.md:37-39 SKILL.md:39 SKILL.md:39-41 SKILL.md:41-52 SKILL.md:52-54 SKILL.md:54-55 SKILL.md:55-56 SKILL.md:56 SKILL.md:56-57 SKILL.md:57-59 SKILL.md:59-63 SKILL.md:63-84 SKILL.md:84-86 SKILL.md:86-90 SKILL.md:90-99 SKILL.md:99-103 SKILL.md:103-108 SKILL.md:108-114 SKILL.md:114-116 SKILL.md:116-117 SKILL.md:117 SKILL.md:117-118 SKILL.md:118-119 SKILL.md:119-120 SKILL.md:120-121 SKILL.md:121-128 SKILL.md:128-130 SKILL.md:130-131 SKILL.md:131-139 SKILL.md:139-146 SKILL.md:146-147 SKILL.md:147-154 SKILL.md:154 SKILL.md:154-162 SKILL.md:162-166 SKILL.md:166-172 SKILL.md:172-182 SKILL.md:182-186 SKILL.md:186-192 SKILL.md:192-196 SKILL.md:196-198 SKILL.md:198-203 SKILL.md:203-207 SKILL.md:207-209 SKILL.md:209-218 SKILL.md:218-222 SKILL.md:222-224 SKILL.md:224-226 SKILL.md:226-230 SKILL.md:230-235 SKILL.md:235-241 SKILL.md:241-243 SKILL.md:243-253 SKILL.md:253-257 SKILL.md:257-259 SKILL.md:259-268 SKILL.md:268-272 SKILL.md:272-276 SKILL.md:276-289 SKILL.md:289-314 SKILL.md:314-318 SKILL.md:318-332 SKILL.md:332-336 SKILL.md:336-344 SKILL.md:344-356 SKILL.md:356 SKILL.md:356 SKILL.md:356 SKILL.md:356-360 SKILL.md:360 SKILL.md:360-362 SKILL.md:362 SKILL.md:362-364 SKILL.md:364 SKILL.md:364-373 SKILL.md:373-380 SKILL.md:380-381 SKILL.md:381-382 SKILL.md:382-383 SKILL.md:383-387 SKILL.md:387-388 SKILL.md:388-398 SKILL.md:398-410 SKILL.md:410-420 SKILL.md:420-421 templates/complex-node/index.tsx:28 templates/complex-node/index.tsx:31 templates/README.md:11 templates/README.md:11 templates/README.md:11 templates/README.md:11 templates/README.md:12 templates/README.md:12 templates/README.md:12 templates/README.md:12 templates/README.md:13 templates/README.md:13 templates/README.md:13 templates/README.md:13 templates/README.md:14 templates/README.md:14 templates/README.md:14 templates/README.md:14 templates/README.md:15 templates/README.md:15 templates/README.md:15 templates/README.md:15 templates/README.md:21-32 templates/README.md:32-36 templates/README.md:36-47 templates/README.md:47-53 templates/README.md:53-69 templates/simple-node/index.ts:28 templates/simple-node/index.ts:31
دقّقه: claude

٦ يناير ٢٠٢٦، ٠٧:٣١ ص

This skill consists entirely of documentation and TypeScript/React templates for creating custom workflow nodes. No network calls, file I/O beyond imports, command execution, or environment variable access were detected. All code follows standard FlowGram patterns and is safe for users.

7
الملفات التي تم فحصها
1,056
الأسطر التي تم تحليلها
0
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة
لم تُسجّل نتائج أمنية مؤكدة لهذا التدقيق المكتمل.
دقّقه: claude

٦ يناير ٢٠٢٦، ٠٧:٣١ ص

This skill consists entirely of documentation and TypeScript/React templates for creating custom workflow nodes. No network calls, file I/O beyond imports, command execution, or environment variable access were detected. All code follows standard FlowGram patterns and is safe for users.

7
الملفات التي تم فحصها
1,056
الأسطر التي تم تحليلها
0
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة
لم تُسجّل نتائج أمنية مؤكدة لهذا التدقيق المكتمل.
دقّقه: claude

٦ يناير ٢٠٢٦، ٠٧:٣١ ص

This skill consists entirely of documentation and TypeScript/React templates for creating custom workflow nodes. No network calls, file I/O beyond imports, command execution, or environment variable access were detected. All code follows standard FlowGram patterns and is safe for users.

7
الملفات التي تم فحصها
1,056
الأسطر التي تم تحليلها
0
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة
لم تُسجّل نتائج أمنية مؤكدة لهذا التدقيق المكتمل.
دقّقه: claude