Ae1
High
- Category
- analysis-evasion
- Content
node scripts/ai_smell_scan.cjs --lang auto /path/to/text.txt
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a disclosed writing-assistance tool with an optional local style-lint script, and I found no hidden access, exfiltration, persistence, or destructive behavior.
Installers should treat this as a writing and citation-discipline assistant, not an AI detector. Be careful when running the optional script on sensitive files because it reads the file and prints short matched context snippets; use --logfile only when you intentionally want a local summary log.
node scripts/ai_smell_scan.cjs --lang auto /path/to/text.txt
node scripts/ai_smell_scan.cjs --lang auto /path/to/text.txt
node scripts/ai_smell_scan.cjs --lang auto /path/to/text.txt
}
function score(rule, text) {
if (typeof rule.scoreHint === "function") return rule.scoreHint(text);
const c = countRegex(text, rule.re);
if (c >= 8) return 2;
if (c >= 3) return 1;No suspicious patterns detected.