Versioned security assessment

Report ID: SA-873F44C7

7/1/2026, 1:01:35 AM

secrets-management security assessment v5

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
secrets-management
Version
v5
Maintainer
wshobson
Coverage
1 Files scanned · 347 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 correctly found many command, network, and credential patterns, but they appear inside SKILL.md documentation examples rather than executable skill code. No prompt injection or malicious exfiltration intent was found, but several examples encourage printing secrets into CI logs and should carry a marketplace warning or be fixed.

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 · 347 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.

Not recorded by this audit

Network access

May connect to external services.

Observed in 4 evidence locations

Filesystem access

May read or write local files.

Not recorded by this audit

Env variables

May read values from the process environment.

Observed in 17 evidence locations

External commands

May invoke commands or programs outside the Skill.

Observed in 37 evidence locations

Capability review items (3)
Medium
Secret Values Printed in CI Logs
The documentation includes CI examples that echo API keys, database URLs, and production API keys to job logs. This is dangerous because users may copy the examples and expose secrets through CI output even when platform secret stores are used.
The cited lines explicitly print variables named API key, database URL, and production API key in CI run steps. The context confirms this is documentation, not malicious code, but the unsafe recommendation is clear.
Medium
Hardcoded Demo Secrets in Examples
The documentation uses a Vault root token, a literal password value, and a literal AWS secret string in examples. These are presented as setup snippets, but copying them into real environments would create weak or shared credentials.
The examples contain concrete secret-like values and a root token. The Vault block is labeled as a dev server, which lowers maliciousness but does not remove the copy-paste risk.
Low
Network Indicators Use Placeholder or Local Endpoints
The hardcoded URLs and IP address point to localhost or example Vault endpoints in setup documentation. No evidence found of a hidden external collection endpoint or data exfiltration workflow.
The URLs are standard Vault examples and include localhost or example.com hostnames. They do not appear to be attacker-controlled endpoints.

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
Command Execution Findings Are Documentation Examples
The shell, Vault, AWS CLI, Docker, Terraform, and CI command patterns are inside Markdown code fences. No evidence found that the skill contains executable scripts or automatically runs these commands.
The line context shows fenced documentation blocks rather than runnable repository files. The commands are still relevant risk indicators because users may execute them manually.
Low
Weak Cryptography Static Finding Appears False Positive
The weak cryptographic algorithm alerts correspond to text in the skill description and related skill name, not to cryptographic code. No evidence found of MD5, DES, RC4, or similar algorithms being recommended or executed.
The cited lines are metadata text and a related-skill bullet. They do not contain crypto implementation guidance.

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