|
| 1 | +# Cybersecurity Applied Skills |
| 2 | + |
| 3 | +This document defines applied cybersecurity skills for the wider `lippytm` AI and computer science education ecosystem. |
| 4 | + |
| 5 | +## Purpose |
| 6 | +Make cybersecurity an essential everyday skill across coding, automation, AI systems, machine learning workflows, mixed environments, and builder self-improvement. |
| 7 | + |
| 8 | +## Core Skill Areas |
| 9 | + |
| 10 | +### 1. Secure Coding Skills |
| 11 | +Topics: |
| 12 | +- validating assumptions |
| 13 | +- handling secrets safely |
| 14 | +- safer dependency habits |
| 15 | +- explicit permissions and boundaries |
| 16 | +- reviewing code for risk as well as function |
| 17 | + |
| 18 | +### 2. Environment Skills |
| 19 | +Topics: |
| 20 | +- setup hygiene |
| 21 | +- separating experiments from production |
| 22 | +- safer credential handling |
| 23 | +- backup and recovery habits |
| 24 | +- environment documentation |
| 25 | + |
| 26 | +### 3. Workflow Security Skills |
| 27 | +Topics: |
| 28 | +- review before execution |
| 29 | +- scoped automation |
| 30 | +- safer defaults |
| 31 | +- logging and traceability |
| 32 | +- human checkpoints for risky steps |
| 33 | + |
| 34 | +### 4. AI and ML Security Skills |
| 35 | +Topics: |
| 36 | +- data handling caution |
| 37 | +- prompt and workflow boundaries |
| 38 | +- evaluation before wider reuse |
| 39 | +- documenting failure cases |
| 40 | +- separating research from operational systems |
| 41 | + |
| 42 | +### 5. Builder Review Skills |
| 43 | +Topics: |
| 44 | +- reflection checklists |
| 45 | +- architecture review habits |
| 46 | +- incident notes |
| 47 | +- lessons learned documentation |
| 48 | +- improving future patterns from failures |
| 49 | + |
| 50 | +## Best Practices |
| 51 | +- teach security inside every lesson |
| 52 | +- make risk review part of development |
| 53 | +- keep examples small, explicit, and reusable |
| 54 | +- document boundaries clearly |
| 55 | +- include failure cases in educational material |
| 56 | + |
| 57 | +## Connected Repositories |
| 58 | +- `lippytm-lippytm.ai-tower-control-ai` |
| 59 | +- `MyClaw.lippytm.AI-` |
| 60 | +- `OpenClaw-lippytm.AI-` |
| 61 | +- `Factory.ai` |
| 62 | +- `The-Encyclopedia-of-Everything-Applied-ChatAIBots` |
| 63 | + |
| 64 | +## Guiding Principle |
| 65 | +Applied cybersecurity should strengthen every learning pathway by becoming part of the builder’s normal way of working. |
0 commit comments