Add nation-state level security assessment module with PoC and risk scope#84
Open
kingassune wants to merge 4 commits intoConway-Research:mainfrom
Open
Add nation-state level security assessment module with PoC and risk scope#84kingassune wants to merge 4 commits intoConway-Research:mainfrom
kingassune wants to merge 4 commits intoConway-Research:mainfrom
Conversation
…cope Co-authored-by: kingassune <6126851+kingassune@users.noreply.github.com>
…r documentation, remove accidental package-lock.json Co-authored-by: kingassune <6126851+kingassune@users.noreply.github.com>
…-scope Add nation-state security assessment framework with PoC and risk scoping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a security assessment module that evaluates the automaton's defenses against APT-level threats across 10 attack vectors, with live proof-of-concept testing and CVSS-aligned risk scoring.
New module:
src/security/types.ts— Threat actors, attack vectors, severity levels, findings, PoC, and risk scope type definitionsthreat-vectors.ts— 10 vector evaluators (prompt injection, supply chain, cryptographic, identity/auth, persistence tampering, lateral movement, exfiltration, financial manipulation, self-modification abuse, social engineering). Three vectors run live payloads against the injection defense pipeline; others perform static analysispoc.ts— PoC generators that exercisesanitizeInput()with multi-stage attack payloads (boundary escape, authority spoofing, obfuscation chaining)risk-scope.ts— Computes impact across CIA + financial + reputational dimensions, identifies cascading risks (e.g. supply chain → child agent propagation), and measures attack surface metricsassessment.ts— Orchestrates evaluation and produces a formatted reportUsage
Key findings from the assessment
All findings are MITRE ATT&CK mapped. 21 new tests; all 31 tests pass. CodeQL clean.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
mainnet.base.org/opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node --conditions development --conditions node /home/REDACTED/work/automaton/automaton/node_modules/tinypool/dist/entry/process.js(dns block)/opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node --conditions development --conditions node /home/REDACTED/work/automaton/automaton/node_modules/tinypool/dist/entry/process.js 13.0/include/node k/_temp/ghcca-node/node/bin/git 13.0/src(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt