Ae1
High
- Category
- analysis-evasion
- Content
直接打开 `index.html` 即可游玩。
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This is a browser-based Chinese roguelike game, with only ordinary game-state storage and no evidence of system access, exfiltration, or hidden unsafe behavior.
Before installing, users should know this is a Chinese-language browser game that stores progress locally in the browser and loads a font from Google. The broad trigger phrases may be less precise than ideal, but the inspected artifacts do not show hidden system access, credential handling, destructive behavior, or data exfiltration.
直接打开 `index.html` 即可游玩。
}
output += '\n';
}
document.getElementById('game').innerHTML = output;
}
function move(dx, dy) {document.getElementById('floor').innerText = floor;
document.getElementById('energy').innerText = `${player.energy}/${player.maxEnergy}`;
// Update skill buttons state
if (player.class) {
const skills = SKILLS[player.class];
skills.forEach(skill => {No suspicious patterns detected.