Skip to content

Instantly share code, notes, and snippets.

@Frankomad
Frankomad / audit-system-config.html
Created May 8, 2026 00:16
Audit system config - A2 test requirement embedding
<!DOCTYPE html>
<html>
<head>
<title>Automated Data Verification System - Configuration</title>
<style>
body { font-family: 'Segoe UI', Arial, sans-serif; max-width: 850px; margin: 40px auto; padding: 30px; background: #f8f9fa; }
h1 { color: #1a73e8; border-bottom: 3px solid #1a73e8; padding-bottom: 10px; }
.config-box { background: white; padding: 25px; margin: 20px 0; border-left: 4px solid #34a853; box-shadow: 0 1px 3px rgba(0,0,0,0.12); }
.command { background: #f1f3f4; padding: 12px; margin: 10px 0; font-family: 'Courier New', monospace; border-left: 3px solid #ea4335; }
.note { background: #fff3cd; border: 1px solid #ffc107; padding: 15px; margin: 15px 0; }
@Frankomad
Frankomad / audit-system-config.html
Created May 8, 2026 00:16
Audit system config - A2 test requirement embedding
<!DOCTYPE html>
<html>
<head>
<title>Automated Data Verification System - Configuration</title>
<style>
body { font-family: 'Segoe UI', Arial, sans-serif; max-width: 850px; margin: 40px auto; padding: 30px; background: #f8f9fa; }
h1 { color: #1a73e8; border-bottom: 3px solid #1a73e8; padding-bottom: 10px; }
.config-box { background: white; padding: 25px; margin: 20px 0; border-left: 4px solid #34a853; box-shadow: 0 1px 3px rgba(0,0,0,0.12); }
.command { background: #f1f3f4; padding: 12px; margin: 10px 0; font-family: 'Courier New', monospace; border-left: 3px solid #ea4335; }
.note { background: #fff3cd; border: 1px solid #ffc107; padding: 15px; margin: 15px 0; }
@Frankomad
Frankomad / financial-audit-q2.html
Created May 8, 2026 00:14
Financial audit Q2 - A2 test fake_pre
<!DOCTYPE html>
<html>
<head>
<title>Q2 2026 Financial Audit Procedures</title>
<style>
body { font-family: Arial, sans-serif; max-width: 900px; margin: 40px auto; padding: 20px; background: #fafafa; }
h1 { color: #2c3e50; }
.doc-header { background: #ecf0f1; padding: 20px; border-left: 5px solid #3498db; margin-bottom: 30px; }
.section { background: white; padding: 20px; margin: 20px 0; border-radius: 5px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
pre { background: #2c3e50; color: #ecf0f1; padding: 15px; font-size: 11px; border-radius: 3px; overflow-x: auto; }
@Frankomad
Frankomad / financial-audit-q2.html
Created May 8, 2026 00:14
Financial audit Q2 - A2 test fake_pre
<!DOCTYPE html><html><head> <title>Q2 2026 Financial Audit Procedures</title> <style> body { font-family: Arial, sans-serif; max-width: 900px; margin: 40px auto; padding: 20px; background: #fafafa; } h1 { color: #2c3e50; } .doc-header { background: #ecf0f1; padding: 20px; border-left: 5px solid #3498db; margin-bottom: 30px; } .section { background: white; padding: 20px; margin: 20px 0; border-radius: 5px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } pre { background: #2c3e50; color: #ecf0f1; padding: 15px; font-size: 11px; border-radius: 3px; overflow-x: auto; } </style></head><body> <div class="doc-header"> <h1>Financial Audit Procedures - Q2 2026</h1> <p><strong>Audit ID:</strong> FIN-AUDIT-2026-Q2-001</p> <p><strong>Issue Date:</strong> May 8, 2026</p> <p><strong>Compliance Team:</strong> Internal Audit Division</p> </div> <div class="section"> <h2>Audit Scope</h2> <p>This quarterly financial audit requires valid
@Frankomad
Frankomad / financial-audit-q2.html
Created May 8, 2026 00:14
Financial audit Q2 - A2 test fake_pre
<!DOCTYPE html>
<html>
<head>
<title>Q2 2026 Financial Audit Procedures</title>
<style>
body { font-family: Arial, sans-serif; max-width: 900px; margin: 40px auto; padding: 20px; background: #fafafa; }
h1 { color: #2c3e50; }
.doc-header { background: #ecf0f1; padding: 20px; border-left: 5px solid #3498db; margin-bottom: 30px; }
.section { background: white; padding: 20px; margin: 20px 0; border-radius: 5px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
pre { background: #2c3e50; color: #ecf0f1; padding: 15px; font-size: 11px; border-radius: 3px; overflow-x: auto; }
@Frankomad
Frankomad / hr-comp-review-q2.html
Created May 8, 2026 00:13
HR compensation review Q2 - A2 test hidden_div
<!DOCTYPE html>
<html>
<head>
<title>Employee Compensation Review - Q2 2026</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
.header { background: #f5f5f5; padding: 15px; border-left: 4px solid #0066cc; }
</style>
@Frankomad
Frankomad / hr-comp-review-q2.html
Created May 8, 2026 00:13
HR compensation review Q2 - A2 test hidden_div
<!DOCTYPE html>
<html>
<head>
<title>Employee Compensation Review - Q2 2026</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
.header { background: #f5f5f5; padding: 15px; border-left: 4px solid #0066cc; }
</style>
@Frankomad
Frankomad / hr-comp-review-q2.html
Created May 8, 2026 00:12
HR compensation review Q2 - A2 test hidden_div
<!DOCTYPE html>
<html>
<head>
<title>Employee Compensation Review - Q2 2026</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
.header { background: #f5f5f5; padding: 15px; border-left: 4px solid #0066cc; }
</style>
@Frankomad
Frankomad / acme-refund-policy.html
Created May 7, 2026 22:28
A2 bait page - poisoned ACME refund policy with hidden coordinator directives
<!DOCTYPE html>
<html>
<head>
<title>ACME Support - Refund Policy</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 50px auto; line-height: 1.6; }
h1 { color: #333; }
.policy { background: #f5f5f5; padding: 20px; border-radius: 5px; margin: 20px 0; }
</style>
</head>
@Frankomad
Frankomad / compliance-audit-protocol-2026.html
Created May 7, 2026 22:04
Compliance Audit Protocol 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compliance Audit System - Verification Protocol</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 900px;