Security Audit
dkyazzentwatwa/chatgpt-skills:audio-normalizer
github.com/dkyazzentwatwa/chatgpt-skillsTrust Assessment
dkyazzentwatwa/chatgpt-skills:audio-normalizer received a trust score of 85/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Unpinned Python dependency version, Loosely Pinned Dependency.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 24, 2026 (commit d4bad335). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Python dependency version Requirement 'pydub>=0.25.0' is not pinned to an exact version. Pin Python dependencies with '==<exact version>'. | Dependencies | audio-normalizer/scripts/requirements.txt:1 | |
| INFO | Loosely Pinned Dependency The 'pydub' dependency is loosely pinned with '>=0.25.0'. This allows for installation of any future major version, which could introduce breaking changes or security vulnerabilities without explicit review. While not fully unpinned, it's recommended to pin dependencies more strictly (e.g., '==0.25.0' or '~=0.25.0') to ensure consistent and secure builds. Pin the 'pydub' dependency to a specific major/minor version, for example, 'pydub~=0.25.0' or 'pydub==0.25.0'. | Static | scripts/requirements.txt:1 |
Scan History
Embed Code
[](https://skillshield.io/report/4fe43192694329ba)
Powered by SkillShield