Versioned security assessment

Report ID: SA-BCC45D82

7/26/2026, 10:11:09 AM

deliverability-qa security assessment v9

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: claude Historical report
Skill name
deliverability-qa
Version
v19.0.0
Maintainer
aaron-he-zhu
Coverage
2 Files scanned · 141 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

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.

Most static findings are false positives from Markdown code formatting and relative documentation links. Two documented helper invocations execute unreviewed connector scripts, and one helper receives RESEND_API_KEY; these require verification and explicit user confirmation before use.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Attestation superseded

A newer attestation exists.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

2 Files scanned · 141 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

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

  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 25 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 34 evidence locations

Capability review items (3)
High
Generic API/secret keys
**Zero-dependency ESP automation (when Resend is the ESP)**: `python3 "${CLAUDE_PLUGIN_ROOT}/scripts
The Resend connector is explicitly invoked with access to RESEND_API_KEY. Secret access by an unreviewed external helper presents a credential-exposure risk.
Medium
Ruby/shell backtick execution
**Zero-dependency ESP automation (when Resend is the ESP)**: `python3 "${CLAUDE_PLUGIN_ROOT}/scripts
The skill instructs the host to execute a Python connector located under CLAUDE_PLUGIN_ROOT. The connector source is outside the two scanned files, so its behavior cannot be verified before it receives account access.
Medium
Ruby/shell backtick execution
**Zero-dependency S1 record pull (keyless, works for any ESP)**: `python3 "${CLAUDE_PLUGIN_ROOT}/scr
The skill instructs the host to run an external DNS-over-HTTPS connector with a supplied domain argument. The connector source is not in the scanned files, so input handling and network behavior cannot be verified.

Risk findings

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

No confirmed security findings were recorded for this completed audit.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    High
    Unreviewed Resend connector execution with RESEND_API_KEY
    Include the connector source in the skill package, document its exact API calls, and require explicit confirmation before running it or accessing the key.
  2. FIX-002
    Medium
    Unreviewed DNS-over-HTTPS connector execution
    Include and review the connector source, validate the domain argument, and disclose the DNS-over-HTTPS endpoint before execution.
  3. FIX-003
    Medium
    Automatic helper execution instructions
    State that users must approve each connector command and review its inputs before it runs.

Expert evidence

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

Artifact subject

Marketplace commit
bcc45d822b2fa0c81cb9bc97b710631e1d8f0c0c
Content hash
359cccac0ec009dab63db32559e14e184b5e867a43e683cda5dad2238d13106a
Tree hash
088588f0567305371a1d883aaffa5b8fd36dd2a870c30041907de02448c5fa5e
Skill path
skills/aaron-he-zhu/deliverability-qa
Audit payload hash
b798a997da54a0fb29474a31677b0e85

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.

Verify and export

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

Audit attestation: superseded