Socket Security

Secure your supply chain and ship with confidence

Socket Securityคืออะไร?

Socket Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socket.dev และคุณลักษณะหลักของมันคือ "Secure your supply chain and ship with confidence"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Socket Security

ดาวน์โหลดไฟล์ส่วนขยาย Socket Security ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Socket Security browser extension adds security metrics to your NPM package pages and search results, protecting you from threats in open-source packages before you even install them.

By the time CVEs and known vulnerabilities make it to public databases, it's often too late. Using advanced code analysis techniques and AI-powered risk detection, Socket searches for malware and security vulnerabilities throughout your open-source dependency tree and defends your project against cyberattacks in advance.

---

Over the past decade, it's become clear that open source software has won. Sharing code freely has made it drastically cheaper and faster to build software – and tech innovation has accelerated as a result. But security has often been an afterthought.

We are a team of open source maintainers with over 1 billion monthly downloads to our names. Working on the frontlines of open source, we've witnessed firsthand how supply chain attacks have swept across our communities and damaged trust in open source.

The entire security industry is obsessed with identifying known vulnerabilities. There are hundreds of variations of CVE scanners, but they all miss the point. Looking for known vulnerabilities is reactive. Vulnerabilities take weeks or months to be discovered. In today's culture of fast development, a malicious dependency can be updated, merged, and running in production in days or even hours.

Unlike other tools, Socket detects and blocks supply chain attacks before they strike, mitigating the worst consequences. Socket uses deep package inspection to peel back the layers of a dependency to characterize its actual behavior.

Want to defend your entire organization against open-source attacks? Install the Socket GitHub app at https://github.com/apps/socket-security and get protected today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Socket Security Socket Security
ID jbcobpbfgkhmjfpjjepkcocalmpkiaop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socket-security/jbcobpbfgkhmjfpjjepkcocalmpkiaop
คำอธิบาย Secure your supply chain and ship with confidence
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 1,537
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-11-07
วันที่เผยแพร่ 2023-06-19
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://socket.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://socket.dev
URL หน้าช่วยเหลือ https://docs.socket.dev/docs/contact-support
URL หน้านโยบายความเป็นส่วนตัว https://socket.dev/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Socket Security",
    "description": "__MSG_site_dot_shortDescription__",
    "version": "0.1.4",
    "icons": {
        "16": "logo.f89f0335.png",
        "32": "logo.60e5741c.png",
        "48": "logo.c6ec5cad.png",
        "64": "logo.7df45a6a.png",
        "128": "logo.226c70cc.png"
    },
    "default_locale": "en_US",
    "host_permissions": [
        "https:\/\/socket.dev\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.npmjs.com\/*"
            ],
            "js": [
                "inject-history-patcher.35f384c9.js"
            ],
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.npmjs.com\/*"
            ],
            "js": [
                "inject.1dd51d50.js",
                "inject.fc0da482.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.npmjs.com\/*"
            ],
            "resources": [
                "patch-history.c18ac740.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.npmjs.com\/*"
            ],
            "resources": [
                "icon.e6f91667.svg"
            ]
        }
    ]
}