Audit a Website for Reliable Offline Assets
Find remote dependencies, missing files and path assumptions that can break a locally served website.
Find remote dependencies, missing files and path assumptions that can break a locally served website.
Prepare 20m · Build 110m · Verify 30m · Document 20m
Work only inside the folder created by Smartphone-Academy.py prepare offline-asset-audit. Use the supplied samples, your own phone, or systems you are explicitly authorized to administer.
Prepare the Termux workspace
Open Termux in the Academy root and prepare this lab with the local companion. It creates safe samples, notes and evidence files under your Termux account.
python Smartphone-Academy.py prepare offline-asset-auditNo root. Keep the workspace under $HOME and avoid personal identifiers in evidence.Practical mission
- Inventory local and remote scripts, styles, fonts and images
- Serve the supplied site locally and record failed requests
- Identify absolute paths that break in a repository subdirectory
- Recommend which dependencies to bundle, replace or document
An offline-readiness report with a dependency inventory and prioritized fixes.
Quality gate
Analyst reflection
Which result from “Recommend which dependencies to bundle, replace or document” needs stronger evidence before it can support a real decision?
After checking the evidence, run python Smartphone-Academy.py complete offline-asset-audit. Progress is stored locally in the Termux home directory.