Versioned security assessment

Report ID: SA-0251DCE6

2/21/2026, 12:47:15 AM

translate security assessment v1

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
translate
Version
v1
Maintainer
FuHehe12
Coverage
9 Files scanned · 1,379 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 flagged 137 potential issues, all of which are false positives. The skill uses Python scripts (split_md.py, merge_md.py) for legitimate file splitting/merging operations and shell commands (rm) for cleanup. No malicious command execution, cryptographic vulnerabilities, or reconnaissance behavior exists. This is a safe translation workflow tool.

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

9 Files scanned · 1,379 Lines analyzed

0 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.

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

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: claude

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)
Medium
External Command Execution (False Positive)
Static analyzer flagged 112 instances of 'external_commands' (Ruby/shell backtick execution). These are legitimate file operations: python scripts (split_md.py, merge_md.py) for markdown file processing, and rm commands for temporary file cleanup. No user input is passed to these commands - they operate on fixed file paths within the translation workflow.
The flagged commands are standard utility operations for file splitting/merging and cleanup - essential functions for a document translation workflow.
Medium
Weak Cryptographic Algorithm (False Positive)
Static analyzer flagged 'weak cryptographic algorithm' in multiple reference files. This is a false positive triggered by keywords like 'shared' (detected as 'sh' or 'sha') in normal English text. No actual cryptographic code exists in this skill.
The analyzer uses keyword heuristics that trigger on common English words like 'shared', 'hash' - no cryptographic functions present.
Medium
System Reconnaissance (False Positive)
Static analyzer flagged 'system reconnaissance' in several locations. This is a false positive triggered by legitimate file path operations (glob, path traversal) used to read reference files and manage translation resources.
File path operations are standard for a document processing skill - reading from references/ directory and managing temp files is legitimate behavior.

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