Agent frameworks often hide failure paths, weak isolation, and incomplete recovery behavior. This skill guides structured reviews of propagation, sandboxing, retries, fallbacks, and production readiness.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Agent request
Review the Skillstore skill "resilience-analysis" from https://skillstore.io/skills/dowwie-resilience-analysis.md and its manifest at https://skillstore.io/api/skills/dowwie-resilience-analysis/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.
Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
The flagged eval, exec, subprocess, and backtick patterns are Markdown examples or inline references in SKILL.md. No executable implementation, network behavior, credential access, or prompt-injection text was found in the reviewed file.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Dowwie. (2026). resilience-analysis security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dowwie-resilience-analysis/audits/8
BibTeX citation
@techreport{dowwie-dowwie-resilience-analysis-2026,
author = {Dowwie},
title = {resilience-analysis security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/dowwie-resilience-analysis/audits/8},
note = {Author version unspecified}
}
CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "resilience-analysis security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Dowwie"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/dowwie-resilience-analysis/audits/8"
identifiers:
- type: other
value: "skillstore:dowwie-resilience-analysis:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this scoreEvidence Confidence: High
55
Architecture
85
Maintainability
87
Content
71
Community
83
Spec Compliance
What You Can Build
Review Agent Failure Handling
Trace how exceptions, timeouts, malformed output, and state failures move through an agent framework.
Evaluate Code Execution Isolation
Compare sandboxing controls, resource limits, and network restrictions before enabling generated code execution.
Prepare Production Readiness Notes
Summarize retry behavior, fallback coverage, critical gaps, and release risks in a consistent format.
Try These Prompts
Basic Resilience Review
Use the resilience-analysis skill to review this agent code. Map error propagation, recovery behavior, and missing containment points.
Sandbox Boundary Assessment
Assess the sandboxing model for this agent framework. Identify execution boundaries, filesystem access, network access, and resource limits.
Retry And Fallback Audit
Analyze retry, fallback, timeout, and circuit breaker behavior. Explain which failures recover and which failures still propagate.
Production Risk Report
Produce a resilience report for this framework. Include propagation maps, sandbox assessment, recovery mechanisms, critical gaps, and readiness status.
Best Practices
Start with a codebase map so execution paths and ownership boundaries are clear.
Separate observed behavior from recommended controls when writing the final report.
Validate critical recovery claims with tests, logs, or runtime traces when possible.
Avoid
Do not assume retry logic covers all API, parser, tool, and state failures.
Do not treat subprocess execution as strong isolation without resource and privilege controls.
Do not mark a framework production ready without checking failure propagation and containment.
Frequently Asked Questions
What does this skill analyze?
It analyzes error propagation, sandboxing boundaries, retries, fallbacks, circuit breakers, and production readiness in agent frameworks.
Does it run code or tests?
No. It provides a structured analysis workflow and report format. Users must run tests separately.
Can it review code execution safety?
Yes. It helps compare sandbox options and identify missing isolation, resource limits, and network controls.
What inputs work best?
Use focused agent framework files, tool execution paths, retry code, sandbox code, and known failure scenarios.
Is this only for security teams?
No. Platform engineers, technical leads, and reliability reviewers can use it for production readiness reviews.
How should findings be verified?
Verify findings with tests, runtime traces, configuration review, and direct inspection of failure handling code.