Files
loader/.cursor/skills/plan/templates/security-tests.md
T
Oleksandr Bezdieniezhnykh b0a03d36d6 Add .cursor AI autodevelopment harness (agents, skills, rules)
Made-with: Cursor
2026-03-26 01:06:55 +02:00

818 B

Security Tests Template

Save as DOCUMENT_DIR/tests/security-tests.md.


# Security Tests

### NFT-SEC-01: [Test Name]

**Summary**: [What security property this validates]
**Traces to**: AC-[ID], RESTRICT-[ID]

**Steps**:

| Step | Consumer Action | Expected Response |
|------|----------------|------------------|
| 1 | [attempt unauthorized access / injection / etc.] | [rejection / no data leak / etc.] |

**Pass criteria**: [specific security outcome]

Guidance Notes

  • Security tests at blackbox level focus on black-box attacks (unauthorized API calls, malformed input), not code-level vulnerabilities.
  • Verify the system remains operational after security-related edge cases (no crash, no hang).
  • Test authentication/authorization boundaries from the consumer's perspective.