plooc-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plooc-integration (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when PLOOC is being used to structure embedded C code. Treat it as an architectural tool: apply it only where object-style boundaries reduce real complexity, and verify that initialization, ownership, memory layout, and call paths remain understandable.
Use this skill when:
Do not use this skill for simple drivers where plain C structs and functions are clearer.
Ask for:
Use PLOOC only where multiple implementations or strong encapsulation matter.
Initialization, lifetime, deinitialization, and static versus dynamic allocation must be explicit.
Avoid spreading framework macros through unrelated application code.
Ensure call paths, object state, and virtual dispatch remain inspectable in GDB or logs.
Do not convert the entire project before proving the pattern improves one bounded area.
Before claiming PLOOC integration works:
User:
想用 PLOOC 重构几个传感器驱动。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.