Versioned security assessment

Report ID: SA-3B56CF0E

3/26/2026, 4:07:43 AM

skill-marketplace-publisher security assessment v1

Skill Security Certification Report

Audit History
Audit model: claude Historical report
Skill name
skill-marketplace-publisher
Version
v1
Maintainer
Sliense-ysd
Coverage
5 Files scanned · 574 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.

This skill is a legitimate security audit and marketplace publishing tool. Static analysis detected 126 patterns that are primarily false positives: (1) Pattern definitions in public_skill_audit.py designed to detect secrets were flagged as containing secrets, (2) Markdown backticks in documentation were misidentified as Ruby shell execution, (3) Public API endpoints for marketplace submission were flagged as hardcoded URLs. The skill performs local file auditing, makes outbound HTTP requests to public marketplace APIs, and uses shell commands for git operations - all appropriate for its intended purpose.

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

5 Files scanned · 574 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.

Observed in 2 evidence locations

Filesystem access

May read or write local files.

Observed in 2 evidence locations

Env variables

May read values from the process environment.

Observed in 1 evidence location

External commands

May invoke commands or programs outside the Skill.

Observed in 4 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 (4)
Medium
Static Scanner False Positive - Ruby Shell Execution
Static analyzer flagged 73 instances of 'Ruby/shell backtick execution' in SKILL.md and references/marketplaces.md. These are markdown code block delimiters showing bash command examples, not actual Ruby code execution. All flagged lines are in documentation files demonstrating workflow commands.
Verified file contents are markdown documentation with backtick-delimited code blocks, not Ruby source code. No executable Ruby files exist in the repository.
Low
Static Scanner False Positive - Pattern Definitions Detected as Threats
The public_skill_audit.py script contains regex patterns to detect secrets (SSH keys, API tokens, AWS keys). Static analysis flagged these pattern definitions as actual security threats. The script is a security detector, not a source of vulnerabilities.
Code review confirms lines 47-60 define HIGH_PATTERNS and MEDIUM_PATTERNS arrays containing compiled regex objects for secret detection, not actual secret values.
Low
Static Scanner False Positive - Hardcoded URLs
Public API endpoints for Skillstore (skillstore.io/api/submit) and SkillMap (skillmaps.net/v1/feedback) were flagged as hardcoded URLs. These are documented public marketplace submission endpoints required for the skill's core functionality.
URLs point to documented public API endpoints verified in references/marketplaces.md. No authentication credentials are embedded.
Low
Static Scanner False Positive - Weak Cryptographic Algorithm
Multiple files were flagged for 'weak cryptographic algorithm'. These are false positives from pattern matching on documentation text and file extensions, not actual cryptographic implementations.
No cryptographic libraries imported or used. Flags triggered by text patterns in documentation, not actual crypto code.

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