المهارات security-and-hardening
📦

security-and-hardening

مراجعة المحتوى r2 آمن ⚡ يحتوي على سكربتات⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة📁 الوصول إلى نظام الملفات🔑 متغيرات البيئة

Harden Applications Against Security Risks

Security reviews can miss trust boundaries and unsafe data flows. This skill supplies threat-modeling prompts, OWASP patterns, and practical review checklists.

يدعم: Claude Codex Code(CC)
🥉 78 برونزي

التثبيت باستخدام Agent لدي

انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.

طلب الوكيل
Review the Skillstore skill "security-and-hardening" from https://skillstore.io/skills/addyosmani-security-and-hardening.md and its manifest at https://skillstore.io/api/skills/addyosmani-security-and-hardening/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.

موارد مهيّأة لـ Agents

استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.

اختبرها

جارٍ استخدام "security-and-hardening". Review an endpoint that accepts a webhook URL and fetches it on behalf of a user.

النتيجة المتوقعة:

  • Risk: The server may be vulnerable to SSRF if it fetches arbitrary user-supplied URLs.
  • Control: Allowlist HTTPS hosts, resolve all addresses, reject private or reserved ranges, and disable redirects.
  • Verification: Test loopback, link-local, private IPv4, IPv6, redirect, and DNS-rebinding cases.

جارٍ استخدام "security-and-hardening". Assess an LLM feature that renders model replies in a web page.

النتيجة المتوقعة:

  • Risk: Model output is untrusted and may become stored XSS when inserted as HTML.
  • Control: Encode output as text by default, or sanitize approved markup before rendering.
  • Verification: Test script payloads, event handlers, malformed markup, and content from retrieved documents.

جارٍ استخدام "security-and-hardening". Triage a high-severity package advisory from a native package-manager audit.

النتيجة المتوقعة:

  • Decision: Confirm whether the vulnerable function is reachable in production, build, test, or deployment paths.
  • Action: Update to a patched version when available, review the lockfile diff, and test the resulting dependency graph.
  • Exception: Document a temporary deferral, mitigation, owner, and review date when the vulnerable path is confirmed unused.

التدقيق الأمني

آمن

All 96 findings are false positives from examples and Markdown in SKILL.md. No executable behavior or prompt injection was found.

1
الملفات التي تم فحصها
525
الأسطر التي تم تحليلها
0
عناصر المراجعة
0
تم تجاهل الإيجابيات الكاذبة
لم يكتشف أحدث تدقيق ثابت ودلالي مكتمل أي نتائج أمنية مؤكدة. ولا يثبت ذلك أن المهارة خالية من الآثار الجانبية.
شارك واستشهد بهذا التقرير

شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.

فتح التقرير المرتبط بالإصدار
تقييم الأمان

نسخ رابط التقرير

https://skillstore.io/skills/addyosmani-security-and-hardening/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

