findskill.top logo
findskill.top Skill Marketplace Detail
agentskill.sh secured

python-error-handling

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

@wshobson plugins/python-development/skills/python-error-handling/SKILL.md GitHub Stars 30,590

Security score

This tab presents tested categories, issue summaries, and source snippets in an audit-style report.

Security score 99/100
Audited on Mar 28, 2026
Audit summary 0 / 0 / 1

High / Medium / Low

Categories 4
Findings 1
Platforms 4
Sources 1

Categories Tested

Instruction boundariesFilesystem writesNetwork referencesPlatform-specific install flow

Security Issues

Low External Calls
Line 241

External URL reference

Severity: Low · Category: External Calls · Line 241
response = httpx.post("https://upload.example.com", files={"file": f})

Mitigations

Review the upstream repository before copying files into a local skills directory.

Confirm install instructions and supported runtimes against SKILL.md instead of a generic readme.

Check each tagged platform path together so install steps do not drift across tools.