SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Skill for the E2e area of Securacy. 3 symbols across 1 files.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# E2e
3 symbols | 1 files | Cohesion: 100%
## When to Use
- Working with code in `securacymcp/`
- Understanding how ecommerce_dfd_b64, level1_dfd_b64 work
- Modifying e2e-related functionality
## Key Files
| File | Symbols |
|------|---------|
| `securacymcp/tests/e2e/conftest.py` | ecommerce_dfd_b64, level1_dfd_b64, _minimal_png_b64 |
## Entry Points
Start here when exploring this area:
- **`ecommerce_dfd_b64`** (Function) — `securacymcp/tests/e2e/conftest.py:340`
- **`level1_dfd_b64`** (Function) — `securacymcp/tests/e2e/conftest.py:349`
## Key Symbols
| Symbol | Type | File | Line |
|--------|------|------|------|
| `ecommerce_dfd_b64` | Function | `securacymcp/tests/e2e/conftest.py` | 340 |
| `level1_dfd_b64` | Function | `securacymcp/tests/e2e/conftest.py` | 349 |
| `_minimal_png_b64` | Function | `securacymcp/tests/e2e/conftest.py` | 357 |
## How to Explore
1. `gitnexus_context({name: "ecommerce_dfd_b64"})` — see callers and callees
2. `gitnexus_query({query: "e2e"})` — find related execution flows
3. Read key files listed above for implementation details