Versioned security assessment

Report ID: SA-A807A639

6/30/2026, 4:15:09 AM

doc-sync security assessment v5

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
doc-sync
Version
v5
Maintainer
JetBrains
Coverage
1 Files scanned · 276 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

1 confirmed security finding requires attention.

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.

The confirmed risk is legitimate but elevated command guidance: the skill directs the assistant to run grep, find, and git commands while auditing documentation. The static weak-cryptography and network-scanning alerts are false positives from words such as description and Vim mapping syntax, with no evidence of malicious behavior.

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

1 Files scanned · 276 Lines analyzed

1 item 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.

Not recorded by this audit

Network access

May connect to external services.

Not recorded by this audit

Filesystem access

May read or write local files.

Not recorded by this audit

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 3 evidence locations

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Repository Command Execution Guidance
The skill instructs assistants to run grep, find, git log, and git show commands against the repository. This is appropriate for documentation verification, but it increases operational risk because commands inspect the local filesystem and git history.
The commands are explicitly documented and serve the stated documentation-sync workflow. I found no evidence that they exfiltrate data or execute untrusted generated shell strings.

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 (3)
Low
Markdown Backtick Command Alerts Are False Positives
Several external-command alerts come from Markdown inline code or fenced examples, not Ruby-style backtick execution. These examples describe files and workflow steps rather than executable skill code.
The file is Markdown and the backticks delimit paths, examples, and report text. No executable Ruby code or shell backtick expansion exists in the skill file.
Low
Weak Cryptography Alerts Are False Positives
The weak-cryptography alerts match ordinary documentation words and headings, not cryptographic functions. No evidence found of MD5, SHA1, DES, or similar weak cryptographic operations.
The cited lines contain descriptive prose and an output template. They do not include cryptographic APIs, hashes, encryption calls, or security-sensitive transformations.
Low
Network Scanning Alert Is Vim Mapping Syntax
The network-scanning alert is caused by the string nmap inside a grep pattern for Vim mapping documentation. In this context, nmap means a Vim normal-mode mapping command, not a network scanner.
The line is a grep pattern that searches documentation for Vim mapping commands such as nmap, vmap, and map. It does not invoke the nmap network scanning tool.

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