Versioned security assessment

Report ID: SA-15FFBD0F

7/1/2026, 2:41:07 AM

internationalizing-websites security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
internationalizing-websites
Version
v2
Maintainer
ZhanlinCui
Coverage
7 Files scanned · 3,244 Lines analyzed
Policy version
Unavailable

Confirmed finding summary

No confirmed security findings

The completed audit recorded no confirmed security findings. This is not proof that the Skill has no side effects.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Static analysis reported many command, network, filesystem, and weak-crypto patterns. Review found no prompt injection, obfuscation, credential exfiltration, or confirmed malicious intent; most high alerts are documentation examples or false positives. The real risk is moderate because bundled scripts intentionally rewrite local Next.js i18n, locale, request, and sitemap files.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

7 Files scanned · 3,244 Lines analyzed

3 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Observed in 2 evidence locations

Network access

May connect to external services.

Observed in 4 evidence locations

Filesystem access

May read or write local files.

Observed in 4 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 4 evidence locations

Capability review items (3)
Medium
Local Project File Rewrites
The language automation script copies translation files and rewrites locale, request, and sitemap files in the target project. This is expected for the skill, but it can overwrite project configuration if run without review.
The script uses direct fs.copyFileSync, fs.readFileSync, and fs.writeFileSync calls against project paths. The behavior is intentional and local, but the write impact is clear.
Medium
Translation Schema Script Writes Relative Project Paths
The schema script writes localized schema and pricing blocks into ../i18n/messages files for hardcoded locales. The locale list is fixed, so traversal is not confirmed, but project files are modified in place.
The write path includes a parent-directory segment, but locale values come from a hardcoded array. This supports a moderate local-write risk, not a confirmed traversal vulnerability.
Low
Documentation Command Examples Trigger Static Alerts
Many external command detections are Markdown examples such as node, npm, curl, grep, cat, ls, and code commands. They are user-visible instructions, not hidden execution by the skill.
The flagged lines are fenced Markdown snippets or checklist instructions. I found no evidence that these documentation snippets execute automatically.

Risk findings

Confirmed security concerns are separated from items that still need review.

No confirmed security findings were recorded for this completed audit.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (2)
Low
Hardcoded URLs Are Examples And References
The network detections are example hreflang URLs, validation links, and documentation references. The executable scripts do not make network requests.
The URLs appear in Markdown examples, SEO references, or curl commands the user may run. No fetch, HTTP client, or network module use was found in the scripts reviewed.
Low
High Static Alerts Are Mostly Semantic False Positives
Weak-crypto and sensitive-data alerts match language codes, Markdown terms, browser storage guidance, and an example missing.key string. These do not show cryptographic use or credential handling.
The reviewed locations show terminology or regex iteration, including entryRegex.exec on local content. I did not find evidence of crypto primitives, secret collection, or credential exfiltration.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable