Caveat verdict

chrome-extension

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Comprehensive developer reference for building Chrome extensions with Manifest V3; network_in/network_out capabilities are appropriate for an extension development guide covering CSP, messaging, and web requests.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
70
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (13)

Pattern match critical

<script> tag in markdown — potential code injection

references/service-worker.md · code · <script

Pattern match critical

Possible hardcoded credential

references/service-worker.md · code · token=")) ?.split(

Pattern match high

Uses eval() — can execute arbitrary code

references/publishing.md · prose · downgraded · eval(

Pattern match high

Dynamic Function constructor — equivalent to eval()

references/publishing.md · prose · downgraded · new Function(

Pattern match high

Base64 decode (atob) — may hide malicious payloads

references/network-csp.md · code · atob(

Pattern match high

Dynamic import() — loads module at runtime

references/service-worker.md · code · import("

Pattern match medium

Uses XMLHttpRequest — network access

references/network-csp.md · code · xmlhttprequest

Pattern match medium

Blob URL — may embed executable content

references/manifest-v3.md · code · blob:

Pattern match medium

Base64 encode (btoa) — may obfuscate data exfiltration

references/network-csp.md · code · btoa(

Pattern match medium

String.fromCharCode — can build strings to evade detection

references/network-csp.md · code · String.fromCharCode

Pattern match medium

Opens WebSocket connection

references/service-worker.md · code · WebSocket

Pattern match low

Makes HTTP request to external URL

references/messaging-rpc.md · code · fetch("https://

Pattern match low

Base64 encoding/decoding

references/network-csp.md · prose · downgraded · base64-encode

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D/G). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 3 system binaries. (2 elevated: git, npm).

network_outnetwork_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API