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.
Security score
This tab presents tested categories, issue summaries, and source snippets in an audit-style report.
High / Medium / Low
Categories Tested
Instruction boundariesFilesystem writesNetwork referencesPlatform-specific install flow
Security Issues
Low
External Calls
Line 241
External URL reference
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.