شارة Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/addyosmani-security-and-hardening/security.svg)](https://skillstore.io/skills/addyosmani-security-and-hardening?utm_source=security_passport_badge)

شارة HTML

<a href="https://skillstore.io/skills/addyosmani-security-and-hardening?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/addyosmani-security-and-hardening/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

بطاقة قابلة للتضمين

<iframe src="https://skillstore.io/embed/skills/addyosmani-security-and-hardening.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

addyosmani. (2026). security-and-hardening security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-security-and-hardening/audits/2

اقتباس BibTeX

@techreport{addyosmani-addyosmani-security-and-hardening-2026, author = {addyosmani}, title = {security-and-hardening security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/addyosmani-security-and-hardening/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: "security-and-hardening security audit report (audit version 2)" version: "unspecified" type: report authors: - name: "addyosmani" date-released: "2026-09-19" url: "https://skillstore.io/skills/addyosmani-security-and-hardening/audits/2" identifiers: - type: other value: "skillstore:addyosmani-security-and-hardening:audit:2" description: "Skillstore immutable audit report identifier"

تقييم Skillstore

سبب هذا التقييم موثوقية الأدلة: متوسط
55
الهندسة المعمارية
85
قابلية الصيانة
87
المحتوى
65
المجتمع
87
الامتثال للمواصفات

ما الذي يمكنك بناؤه

Review a New API Endpoint

Map trust boundaries, validate request data, check authorization, and identify abuse cases before shipping an endpoint.

Assess a Dependency Update

Triage audit results by reachability, review install scripts and provenance, and define a documented remediation decision.

Secure an AI Feature

Evaluate prompt injection, unsafe model output, excessive tool permissions, data exposure, and unbounded consumption risks.

جرّب هذه الموجّهات

Basic Security Review
Review this feature for trust boundaries, untrusted inputs, authentication, authorization, and sensitive data exposure. List the three most important fixes.
OWASP Endpoint Review
Audit this API endpoint against relevant OWASP risks. Check validation, queries, output encoding, access control, rate limits, errors, and logging. Cite issues and propose fixes.
Dependency Risk Triage
Triage these package audit results. Check reachability, available fixes, install scripts, provenance, and lockfile impact. Recommend an action and review date.
AI System Threat Model
Threat-model this LLM feature. Analyze prompt injection, unsafe output, data exposure, tool permissions, retrieval isolation, SSRF, limits, and irreversible actions. Prioritize controls and tests.

أفضل الممارسات

  • Start with assets, trust boundaries, abuse cases, and authorization assumptions before choosing controls.
  • Treat user input, external responses, files, environment values, and model output as untrusted until validated.
  • Pair every recommendation with an implementation check, a negative test, and an owner for follow-up.

تجنب

  • Do not treat a prompt, client-side check, framework default, or internal network as a complete security boundary.
  • Do not pass untrusted data into SQL, shells, eval, HTML, file paths, or privileged tools without strict validation.
  • Do not accept audit results, dependency signatures, or compliance claims as proof without checking reachability and context.

الأسئلة المتكررة

Does this skill scan my repository?
No. It provides review guidance and checklists. Use dedicated scanners and human review to inspect repository and runtime behavior.
Which security topics does it cover?
It covers threat modeling, OWASP risks, authentication, authorization, input validation, XSS, SSRF, files, secrets, privacy, dependencies, and LLM features.
Can it replace a penetration test?
No. It supports design and code review but cannot replace penetration testing, configuration review, monitoring, or incident exercises.
How should I use its code examples?
Treat examples as patterns to adapt. Confirm framework behavior, error handling, permissions, deployment assumptions, and tests before using them.
Can it assess dependency vulnerabilities?
Yes. It helps triage reachability, fix availability, install scripts, provenance, lockfiles, and documented exceptions. Run the native package-manager audit separately.
How does it address AI security?
It treats prompts, retrieved content, and model output as untrusted and reviews tool scope, data isolation, validation, confirmation, and consumption limits.

تفاصيل المطور

المؤلف

addyosmani

الترخيص

MIT

مراجعة Skillstore

r2

تنبيه الإصدار

لم يعلن المؤلف عن إصدار.

مرجع

5d5054f8a23586f9b500fece1cb613a9dffc787b

حداثة الصيانة

١٩‏/٩‏/٢٠٢٦

الاستخدام

1 تنزيلات · 0 مشاهدات

بنية الملفات

📄 SKILL.md

المزيد من addyosmani

عرض الكل
عرض الكل
📦

security-fundamentals

78

مراجعة الكود لأساسيات الأمان

بواسطة DanielPodolsky

غالبًا ما تظهر أخطاء الأمان في مجالات شائعة مثل المصادقة، والتخويل، ومعالجة المُدخلات، وتعرّض البيانات. تمنح هذه المهارة Claude وCodex وClaude Code قائمة تحقق مركّزة للعثور على هذه المخاطر أثناء المراجعة.

الأمان والامتثال عرض