expert-llmfit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited expert-llmfit (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.
This skill provides the domain expertise required to maintain the LlmFitEngine inside remote-affiliate-api/src/core/llmfit.engine.ts and keep it synchronized with the upstream logic from https://github.com/AlexsJones/llmfit.
Memory Bandwidth (GB/s) / Model Size (GB)Max TPS * Efficiency Factor (0.55) * RunMode Penalty.gpu: 1.0 (Full speed)moe_offload: 0.8 (Expert switching latency)cpu_gpu: 0.5 (Partial offload penalty)cpu_only: 0.3 (Fallback to slow RAM)Parameters * BytesPerParam(Model Size in GB * 1.2) to account for context and OS overhead.Whenever asked to "verify LLMFit logic" or "update the hardware recommendation engine", follow these steps:
mkdir -p /tmp/llmfit_external && git clone https://github.com/AlexsJones/llmfit /tmp/llmfit_externalllmfit-core/src/fit.rs (for TPS and scoring formulas).llmfit-core/src/hardware.rs (for GPU bandwidth updates and compute capabilities).llmfit-core/src/models.rs (for Quantization multipliers and MoE active parameters).remote-affiliate-api)src/core/llmfit.engine.ts.estimateTokensPerSecond method correctly applies the 0.55 efficiency factor and RunMode penalties.calculateRequiredMemory properly uses active vs total parameters.prisma/schema.prisma and prisma/seed.ts.HardwareMetadata table contains updated bandwidthGBs for new GPUs (e.g., RTX 50 series, M4 Apple Silicon).LlmModel table correctly populates activeParametersBillions for MoE models during HuggingFace sync (src/services/huggingface.service.ts). rm -rf /tmp/llmfit_externalQ4_K_M) for consumer recommendation baselines.minVramGb exceeds the user's available HardwareMetadata.vramGb.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.